Searched refs:stdout (Results 926 - 950 of 1885) sorted by relevance
1...<<31323334353637383940>>...76
/third_party/ltp/testcases/kernel/sched/clisrv/ |
H A D | pthcli.c | 88 fputs(recvline, stdout); in str_cli()
|
/third_party/ltp/testcases/kernel/mce-test/tools/ |
H A D | gcov_merge.py | 76 gcov_merge(sys.argv[1:], sys.stdout)
|
H A D | scov_merge.py | 68 scov_merge(sys.argv[1:], sys.stdout)
|
/third_party/ltp/testcases/kernel/sched/sched_stress/ |
H A D | sched_tc0.c | 150 fflush(stdout); in main()
|
/third_party/node/deps/openssl/openssl/ms/ |
H A D | applink.c | 54 return stdout; in app_stdout()
|
/third_party/node/deps/openssl/openssl/fuzz/ |
H A D | test-corpus.c | 47 fflush(stdout); in testfile()
|
/third_party/rust/crates/clap/clap_complete/examples/ |
H A D | completion.rs | 98 generate(gen, cmd, cmd.get_name().to_string(), &mut io::stdout()); in print_completions()
|
/third_party/rust/crates/autocfg/src/ |
H A D | version.rs | 34 let output = try!(str::from_utf8(&output.stdout).map_err(error::from_utf8)); in from_rustc()
|
/third_party/rust/crates/env_logger/tests/ |
H A D | log_tls_dtors.rs | 61 println!("--- stdout\n{}", str::from_utf8(&out.stdout).unwrap()); in main()
|
/third_party/python/Tools/scripts/ |
H A D | db2pickle.py | 64 pfile = sys.stdout
|
H A D | diff.py | 57 sys.stdout.writelines(diff)
|
H A D | mkreal.py | 45 sys.stdout = sys.stderr
|
H A D | ndiff.py | 18 Print a human-friendly file difference report to stdout. Both inter- 20 (-r1) or file2 (-r2) on stdout, from an ndiff report on stdin. 67 # open two files & spray the diff to stdout; return false iff a problem 117 # file2 (which=='2') to stdout 121 sys.stdout.writelines(restored)
|
/third_party/openssl/test/testutil/ |
H A D | basic_output.c | 27 tap_out = BIO_new_fp(stdout, BIO_NOCLOSE | BIO_FP_TEXT); in test_open_streams()
|
/third_party/openssl/fuzz/ |
H A D | test-corpus.c | 47 fflush(stdout); in testfile()
|
/third_party/openssl/ms/ |
H A D | applink.c | 54 return stdout; in app_stdout()
|
/third_party/openssl/demos/bio/ |
H A D | client-arg.c | 87 out = BIO_new_fp(stdout, BIO_NOCLOSE); in main()
|
H A D | sconnect.c | 111 fwrite(buf, 1, i, stdout); in main()
|
/third_party/openssl/demos/digest/ |
H A D | EVP_MD_xof.c | 111 BIO_dump_indent_fp(stdout, digest, digest_len, 2); in main()
|
/third_party/skia/third_party/externals/icu/source/samples/case/ |
H A D | case.cpp | 35 out = u_finit(stdout, NULL, NULL); in main() 37 fprintf(stderr, "Could not initialize (finit()) over stdout! \n"); in main()
|
/third_party/skia/third_party/externals/icu/source/tools/gencmn/ |
H A D | gencmn.c | 70 FILE *where = argc < 0 ? stderr : stdout; in main()
|
/third_party/skia/third_party/externals/dawn/src/common/ |
H A D | Log.cpp | 83 FILE* outputStream = stdout; in ~LogMessage()
|
/third_party/skia/third_party/externals/tint/src/diagnostic/ |
H A D | printer_windows.cc | 38 if (file == stdout) { in console_info()
|
/third_party/skia/tools/skpbench/ |
H A D | _adb.py | 63 subprocess.call(self.__invocation + list(args), stdout=sys.stderr)
|
H A D | skiaperf.py | 28 default='-', help="output file ('-' for stdout)") 89 data.emit(sys.stdout)
|
Completed in 7 milliseconds
1...<<31323334353637383940>>...76