Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dsetbuf.c40 (void) setvbuf(fp, buf, buf ? _IOFBF : _IONBF, BUFSIZ); in setbuf()
Dsetbuffer.c40 (void)setvbuf(fp, buf, buf ? _IOFBF : _IONBF, size); in setbuffer()
Dsetvbuf.c54 if (mode != _IONBF) in setvbuf()
77 if (mode == _IONBF) in setvbuf()
/bionic/benchmarks/
Dstdio_benchmark.cpp39 setvbuf(fp, 0, _IONBF, 0); in ReadWriteTest()
/bionic/libc/include/
Dstdio.h77 #define _IONBF 2 /* setvbuf should set unbuffered */ macro
/bionic/tests/
Dstdio_test.cpp933 setvbuf(fp, 0, _IONBF, 0); in TEST()