/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
H A D | setvbuf.c | 15 } else if (type == _IOLBF || type == _IOFBF) { in setvbuf() 20 if (type == _IOLBF && f->buf_size) in setvbuf()
|
/third_party/musl/src/stdio/ |
H A D | setvbuf.c | 22 } else if (type == _IOLBF || type == _IOFBF) { in setvbuf() 27 if (type == _IOLBF && f->buf_size) in setvbuf()
|
H A D | setlinebuf.c | 6 setvbuf(f, 0, _IOLBF, 0); in setlinebuf()
|
/third_party/musl/porting/linux/user/src/stdio/ |
H A D | setvbuf.c | 18 } 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.c | 31 int ret = setvbuf(fp, buf, _IOLBF, sizeof buf); in __flbf_0100()
|
/third_party/vk-gl-cts/framework/platform/ohos/ |
H A D | vkMain.cpp | 45 setvbuf(stdout, DE_NULL, _IOLBF, 4*1024); in main()
|
H A D | testmain.cpp | 155 setvbuf(stdout, DE_NULL, _IOLBF, 4 * 1024); in main()
|
/third_party/vk-gl-cts/framework/platform/ |
H A D | tcuMain.cpp | 44 setvbuf(stdout, DE_NULL, _IOLBF, 4*1024); in main()
|
/third_party/vk-gl-cts/execserver/tools/ |
H A D | xsMain.cpp | 63 setvbuf(stdout, DE_NULL, _IOLBF, 4*1024); in main()
|
/third_party/curl/lib/vtls/ |
H A D | keylog.c | 66 if(setvbuf(keylog_file_fp, NULL, _IOLBF, 4096)) in Curl_tls_keylog_open()
|
/third_party/gn/src/util/test/ |
H A D | gn_test.cc | 124 setvbuf(stdout, NULL, _IOLBF, BUFSIZ); in main()
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
H A D | angle_deqp_libtester_main.cpp | 59 setvbuf(stdout, DE_NULL, _IOLBF, 4 * 1024); in deqp_libtester_init_platform()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | stdio.h | 45 #define _IOLBF 1 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | stdio.h | 47 #define _IOLBF 1 macro
|
/third_party/musl/porting/linux/user/include/ |
H A D | stdio.h | 48 #define _IOLBF 1 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | stdio.h | 45 #define _IOLBF 1 macro
|
/third_party/musl/include/ |
H A D | stdio.h | 48 #define _IOLBF 1 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | stdio.c | 21 C(_IOLBF) in f()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | wpa_debug.c | 710 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 D | main.c | 276 setvbuf(stdout, NULL, _IOLBF, BUFSIZ); /* stops incomplete lines being printed when out of time */ in main()
|
/third_party/optimized-routines/networking/test/ |
H A D | chksum.c | 178 setvbuf(stdout, NULL, _IOLBF, 160); in main()
|
/third_party/ninja/src/ |
H A D | build_log.cc | 193 if (setvbuf(log_file_, NULL, _IOLBF, BUFSIZ) != 0) {
in OpenForWriteIfNeeded()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | wpa_debug.c | 971 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 D | mod.rs | 165 pub const _IOLBF: ::c_int = 1; consts
|
/third_party/rust/crates/libc/src/windows/ |
H A D | mod.rs | 117 pub const _IOLBF: ::c_int = 64; consts
|