Home
last modified time | relevance | path

Searched refs:_IONBF (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dsetvbuf.c54 if (mode != _IONBF) in setvbuf()
77 if (mode == _IONBF) in setvbuf()
/bionic/tests/headers/posix/
Dstdio_h.c47 MACRO(_IONBF); in stdio_h()
/bionic/benchmarks/
Dstdio_benchmark.cpp46 setvbuf(fp, nullptr, _IONBF, 0); in ReadWriteTest()
/bionic/libc/include/
Dstdio.h90 #define _IONBF 2 /* setvbuf should set unbuffered */ macro
/bionic/libc/stdio/
Dstdio.cpp968 setvbuf(fp, buf, buf ? _IOFBF : _IONBF, size); in setbuffer()
/bionic/tests/
Dstdio_test.cpp1951 setvbuf(fp, nullptr, _IONBF, 0); in TEST()
2590 for (int mode : { _IONBF, _IOLBF }) { in TEST()