/third_party/musl/src/stdio/ |
H A D | setbuffer.c | 6 setvbuf(f, buf, buf ? _IOFBF : _IONBF, size); in setbuffer()
|
H A D | setbuf.c | 5 setvbuf(f, buf, buf ? _IOFBF : _IONBF, BUFSIZ); in setbuf()
|
H A D | setvbuf.c | 22 } else if (type == _IOLBF || type == _IOFBF) { in setvbuf()
|
/third_party/musl/libc-test/src/regression/ |
H A D | setvbuf-unget.c | 10 setvbuf(stdin, buf+12, _IOFBF, sizeof buf - 12); in main()
|
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
H A D | setvbuf.c | 15 } else if (type == _IOLBF || type == _IOFBF) { in setvbuf()
|
/third_party/musl/porting/linux/user/src/stdio/ |
H A D | setvbuf.c | 18 } else if (type == _IOLBF || type == _IOFBF) { in setvbuf()
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | __fbufsize.c | 30 int ret = setvbuf(fp, buf, _IOFBF, sizeof buf); in __fbufsize_0100()
|
H A D | setvbuf.c | 32 int result = setvbuf(fptr, buff, _IOFBF, 1024); in setvbuf_0100()
|
H A D | __flbf.c | 51 int ret = setvbuf(fp, buf, _IOFBF, sizeof buf); in __flbf_0200()
|
H A D | fread.c | 246 int result = setvbuf(fp, fpBuffer, _IOFBF, BUFFER_SIZE_1026); in fread_0700()
|
/third_party/lame/frontend/ |
H A D | console.c | 122 setvbuf(mfp->Console_fp, mfp->Console_buff, _IOFBF, sizeof(mfp->Console_buff)); in init_console()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | stdio.h | 44 #define _IOFBF 0 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | stdio.h | 46 #define _IOFBF 0 macro
|
/third_party/musl/porting/linux/user/include/ |
H A D | stdio.h | 47 #define _IOFBF 0 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | stdio.h | 44 #define _IOFBF 0 macro
|
/third_party/musl/include/ |
H A D | stdio.h | 47 #define _IOFBF 0 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | stdio.c | 20 C(_IOFBF) in f()
|
/third_party/ninja/src/ |
H A D | deps_log.cc | 429 if (setvbuf(file_, NULL, _IOFBF, kMaxRecordSize + 1) != 0) {
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | perf-jit.cc | 154 setvbuf(perf_output_handle_, nullptr, _IOFBF, kLogBufferSize); in OpenJitDumpFile()
|
/third_party/lame/misc/ |
H A D | ath.c | 579 setvbuf ( stdout, buff, _IOFBF, sizeof(buff) ); in report_open()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
H A D | mod.rs | 163 pub const _IOFBF: ::c_int = 0; consts
|
/third_party/rust/crates/libc/src/windows/ |
H A D | mod.rs | 115 pub const _IOFBF: ::c_int = 0; consts
|
/third_party/rust/crates/libc/src/solid/ |
H A D | mod.rs | 196 pub const _IOFBF: c_int = 0; consts
|
/third_party/rust/crates/libc/src/ |
H A D | wasi.rs | 201 pub const _IOFBF: c_int = 0; consts
|
/third_party/skia/third_party/externals/expat/expat/xmlwf/ |
H A D | xmlwf.c | 1206 setvbuf(userData.fp, NULL, _IOFBF, 16384); in tmain()
|