Searched refs:BUF_SIZE (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/usr.sbin/ngctl/
H A Dwrite.c48 #define BUF_SIZE 8192 macro
66 u_char buf[BUF_SIZE];
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_helper.c931 char buf[BUF_SIZE];
940 dbg_get_capabilities_str(buf, BUF_SIZE, "\t\t\t\t",
946 dbg_get_capabilities2_str(buf, BUF_SIZE, "\t\t\t\t",
959 char buf[BUF_SIZE];
968 dbg_get_capabilities_str(buf, BUF_SIZE, "\t\t\t\t",
974 dbg_get_capabilities2_str(buf, BUF_SIZE, "\t\t\t\t",
1010 char buf[BUF_SIZE];
1025 char buf[BUF_SIZE];
1127 char buf[BUF_SIZE];
1136 dbg_get_capabilities_str(buf, BUF_SIZE, "\
[all...]
H A Dosm_sm_mad_ctrl.c559 char buf[BUF_SIZE];
563 char ipath[BUF_SIZE], rpath[BUF_SIZE];
/freebsd-11-stable/contrib/dma/
H A Dcrypto.c259 unsigned char digest[BUF_SIZE];
260 char buffer[BUF_SIZE], ascii_digest[33];
265 temp = calloc(BUF_SIZE, 1);
293 snprintf(buffer, BUF_SIZE, "%s %s", login, ascii_digest);
H A Ddma.h51 #define BUF_SIZE 2048 macro
H A Dnet.c125 char buff[BUF_SIZE];
/freebsd-11-stable/crypto/openssl/engines/ccgost/
H A Dgostsum.c17 #define BUF_SIZE 262144 macro
149 unsigned char buffer[BUF_SIZE];
153 while ((bytes = read(fd, buffer, BUF_SIZE)) > 0) {
/freebsd-11-stable/contrib/dialog/
H A Dtextbox.c283 read_high(obj, BUF_SIZE);
338 * we only move backward for BUF_SIZE/2 bytes, but not BUF_SIZE
341 /* Really possible to move backward BUF_SIZE/2 bytes? */
342 if (fpos < BUF_SIZE / 2 + obj->fd_bytes_read) {
346 } else { /* Move backward BUF_SIZE/2 bytes */
347 lseek_cur(obj, -(BUF_SIZE / 2 + obj->fd_bytes_read));
348 val_to_tabize = BUF_SIZE / 2;
350 read_high(obj, BUF_SIZE);
372 /* Really possible to move backward BUF_SIZE/
[all...]
H A Ddialog.h168 #define BUF_SIZE (10L*1024) macro
/freebsd-11-stable/contrib/elftoolchain/size/
H A Dsize.c43 #define BUF_SIZE 1024 macro
273 char buf[BUF_SIZE], *data, *name;
338 (void) snprintf(buf, BUF_SIZE, "%s/%d",
358 (void) snprintf(buf, BUF_SIZE,
388 (void) snprintf(buf, BUF_SIZE, "%s/%d",
456 char buf[BUF_SIZE];
465 (void) snprintf(buf, BUF_SIZE,
475 (void) snprintf(buf, BUF_SIZE, "%s%d%s", name,
773 char buf[BUF_SIZE];
792 (void) snprintf(buf, BUF_SIZE, "
[all...]
/freebsd-11-stable/usr.sbin/nghook/
H A Dmain.c61 #define BUF_SIZE (64 * 1024) macro
202 char buf[BUF_SIZE];
233 char buf[BUF_SIZE];
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_mcg.c905 #define BUF_SIZE 256 macro
907 char buf[BUF_SIZE];
911 len += snprintf(buf + len, BUF_SIZE - len,
918 len += snprintf(buf + len, BUF_SIZE - len,
924 len += snprintf(buf + len, BUF_SIZE - len,
928 len += snprintf(buf + len, BUF_SIZE - len,
935 len += snprintf(buf + len, BUF_SIZE - len,
939 len += snprintf(buf + len, BUF_SIZE - len,
947 len += snprintf(buf + len, BUF_SIZE - len,
951 len += snprintf(buf + len, BUF_SIZE
[all...]
/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_pkt_randomizer.c126 char buf[BUF_SIZE];
127 char line[BUF_SIZE];
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_radix.c55 #define BUF_SIZE 256 macro
517 char buf[BUF_SIZE];
540 pfr_next_token(char buf[BUF_SIZE], FILE *fp)
564 if (i < BUF_SIZE)
568 if (i >= BUF_SIZE) {
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_log.h72 #define BUF_SIZE LOG_ENTRY_SIZE_MAX macro
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dinput.cpp273 enum { BUF_SIZE = 512 }; enumerator in enum:file_iterator::__anon1739
274 unsigned char buf[BUF_SIZE];
342 unsigned char *e = p + BUF_SIZE;

Completed in 150 milliseconds