Searched refs:_IONBF (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | setbuf.c | 40 (void) setvbuf(fp, buf, buf ? _IOFBF : _IONBF, BUFSIZ); in setbuf()
|
D | setbuffer.c | 40 (void)setvbuf(fp, buf, buf ? _IOFBF : _IONBF, size); in setbuffer()
|
D | setvbuf.c | 54 if (mode != _IONBF) in setvbuf() 77 if (mode == _IONBF) in setvbuf()
|
/bionic/benchmarks/ |
D | stdio_benchmark.cpp | 39 setvbuf(fp, 0, _IONBF, 0); in ReadWriteTest()
|
/bionic/libc/include/ |
D | stdio.h | 77 #define _IONBF 2 /* setvbuf should set unbuffered */ macro
|
/bionic/tests/ |
D | stdio_test.cpp | 933 setvbuf(fp, 0, _IONBF, 0); in TEST()
|