Home
last modified time | relevance | path

Searched refs:_IOLBF (Results 1 - 25 of 39) sorted by relevance

12

/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A Dsetvbuf.c15 } else if (type == _IOLBF || type == _IOFBF) { in setvbuf()
20 if (type == _IOLBF && f->buf_size) in setvbuf()
/third_party/musl/src/stdio/
H A Dsetvbuf.c22 } else if (type == _IOLBF || type == _IOFBF) { in setvbuf()
27 if (type == _IOLBF && f->buf_size) in setvbuf()
H A Dsetlinebuf.c6 setvbuf(f, 0, _IOLBF, 0); in setlinebuf()
/third_party/musl/porting/linux/user/src/stdio/
H A Dsetvbuf.c18 } else if (type == _IOLBF || type == _IOFBF) { in setvbuf()
23 if (type == _IOLBF && f->buf_size) in setvbuf()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A D__flbf.c31 int ret = setvbuf(fp, buf, _IOLBF, sizeof buf); in __flbf_0100()
/third_party/vk-gl-cts/framework/platform/ohos/
H A DvkMain.cpp45 setvbuf(stdout, DE_NULL, _IOLBF, 4*1024); in main()
H A Dtestmain.cpp155 setvbuf(stdout, DE_NULL, _IOLBF, 4 * 1024); in main()
/third_party/vk-gl-cts/framework/platform/
H A DtcuMain.cpp44 setvbuf(stdout, DE_NULL, _IOLBF, 4*1024); in main()
/third_party/vk-gl-cts/execserver/tools/
H A DxsMain.cpp63 setvbuf(stdout, DE_NULL, _IOLBF, 4*1024); in main()
/third_party/curl/lib/vtls/
H A Dkeylog.c66 if(setvbuf(keylog_file_fp, NULL, _IOLBF, 4096)) in Curl_tls_keylog_open()
/third_party/gn/src/util/test/
H A Dgn_test.cc124 setvbuf(stdout, NULL, _IOLBF, BUFSIZ); in main()
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
H A Dangle_deqp_libtester_main.cpp59 setvbuf(stdout, DE_NULL, _IOLBF, 4 * 1024); in deqp_libtester_init_platform()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdio.h45 #define _IOLBF 1 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdio.h47 #define _IOLBF 1 macro
/third_party/musl/porting/linux/user/include/
H A Dstdio.h48 #define _IOLBF 1 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdio.h45 #define _IOLBF 1 macro
/third_party/musl/include/
H A Dstdio.h48 #define _IOLBF 1 macro
/third_party/musl/libc-test/src/api/
H A Dstdio.c21 C(_IOLBF) in f()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dwpa_debug.c710 setvbuf(out_file, NULL, _IOLBF, 0); in wpa_debug_open_file()
735 setvbuf(stdout, NULL, _IOLBF, 0); in wpa_debug_setup_stdout()
/third_party/optimized-routines/math/test/rtest/
H A Dmain.c276 setvbuf(stdout, NULL, _IOLBF, BUFSIZ); /* stops incomplete lines being printed when out of time */ in main()
/third_party/optimized-routines/networking/test/
H A Dchksum.c178 setvbuf(stdout, NULL, _IOLBF, 160); in main()
/third_party/ninja/src/
H A Dbuild_log.cc193 if (setvbuf(log_file_, NULL, _IOLBF, BUFSIZ) != 0) { in OpenForWriteIfNeeded()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dwpa_debug.c971 setvbuf(out_file, NULL, _IOLBF, 0); in wpa_debug_open_file()
996 setvbuf(stdout, NULL, _IOLBF, 0); in wpa_debug_setup_stdout()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs165 pub const _IOLBF: ::c_int = 1; consts
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs117 pub const _IOLBF: ::c_int = 64; consts

Completed in 15 milliseconds

12