| /src/bin/rcp/ |
| extern.h | 36 char *buf; member in struct:__anon34 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 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 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 181 fake._bf._base = fake._p = buf; 182 fake._bf._size = fake._w = sizeof(buf); 204 char buf[MB_LEN_MAX]; local 213 if ((len = wcrtomb_l(buf, wc, &mbs, loc)) == (size_t)-1) { 220 iov.iov_base = buf; 500 char buf[MB_LEN_MAX]; local 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 [all...] |
| /src/external/ibm-public/postfix/dist/src/smtpstone/ |
| smtp-source.c | 209 VSTRING *buf; /* origin of text */ member in struct:__anon23185 340 static RESPONSE *response(VSTREAM *stream, VSTRING *buf) 352 if (rdata.buf == 0) 353 rdata.buf = vstring_alloc(100); 360 #define BUF ((char *) vstring_str(buf)) 361 VSTRING_RESET(rdata.buf); 363 smtp_get(buf, stream, var_line_limit, SMTP_GET_FLAG_SKIP); 364 for (cp = BUF; *cp != 0; cp++) 367 cp = BUF; 1000 char *buf; local 1127 VSTRING *buf = vstring_alloc(100); local [all...] |
| /src/crypto/external/bsd/openssh/dist/ |
| scp.c | 389 char *buf; member in struct:__anon1126 390 } BUF; 392 BUF *allocbuf(BUF *, int, int); 694 char buf[(20 + 7 + 2) * 2 + 2]; local 696 (void)snprintf(buf, sizeof(buf), "T%llu 0 %llu 0\n", 702 fprintf(stderr, "Sending file timestamps: %s", buf); 704 (void) atomicio(vwrite, fd, buf, strlen(buf)); 1360 char *last, *name, buf[PATH_MAX + 128], encname[PATH_MAX]; local 1635 char ch, *cp, *np, *targ, *vect[1], buf[2048], visbuf[2048]; local [all...] |
| /src/external/ibm-public/postfix/dist/src/posttls-finger/ |
| posttls-finger.c | 528 VSTRING *buf; /* origin of text */ member in struct:__anon23169 537 VSTRING *buf; local 541 buf = vstring_alloc(100); 543 vstring_vsprintf(buf, fmt, ap); 545 line = vstring_str(buf); 558 vstring_free(buf); 566 VSTRING *buf = state->buffer; local 577 if (rdata.buf == 0) 578 rdata.buf = vstring_alloc(100); 585 #define BUF ((char *) vstring_str(buf) 697 char buf[CCERT_BUFSIZ]; local 1581 char *buf = mystrdup(destination); local 1626 char *buf; local [all...] |
| /src/external/zlib/pigz/dist/ |
| pigz.c | 451 #define BUF 32768U 490 unsigned char in_buf[BUF]; /* input buffer */ 501 unsigned char in_buf2[BUF]; /* second buffer for parallel reads */ 804 /* read up to len bytes into buf, repeating read() calls as needed */ 805 local size_t readn(int desc, unsigned char *buf, size_t len) 812 ret = read(desc, buf, len); 817 buf += ret; 825 local void writen(int desc, unsigned char *buf, size_t len) 830 ret = write(desc, buf, len); 835 buf += ret 1133 unsigned char *buf; \/* buffer of size size *\/ member in struct:space [all...] |