Home
last modified time | relevance | path

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

/bionic/tests/
Dlibc_logging_test.cpp26 char buf[BUFSIZ]; in TEST()
114 char buf[BUFSIZ]; in TEST()
124 char buf[BUFSIZ]; in TEST()
134 char buf[BUFSIZ]; in TEST()
148 char buf[BUFSIZ]; in TEST()
162 char buf[BUFSIZ]; in TEST()
172 char buf[BUFSIZ]; in TEST()
182 char buf[BUFSIZ]; in TEST()
Dutils.h52 char line[BUFSIZ]; in parse_maps()
56 char pathstr[BUFSIZ]; in parse_maps()
Dmntent_test.cpp30 char buf[BUFSIZ]; in TEST()
Dstdio_test.cpp244 char buf[BUFSIZ]; in TEST()
250 char buf[BUFSIZ]; in TEST()
257 char buf[BUFSIZ]; in TEST()
282 char buf[BUFSIZ]; in TEST()
383 T buf[BUFSIZ]; in CheckInfNan()
427 char buf[BUFSIZ]; in TEST()
433 char buf[BUFSIZ]; in TEST()
439 char buf[BUFSIZ]; in TEST()
449 char buf[BUFSIZ]; in TEST()
459 char buf[BUFSIZ]; in TEST()
[all …]
Dfcntl_test.cpp190 char buf[BUFSIZ]; in TEST()
225 char buf1[BUFSIZ]; in TEST()
231 char buf2[BUFSIZ]; in TEST()
Dwchar_test.cpp119 char bytes[BUFSIZ]; in TEST()
Dfortify_test.cpp956 char buf[BUFSIZ]; in TEST()
Dpthread_test.cpp1161 char line[BUFSIZ]; in TEST()
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dsetbuf.c40 (void) setvbuf(fp, buf, buf ? _IOFBF : _IONBF, BUFSIZ); in setbuf()
Dmakebuf.c86 *bufsize = BUFSIZ; in __swhatbuf()
93 *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()
Dvdprintf.c55 unsigned char buf[BUFSIZ]; in vdprintf()
Dopen_memstream.c132 st->size = BUFSIZ; in open_memstream()
Dopen_wmemstream.c142 st->size = BUFSIZ * sizeof(wchar_t); in open_wmemstream()
Dfvwrite.c85 w = (*fp->_write)(fp->_cookie, p, MIN(len, BUFSIZ)); in __sfvwrite()
Dvfwprintf.c102 unsigned char buf[BUFSIZ]; in __sbprintf()
Dvfprintf.c124 unsigned char buf[BUFSIZ]; in __sbprintf()
/bionic/libc/bionic/
Dmntent.cpp35 static ThreadLocalBuffer<char, BUFSIZ> g_getmntent_strings_tls_buffer;
Dpthread_attr.cpp139 char line[BUFSIZ]; in __pthread_attr_getstack_main_thread()
/bionic/libc/include/
Dstdio.h189 #define BUFSIZ 1024 /* size of buffer used by setbuf */ macro
/bionic/libc/dns/resolv/
Dres_init.c176 char buf[BUFSIZ]; in __res_vinit()