Home
last modified time | relevance | path

Searched refs:_IOFBF (Results 1 - 25 of 34) sorted by relevance

12

/third_party/musl/src/stdio/
H A Dsetbuffer.c6 setvbuf(f, buf, buf ? _IOFBF : _IONBF, size); in setbuffer()
H A Dsetbuf.c5 setvbuf(f, buf, buf ? _IOFBF : _IONBF, BUFSIZ); in setbuf()
H A Dsetvbuf.c22 } else if (type == _IOLBF || type == _IOFBF) { in setvbuf()
/third_party/musl/libc-test/src/regression/
H A Dsetvbuf-unget.c10 setvbuf(stdin, buf+12, _IOFBF, sizeof buf - 12); in main()
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A Dsetvbuf.c15 } else if (type == _IOLBF || type == _IOFBF) { in setvbuf()
/third_party/musl/porting/linux/user/src/stdio/
H A Dsetvbuf.c18 } else if (type == _IOLBF || type == _IOFBF) { in setvbuf()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A D__fbufsize.c30 int ret = setvbuf(fp, buf, _IOFBF, sizeof buf); in __fbufsize_0100()
H A Dsetvbuf.c32 int result = setvbuf(fptr, buff, _IOFBF, 1024); in setvbuf_0100()
H A D__flbf.c51 int ret = setvbuf(fp, buf, _IOFBF, sizeof buf); in __flbf_0200()
H A Dfread.c246 int result = setvbuf(fp, fpBuffer, _IOFBF, BUFFER_SIZE_1026); in fread_0700()
/third_party/lame/frontend/
H A Dconsole.c122 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 Dstdio.h44 #define _IOFBF 0 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdio.h46 #define _IOFBF 0 macro
/third_party/musl/porting/linux/user/include/
H A Dstdio.h47 #define _IOFBF 0 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdio.h44 #define _IOFBF 0 macro
/third_party/musl/include/
H A Dstdio.h47 #define _IOFBF 0 macro
/third_party/musl/libc-test/src/api/
H A Dstdio.c20 C(_IOFBF) in f()
/third_party/ninja/src/
H A Ddeps_log.cc429 if (setvbuf(file_, NULL, _IOFBF, kMaxRecordSize + 1) != 0) {
/third_party/node/deps/v8/src/diagnostics/
H A Dperf-jit.cc154 setvbuf(perf_output_handle_, nullptr, _IOFBF, kLogBufferSize); in OpenJitDumpFile()
/third_party/lame/misc/
H A Dath.c579 setvbuf ( stdout, buff, _IOFBF, sizeof(buff) ); in report_open()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs163 pub const _IOFBF: ::c_int = 0; consts
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs115 pub const _IOFBF: ::c_int = 0; consts
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs196 pub const _IOFBF: c_int = 0; consts
/third_party/rust/crates/libc/src/
H A Dwasi.rs201 pub const _IOFBF: c_int = 0; consts
/third_party/skia/third_party/externals/expat/expat/xmlwf/
H A Dxmlwf.c1206 setvbuf(userData.fp, NULL, _IOFBF, 16384); in tmain()

Completed in 20 milliseconds

12