Searched refs:_IONBF (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | setvbuf.c | 54 if (mode != _IONBF) in setvbuf() 77 if (mode == _IONBF) in setvbuf()
|
/bionic/tests/headers/posix/ |
D | stdio_h.c | 47 MACRO(_IONBF); in stdio_h()
|
/bionic/benchmarks/ |
D | stdio_benchmark.cpp | 46 setvbuf(fp, nullptr, _IONBF, 0); in ReadWriteTest()
|
/bionic/libc/include/ |
D | stdio.h | 90 #define _IONBF 2 /* setvbuf should set unbuffered */ macro
|
/bionic/libc/stdio/ |
D | stdio.cpp | 968 setvbuf(fp, buf, buf ? _IOFBF : _IONBF, size); in setbuffer()
|
/bionic/tests/ |
D | stdio_test.cpp | 1951 setvbuf(fp, nullptr, _IONBF, 0); in TEST() 2590 for (int mode : { _IONBF, _IOLBF }) { in TEST()
|