/external/python/cpython2/Modules/ |
D | main.c | 527 setvbuf(stdin, (char *)NULL, _IOLBF, BUFSIZ); in Py_Main() 528 setvbuf(stdout, (char *)NULL, _IOLBF, BUFSIZ); in Py_Main() 535 setvbuf (stdout, (char *)NULL, _IOLBF, BUFSIZ); in Py_Main()
|
/external/deqp/framework/platform/ |
D | tcuMain.cpp | 44 setvbuf(stdout, DE_NULL, _IOLBF, 4*1024); in main()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdio_h.pass.cpp | 80 #ifndef _IOLBF 81 #error _IOLBF not defined
|
/external/deqp/execserver/tools/ |
D | xsMain.cpp | 63 setvbuf(stdout, DE_NULL, _IOLBF, 4*1024); in main()
|
/external/openssh/openbsd-compat/ |
D | bsd-misc.h | 53 #define setlinebuf(a) (setvbuf((a), NULL, _IOLBF, 0))
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cstdio.pass.cpp | 61 #ifndef _IOLBF 62 #error _IOLBF not defined
|
/external/oj-libjdwp/src/share/back/ |
D | log_messages.c | 160 (void)setvbuf(log_file, NULL, _IOLBF, BUFSIZ); in log_message_end()
|
/external/angle/src/tests/deqp_support/ |
D | angle_deqp_libtester_main.cpp | 86 setvbuf(stdout, DE_NULL, _IOLBF, 4 * 1024); in deqp_libtester_init_platform()
|
/external/wpa_supplicant_8/src/utils/ |
D | wpa_debug.c | 590 setvbuf(out_file, NULL, _IOLBF, 0); in wpa_debug_open_file() 615 setvbuf(stdout, NULL, _IOLBF, 0); in wpa_debug_setup_stdout()
|
/external/arm-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()
|
/external/libcxx/include/ |
D | cstdio | 30 _IOLBF
|
/external/openssh/ |
D | ssh-add.c | 495 setvbuf(stdout, NULL, _IOLBF, 0); in main()
|
D | sftp.c | 2116 setvbuf(stdout, NULL, _IOLBF, 0); in interactive_loop() 2117 setvbuf(infile, NULL, _IOLBF, 0); in interactive_loop()
|
/external/blktrace/ |
D | blkiomon.c | 535 mode = _IOLBF; in blkiomon_open_output()
|
/external/rust/crates/libc/src/windows/ |
D | mod.rs | 115 pub const _IOLBF: ::c_int = 64; constant
|
/external/lua/src/ |
D | liolib.c | 676 static const int mode[] = {_IONBF, _IOFBF, _IOLBF}; in f_setvbuf()
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 147 pub const _IOLBF: ::c_int = 1; constant
|
/external/python/cpython3/Python/ |
D | initconfig.c | 1774 setvbuf(stdin, (char *)NULL, _IOLBF, BUFSIZ); in config_init_stdio() 1775 setvbuf(stdout, (char *)NULL, _IOLBF, BUFSIZ); in config_init_stdio()
|
/external/rust/crates/libc/src/ |
D | wasi.rs | 182 pub const _IOLBF: c_int = 1; constant
|
/external/ltp/testcases/kernel/fs/fsx-linux/ |
D | fsx-linux.c | 1125 setvbuf(stdout, NULL, _IOLBF, 0); /* line buffered stdout */ in main()
|
/external/v8/src/logging/ |
D | log.cc | 310 setvbuf(perf_output_handle_, nullptr, _IOLBF, 0); in PerfBasicLogger() 572 setvbuf(ll_output_handle_, nullptr, _IOLBF, 0); in LowLevelLogger()
|
/external/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 496 pub const _IOLBF: ::c_int = 1; constant
|
/external/strace/ |
D | strace.c | 1868 setvbuf(shared_log, NULL, _IOLBF, 0); in init()
|
/external/tcpdump/ |
D | tcpdump.c | 1301 setvbuf(stdout, NULL, _IOLBF, 0); in main()
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 355 pub const _IOLBF: ::c_int = 1; constant
|