Searched refs:setvbuf (Results 1 – 11 of 11) sorted by relevance
/bionic/tests/ |
D | stdio_ext_test.cpp | 47 ASSERT_EQ(0, setvbuf(fp, buf, _IOFBF, 1)); in TEST() 50 ASSERT_EQ(0, setvbuf(fp, buf, _IOFBF, 8)); in TEST() 62 ASSERT_EQ(0, setvbuf(fp, buf, _IOLBF, sizeof(buf))); in TEST() 125 ASSERT_EQ(0, setvbuf(fp, buf, _IOLBF, sizeof(buf))); in TEST()
|
D | stdio_test.cpp | 2093 setvbuf(fp, nullptr, _IONBF, 0); in TEST() 2772 setvbuf(fp2, nullptr, mode, 0); in TEST()
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | setvbuf.c | 44 setvbuf(FILE *fp, char *buf, int mode, size_t size) in setvbuf() function 162 DEF_STRONG(setvbuf);
|
/bionic/tests/headers/posix/ |
D | stdio_h.c | 131 FUNCTION(setvbuf, int (*f)(FILE*, char*, int, size_t)); in stdio_h()
|
/bionic/benchmarks/ |
D | stdio_benchmark.cpp | 46 setvbuf(fp, nullptr, _IONBF, 0); in ReadWriteTest()
|
/bionic/libc/include/ |
D | stdio.h | 133 int setvbuf(FILE* _Nonnull __fp, char* _Nullable __buf, int __mode, size_t __size);
|
/bionic/libc/stdio/ |
D | stdio.cpp | 961 setvbuf(fp, buf, buf ? _IOFBF : _IONBF, size); in setbuffer() 966 return setvbuf(fp, nullptr, _IOLBF, 0); in setlinebuf()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 931 setvbuf
|
/bionic/libc/ |
D | libc.map.txt | 952 setvbuf;
|
D | Android.bp | 532 "upstream-openbsd/lib/libc/stdio/setvbuf.c",
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 952 setvbuf;
|