Home
last modified time | relevance | path

Searched refs:BUFSIZ (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/stdio/
Dsetbuf.c40 (void) setvbuf(fp, buf, buf ? _IOFBF : _IONBF, BUFSIZ); in setbuf()
Dmakebuf.c87 *bufsize = BUFSIZ; in __swhatbuf()
94 *bufsize = BUFSIZ; in __swhatbuf()
Dungetc.c56 if ((p = malloc((size_t)BUFSIZ)) == NULL) in __submore()
59 _UB(fp)._size = BUFSIZ; in __submore()
60 p += BUFSIZ - sizeof(fp->_ubuf); in __submore()
Dvfprintf.c88 unsigned char buf[BUFSIZ]; in __sbprintf()
/bionic/libc/include/
Dstdio.h188 #define BUFSIZ 1024 /* size of buffer used by setbuf */ macro
/bionic/libc/netbsd/resolv/
Dres_init.c215 char buf[BUFSIZ]; in __res_vinit()