Searched refs:BUFSIZ (Results 1 – 6 of 6) sorted by relevance
40 (void) setvbuf(fp, buf, buf ? _IOFBF : _IONBF, BUFSIZ); in setbuf()
87 *bufsize = BUFSIZ; in __swhatbuf()94 *bufsize = BUFSIZ; in __swhatbuf()
56 if ((p = malloc((size_t)BUFSIZ)) == NULL) in __submore()59 _UB(fp)._size = BUFSIZ; in __submore()60 p += BUFSIZ - sizeof(fp->_ubuf); in __submore()
88 unsigned char buf[BUFSIZ]; in __sbprintf()
188 #define BUFSIZ 1024 /* size of buffer used by setbuf */ macro
215 char buf[BUFSIZ]; in __res_vinit()