Searched refs:setbuf (Results 1 – 7 of 7) sorted by relevance
/bionic/tests/headers/posix/ |
D | stdio_h.c | 129 FUNCTION(setbuf, void (*f)(FILE*, char*)); in stdio_h()
|
/bionic/tests/ |
D | stdio_test.cpp | 867 setbuf(fp, nullptr); in TEST() 1705 setbuf(fp, nullptr); // Turn off buffering so we can see what's happening as it happens. in TEST() 1717 setbuf(fp, nullptr); // Turn off buffering so we can see what's happening as it happens. in TEST() 1728 setbuf(fp, nullptr); // Turn off buffering so we can see what's happening as it happens. in TEST() 1748 setbuf(fp, nullptr); // Turn off buffering so we can see what's happening as it happens. in TEST() 1757 setbuf(fp, nullptr); // Turn off buffering so we can see what's happening as it happens. in TEST() 1815 setbuf(fp, nullptr); // Turn off buffering so we can see what's happening as it happens. in TEST() 1819 setbuf(fp, nullptr); // Turn off buffering so we can see what's happening as it happens. in TEST() 1859 setbuf(fp, nullptr); // Turn off buffering so we can see what's happening as it happens. in TEST() 1867 setbuf(fp, nullptr); // Turn off buffering so we can see what's happening as it happens. in TEST()
|
/bionic/libc/include/ |
D | stdio.h | 132 void setbuf(FILE* __fp, char* __buf);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 904 setbuf
|
/bionic/libc/stdio/ |
D | stdio.cpp | 961 void setbuf(FILE* fp, char* buf) { in setbuf() function
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 918 setbuf;
|
/bionic/libc/ |
D | libc.map.txt | 918 setbuf;
|