Home
last modified time | relevance | path

Searched refs:stdout (Results 1351 - 1375 of 1885) sorted by relevance

1...<<51525354555657585960>>...76

/third_party/ltp/utils/sctp/func_tests/
H A Dtest_1_to_1_socket_bind_listen.c97 /* Rather than fflush() throughout the code, set stdout to in main()
100 setvbuf(stdout, NULL, _IONBF, 0); in main()
H A Dtest_inaddr_any.c91 /* 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 D4-3.c299 fflush(stdout); in main_loop()
/third_party/node/deps/v8/src/objects/
H A Djs-function.h304 void PrintName(FILE* out = stdout);
/third_party/node/deps/v8/src/strings/
H A Dstring-stream.h171 void OutputToStdOut() { OutputToFile(stdout); } in OutputToStdOut()
/third_party/node/deps/v8/src/utils/
H A Dostreams.h93 StdoutStream() : OFStream(stdout) {} in StdoutStream()
/third_party/musl/libc-test/src/api/
H A Dstdio.c32 {FILE *x=stdout;} in f()
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_util.c29 BIO *bio = BIO_new_fp(stdout, BIO_NOCLOSE); in OSSL_CMP_log_open()
/third_party/rust/crates/clang-sys/build/
H A Dcommon.rs94 /// 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 Dhighlight.py265 sys.stdout.write(encoded)
/third_party/python/Lib/lib2to3/pgen2/
H A Ddriver.py170 logging.basicConfig(level=logging.INFO, stream=sys.stdout,
/third_party/python/Lib/
H A Dsndhdr.py264 sys.stdout.flush()
/third_party/openssl/crypto/cmp/
H A Dcmp_util.c29 BIO *bio = BIO_new_fp(stdout, BIO_NOCLOSE); in OSSL_CMP_log_open()
/third_party/openssl/demos/keyexch/
H A Dx25519.c188 BIO_dump_indent_fp(stdout, local_peer->secret, local_peer->secret_len, 2); in keyexch_x25519_after()
/third_party/toybox/scripts/
H A Dmkflags.c1 // 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 Dstylize_as_junit.rb168 stdout: []
/third_party/vixl/tools/
H A Dlint.py78 stdout=subprocess.PIPE,
H A Dutil.py84 dump = subprocess.Popen(args, stdin=subprocess.PIPE, stdout=subprocess.PIPE,
/third_party/skia/third_party/externals/expat/expat/xmlwf/
H A Dxmlfile.c91 ftprintf(stdout, in reportError()
/third_party/python/Lib/test/test_tools/
H A Dtest_pindent.py27 stdin=subprocess.PIPE, stdout=subprocess.PIPE,
/third_party/pulseaudio/src/tests/
H A Dinterpol-test.c226 fflush(stdout); in START_TEST()
/third_party/selinux/libselinux/utils/
H A Davcstat.c83 ret = ioctl(fileno(stdout), TIOCGWINSZ, &ws); in set_window_rows()
/third_party/spirv-tools/test/diff/diff_files/
H A Dgenerate_tests.py192 process = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE, text=True)
/third_party/vulkan-loader/scripts/
H A Ddispatch_table_helper_generator.py87 diagFile = sys.stdout):
/third_party/skia/third_party/externals/angle2/src/common/
H A Ddebug.cpp289 fprintf((severity >= LOG_WARN) ? stderr : stdout, "%s: %s\n", LogSeverityName(severity), in Trace()

Completed in 13 milliseconds

1...<<51525354555657585960>>...76