Home
last modified time | relevance | path

Searched refs:_IOFBF (Results 1 – 25 of 40) sorted by relevance

12

/third_party/musl/src/stdio/
Dsetbuf.c5 setvbuf(f, buf, buf ? _IOFBF : _IONBF, BUFSIZ); in setbuf()
Dsetbuffer.c6 setvbuf(f, buf, buf ? _IOFBF : _IONBF, size); in setbuffer()
Dsetvbuf.c15 } else if (type == _IOLBF || type == _IOFBF) { in setvbuf()
/third_party/musl/libc-test/src/regression/
Dsetvbuf-unget.c10 setvbuf(stdin, buf+12, _IOFBF, sizeof buf - 12); in main()
/third_party/musl/porting/liteos_a/kernel/src/stdio/
Dsetvbuf.c15 } else if (type == _IOLBF || type == _IOFBF) { in setvbuf()
/third_party/musl/porting/linux/user/src/stdio/
Dsetvbuf.c16 } else if (type == _IOLBF || type == _IOFBF) { in setvbuf()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
Dsetvbuf.c32 int result = setvbuf(fptr, buff, _IOFBF, 1024); in setvbuf_0100()
D__fbufsize.c30 int ret = setvbuf(fp, buf, _IOFBF, sizeof buf); in __fbufsize_0100()
D__flbf.c51 int ret = setvbuf(fp, buf, _IOFBF, sizeof buf); in __flbf_0200()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstfilesink.h60 GST_FILE_SINK_BUFFER_MODE_FULL = _IOFBF,
/third_party/musl/ndk_musl_include/
Dstdio.h44 #define _IOFBF 0 macro
/third_party/musl/libc-test/src/api/
Dstdio.c20 C(_IOFBF) in f()
/third_party/musl/include/
Dstdio.h46 #define _IOFBF 0 macro
/third_party/rust/crates/libc/libc-test/semver/
Dwindows.txt142 _IOFBF
Dopenbsd.txt838 _IOFBF
Dfuchsia.txt1006 _IOFBF
Dnetbsd.txt1045 _IOFBF
Ddragonfly.txt1069 _IOFBF
/third_party/musl/porting/liteos_m/kernel/include/
Dstdio.h44 #define _IOFBF 0 macro
/third_party/musl/porting/uniproton/kernel/include/
Dstdio.h44 #define _IOFBF 0 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dstdio.h46 #define _IOFBF 0 macro
/third_party/musl/porting/linux/user/include/
Dstdio.h46 #define _IOFBF 0 macro
/third_party/ninja/src/
Ddeps_log.cc429 if (setvbuf(file_, NULL, _IOFBF, kMaxRecordSize + 1) != 0) { in OpenForWriteIfNeeded()
/third_party/node/deps/v8/src/diagnostics/
Dperf-jit.cc153 setvbuf(perf_output_handle_, nullptr, _IOFBF, kLogBufferSize); in OpenJitDumpFile()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs163 pub const _IOFBF: ::c_int = 0; constant

12