Searched refs:BUFFERSIZE (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/crypto/openssh/regress/
H A Dsftp.sh13 BUFFERSIZE="5 1000 32000 64000"
16 for B in ${BUFFERSIZE}; do
H A Dssh-com-sftp.sh14 BUFFERSIZE="5 1000 32000 64000"
48 for B in ${BUFFERSIZE}; do
/freebsd-9.3-release/tools/tools/netrate/tcpreceive/
H A Dtcpreceive.c53 #define BUFFERSIZE 128*1024 macro
59 u_char buffer[BUFFERSIZE];
70 recvlen = recv(s, buffer, BUFFERSIZE, 0);
/freebsd-9.3-release/gnu/usr.bin/patch/
H A Dinp.c315 lines_per_buf = BUFFERSIZE / maxlen;
317 tibuf[0] = malloc((MEM)(BUFFERSIZE + 1));
318 tibuf[1] = malloc((MEM)(BUFFERSIZE + 1));
323 if (write(tifd, tibuf[0], BUFFERSIZE) < BUFFERSIZE)
329 if (write(tifd, tibuf[0], BUFFERSIZE) <
330 BUFFERSIZE)
365 Lseek(tifd, (long)baseline / lines_per_buf * BUFFERSIZE, 0); local
367 if (read(tifd, tibuf[whichbuf], BUFFERSIZE) < 0)
H A Dcommon.h68 #define BUFFERSIZE 4096 macro
/freebsd-9.3-release/sys/contrib/rdma/krping/
H A Dkrping_dev.c27 #define BUFFERSIZE 512 macro
46 char msg[BUFFERSIZE];
139 int remain = BUFFERSIZE;
166 uprintf("Message too big. max size is %d!\n", BUFFERSIZE);
/freebsd-9.3-release/libexec/bootpd/tools/bootpef/
H A Dbootpef.c77 #define BUFFERSIZE 0x4000
143 buffer = (byte *) malloc(BUFFERSIZE);
288 bytesleft = BUFFERSIZE;
76 #define BUFFERSIZE macro
/freebsd-9.3-release/sbin/savecore/
H A Dsavecore.c84 #define BUFFERSIZE (1024*1024) macro
238 wl = BUFFERSIZE;
386 buf = malloc(BUFFERSIZE);
/freebsd-9.3-release/share/examples/drivers/
H A Dmake_pseudo_driver.sh170 #define BUFFERSIZE 1024
178 char buffer[BUFFERSIZE];

Completed in 117 milliseconds