/src/bin/rcp/ |
extern.h | 36 char *buf; member in struct:__anon5b46c2550108 37 } BUF; 41 BUF *allocbuf(BUF *, int, int);
|
/src/usr.bin/tsort/ |
tsort.c | 101 } BUF; 118 BUF *b; 122 BUF bufs[2];
|
/src/lib/libc/stdio/ |
vfscanf.c | 73 #define BUF 513 /* Maximum length of numeric string. */ 173 char buf[BUF]; /* buffer for numeric and mb conversions */ local in function:__svfscanf_unlocked_l 406 buf[n++] = *fp->_p; 410 nconv = mbrtowc_l(wcp, buf, n, &mbs, 489 buf[n++] = *fp->_p; 493 nconv = mbrtowc_l(wcp, buf, n, &mbs, 506 (void)ungetc(buf[n], 591 buf[n++] = *fp->_p; 595 nconv = mbrtowc_l(wcp, buf, n, &mbs [all...] |
vfwscanf.c | 68 #define BUF 513 /* Maximum length of numeric string. */ 162 wchar_t buf[BUF]; /* buffer for numeric conversions */ local in function:__vfwscanf_unlocked_l 575 if (width == 0 || width > sizeof(buf) / 576 sizeof(*buf) - 1) 577 width = sizeof(buf) / sizeof(*buf) - 1; 579 for (p = buf; width; width--) { 651 buf + 1 + !!(flags & HAVESIGN)) { 679 if (p > buf) [all...] |
vfwprintf.c | 165 unsigned char buf[BUFSIZ]; local in function:__sbprintf 181 fake._bf._base = fake._p = buf; 182 fake._bf._size = fake._w = sizeof(buf); 204 char buf[MB_LEN_MAX]; local in function:__xfputwc 213 if ((len = wcrtomb_l(buf, wc, &mbs, loc)) == (size_t)-1) { 220 iov.iov_base = buf; 500 char buf[MB_LEN_MAX]; local in function:__wcsconv 525 clen = wcrtomb_l(buf, *p++, &mbs, loc); 594 #define BUF 100 683 CHAR_T buf[BUF]; /* buffer with space for digits of uintmax_t * local in function:WDECL [all...] |