/third_party/musl/src/stdio/ |
D | setbuf.c | 5 setvbuf(f, buf, buf ? _IOFBF : _IONBF, BUFSIZ); in setbuf()
|
D | setbuffer.c | 6 setvbuf(f, buf, buf ? _IOFBF : _IONBF, size); in setbuffer()
|
D | setvbuf.c | 15 } else if (type == _IOLBF || type == _IOFBF) { in setvbuf()
|
/third_party/musl/libc-test/src/regression/ |
D | setvbuf-unget.c | 10 setvbuf(stdin, buf+12, _IOFBF, sizeof buf - 12); in main()
|
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
D | setvbuf.c | 15 } else if (type == _IOLBF || type == _IOFBF) { in setvbuf()
|
/third_party/musl/porting/linux/user/src/stdio/ |
D | setvbuf.c | 16 } else if (type == _IOLBF || type == _IOFBF) { in setvbuf()
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
D | setvbuf.c | 32 int result = setvbuf(fptr, buff, _IOFBF, 1024); in setvbuf_0100()
|
D | __fbufsize.c | 30 int ret = setvbuf(fp, buf, _IOFBF, sizeof buf); in __fbufsize_0100()
|
D | __flbf.c | 51 int ret = setvbuf(fp, buf, _IOFBF, sizeof buf); in __flbf_0200()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstfilesink.h | 60 GST_FILE_SINK_BUFFER_MODE_FULL = _IOFBF,
|
/third_party/musl/ndk_musl_include/ |
D | stdio.h | 44 #define _IOFBF 0 macro
|
/third_party/musl/libc-test/src/api/ |
D | stdio.c | 20 C(_IOFBF) in f()
|
/third_party/musl/include/ |
D | stdio.h | 46 #define _IOFBF 0 macro
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | windows.txt | 142 _IOFBF
|
D | openbsd.txt | 838 _IOFBF
|
D | fuchsia.txt | 1006 _IOFBF
|
D | netbsd.txt | 1045 _IOFBF
|
D | dragonfly.txt | 1069 _IOFBF
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | stdio.h | 44 #define _IOFBF 0 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | stdio.h | 44 #define _IOFBF 0 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | stdio.h | 46 #define _IOFBF 0 macro
|
/third_party/musl/porting/linux/user/include/ |
D | stdio.h | 46 #define _IOFBF 0 macro
|
/third_party/ninja/src/ |
D | deps_log.cc | 429 if (setvbuf(file_, NULL, _IOFBF, kMaxRecordSize + 1) != 0) { in OpenForWriteIfNeeded()
|
/third_party/node/deps/v8/src/diagnostics/ |
D | perf-jit.cc | 153 setvbuf(perf_output_handle_, nullptr, _IOFBF, kLogBufferSize); in OpenJitDumpFile()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 163 pub const _IOFBF: ::c_int = 0; constant
|