Symbol: BUF
crypto/openssh/scp.c
1394
static BUF buffer;
crypto/openssh/scp.c
1395
BUF *bp;
crypto/openssh/scp.c
1663
static BUF buffer;
crypto/openssh/scp.c
1665
BUF *bp;
crypto/openssh/scp.c
2226
BUF *
crypto/openssh/scp.c
2227
allocbuf(BUF *bp, int fd, int blksize)
crypto/openssh/scp.c
435
BUF *allocbuf(BUF *, int, int);
lib/libc/stdio/vfprintf.c
355
char buf[BUF]; /* buffer with space for digits of uintmax_t */
lib/libc/stdio/vfprintf.c
885
cp = buf + BUF;
lib/libc/stdio/vfprintf.c
897
size = buf + BUF - cp;
lib/libc/stdio/vfprintf.c
898
if (size > BUF) /* should never happen */
lib/libc/stdio/vfprintf.c
965
if (grouping_print(&gs, &io, cp, buf+BUF, locale) < 0)
lib/libc/stdio/vfscanf.c
484
char buf[BUF]; /* buffer for numeric conversions */
lib/libc/stdio/vfwprintf.c
1028
if (grouping_print(&gs, &io, cp, buf+BUF, locale) < 0)
lib/libc/stdio/vfwprintf.c
432
wchar_t buf[BUF]; /* buffer with space for digits of uintmax_t */
lib/libc/stdio/vfwprintf.c
948
cp = buf + BUF;
lib/libc/stdio/vfwprintf.c
960
size = buf + BUF - cp;
lib/libc/stdio/vfwprintf.c
961
if (size > BUF) /* should never happen */
lib/libc/stdio/vfwscanf.c
460
wchar_t buf[BUF]; /* buffer for numeric conversions */
lib/libc/stdio/xprintf_float.c
175
char buf[BUF]; /* buffer with space for digits of uintmax_t */
lib/libc/stdio/xprintf_int.c
261
char buf[BUF];
lib/libc/stdio/xprintf_int.c
410
if (l < BUF) {
sys/kern/subr_scanf.c
117
char buf[BUF]; /* buffer for numeric conversions */
usr.bin/tsort/tsort.c
108
BUF *b;
usr.bin/tsort/tsort.c
112
BUF bufs[2];