Searched refs:stdout (Results 1351 - 1375 of 1885) sorted by relevance
1...<<51525354555657585960>>...76
/third_party/ltp/utils/sctp/func_tests/ |
H A D | test_1_to_1_socket_bind_listen.c | 97 /* Rather than fflush() throughout the code, set stdout to in main() 100 setvbuf(stdout, NULL, _IONBF, 0); in main()
|
H A D | test_inaddr_any.c | 91 /* Rather than fflush() throughout the code, set stdout to in main() 94 setvbuf(stdout, NULL, _IONBF, 0); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/ |
H A D | 4-3.c | 299 fflush(stdout); in main_loop()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-function.h | 304 void PrintName(FILE* out = stdout);
|
/third_party/node/deps/v8/src/strings/ |
H A D | string-stream.h | 171 void OutputToStdOut() { OutputToFile(stdout); } in OutputToStdOut()
|
/third_party/node/deps/v8/src/utils/ |
H A D | ostreams.h | 93 StdoutStream() : OFStream(stdout) {} in StdoutStream()
|
/third_party/musl/libc-test/src/api/ |
H A D | stdio.c | 32 {FILE *x=stdout;} in f()
|
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_util.c | 29 BIO *bio = BIO_new_fp(stdout, BIO_NOCLOSE); in OSSL_CMP_log_open()
|
/third_party/rust/crates/clang-sys/build/ |
H A D | common.rs | 94 /// Executes a command and returns the `stdout` output if the command was 107 Some(String::from_utf8_lossy(&output.stdout).into_owned()) in run_command() 115 /// Executes the `llvm-config` command and returns the `stdout` output if the 122 /// Executes the `xcode-select` command and returns the `stdout` output if the
|
/third_party/python/Tools/scripts/ |
H A D | highlight.py | 265 sys.stdout.write(encoded)
|
/third_party/python/Lib/lib2to3/pgen2/ |
H A D | driver.py | 170 logging.basicConfig(level=logging.INFO, stream=sys.stdout,
|
/third_party/python/Lib/ |
H A D | sndhdr.py | 264 sys.stdout.flush()
|
/third_party/openssl/crypto/cmp/ |
H A D | cmp_util.c | 29 BIO *bio = BIO_new_fp(stdout, BIO_NOCLOSE); in OSSL_CMP_log_open()
|
/third_party/openssl/demos/keyexch/ |
H A D | x25519.c | 188 BIO_dump_indent_fp(stdout, local_peer->secret, local_peer->secret_len, 2); in keyexch_x25519_after()
|
/third_party/toybox/scripts/ |
H A D | mkflags.c | 1 // Take three word input lines on stdin and produce flag #defines to stdout. 246 if (fflush(0) && ferror(stdout)) return 1; in main()
|
/third_party/unity/auto/ |
H A D | stylize_as_junit.rb | 168 stdout: []
|
/third_party/vixl/tools/ |
H A D | lint.py | 78 stdout=subprocess.PIPE,
|
H A D | util.py | 84 dump = subprocess.Popen(args, stdin=subprocess.PIPE, stdout=subprocess.PIPE,
|
/third_party/skia/third_party/externals/expat/expat/xmlwf/ |
H A D | xmlfile.c | 91 ftprintf(stdout, in reportError()
|
/third_party/python/Lib/test/test_tools/ |
H A D | test_pindent.py | 27 stdin=subprocess.PIPE, stdout=subprocess.PIPE,
|
/third_party/pulseaudio/src/tests/ |
H A D | interpol-test.c | 226 fflush(stdout); in START_TEST()
|
/third_party/selinux/libselinux/utils/ |
H A D | avcstat.c | 83 ret = ioctl(fileno(stdout), TIOCGWINSZ, &ws); in set_window_rows()
|
/third_party/spirv-tools/test/diff/diff_files/ |
H A D | generate_tests.py | 192 process = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE, text=True)
|
/third_party/vulkan-loader/scripts/ |
H A D | dispatch_table_helper_generator.py | 87 diagFile = sys.stdout):
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | debug.cpp | 289 fprintf((severity >= LOG_WARN) ? stderr : stdout, "%s: %s\n", LogSeverityName(severity), in Trace()
|
Completed in 13 milliseconds
1...<<51525354555657585960>>...76