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