Home
last modified time | relevance | path

Searched refs:BUF_SIZE (Results 1 – 11 of 11) sorted by relevance

/dflybsd-src/contrib/dialog/
H A Dtextbox.c294 read_high(obj, BUF_SIZE); in get_line()
354 if (fpos < BUF_SIZE / 2 + obj->fd_bytes_read) { in back_lines()
359 lseek_cur(obj, -(BUF_SIZE / 2 + obj->fd_bytes_read)); in back_lines()
360 val_to_tabize = BUF_SIZE / 2; in back_lines()
362 read_high(obj, BUF_SIZE); in back_lines()
388 if (fpos < BUF_SIZE / 2 + obj->fd_bytes_read) { in back_lines()
393 lseek_cur(obj, -(BUF_SIZE / 2 + obj->fd_bytes_read)); in back_lines()
394 val_to_tabize = BUF_SIZE / 2; in back_lines()
396 read_high(obj, BUF_SIZE); in back_lines()
651 read_high(obj, BUF_SIZE); in perform_search()
[all …]
H A Ddlg_internals.h218 #define BUF_SIZE (10L*1024) macro
/dflybsd-src/usr.sbin/ngctl/
H A Dmsg.c43 #define BUF_SIZE 4096 macro
61 char buf[BUF_SIZE]; in MsgCmd()
112 u_char buf[2 * sizeof(struct ng_mesg) + BUF_SIZE]; in MsgRead()
H A Dwrite.c38 #define BUF_SIZE 8192 macro
56 u_char buf[BUF_SIZE]; in WriteCmd()
/dflybsd-src/libexec/dma/
H A Dcrypto.c298 unsigned char digest[BUF_SIZE]; in smtp_auth_md5()
299 char buffer[BUF_SIZE], ascii_digest[33]; in smtp_auth_md5()
304 temp = calloc(BUF_SIZE, 1); in smtp_auth_md5()
332 snprintf(buffer, BUF_SIZE, "%s %s", login, ascii_digest); in smtp_auth_md5()
H A Ddma.h51 #define BUF_SIZE 2048 macro
54 #define EHLO_RESPONSE_SIZE BUF_SIZE
H A Dnet.c127 char buff[BUF_SIZE]; in read_remote()
/dflybsd-src/usr.sbin/nghook/
H A Dmain.c60 #define BUF_SIZE (64 * 1024) macro
134 char buf[BUF_SIZE]; in main()
160 char buf[BUF_SIZE]; in main()
/dflybsd-src/usr.sbin/pfctl/
H A Dpfctl_radix.c50 #define BUF_SIZE 256 macro
513 char buf[BUF_SIZE]; in pfr_buf_load()
536 pfr_next_token(char buf[BUF_SIZE], FILE *fp) in pfr_next_token() argument
560 if (i < BUF_SIZE) in pfr_next_token()
564 if (i >= BUF_SIZE) { in pfr_next_token()
/dflybsd-src/contrib/zstd/programs/
H A Dutil.c1148 #define BUF_SIZE 80 in UTIL_countPhysicalCores() macro
1149 char buff[BUF_SIZE]; in UTIL_countPhysicalCores()
1163 if (fgets(buff, BUF_SIZE, cpuinfo) != NULL) { in UTIL_countPhysicalCores()
/dflybsd-src/contrib/gdb-7/gdb/
H A Dremote.c10383 #define BUF_SIZE 2048 in remote_download_tracepoint() macro
10387 char buf[BUF_SIZE]; in remote_download_tracepoint()
10406 xsnprintf (buf, BUF_SIZE, "QTDP:%x:%s:%c:%lx:%x", b->number, in remote_download_tracepoint()
10423 xsnprintf (buf + strlen (buf), BUF_SIZE - strlen (buf), ":F%x", in remote_download_tracepoint()
10468 xsnprintf (buf + strlen (buf), BUF_SIZE - strlen (buf), ":X%x,", in remote_download_tracepoint()
10494 xsnprintf (buf, BUF_SIZE, "QTDP:-%x:%s:%s%c", in remote_download_tracepoint()
10511 xsnprintf (buf, BUF_SIZE, "QTDP:-%x:%s:%s%s%s", in remote_download_tracepoint()