/third_party/exfatprogs/fsck/ |
H A D | repair.c | 99 fflush(stdout); in ask_repair()
|
/third_party/ffmpeg/libavfilter/tests/ |
H A D | filtfmts.c | 156 fflush(stdout); in main()
|
/third_party/elfutils/libasm/ |
H A D | asm_begin.c | 49 result->out.file = stdout; in prepare_text_output()
|
/third_party/gn/examples/ios/build/config/ios/scripts/ |
H A D | sdk_info.py | 139 help='path of the output file to create; - means stdout') 152 sys.stdout.write(json.dumps(sdk_info))
|
/third_party/ffmpeg/tools/ |
H A D | ffescape.c | 56 "-o OUTFILE set OUTFILE as output file, stdout if omitted\n" in usage() 149 outfilename = "stdout"; in main() 150 outfile = stdout; in main()
|
/third_party/curl/docs/examples/ |
H A D | cacertinmem.c | 135 curl_easy_setopt(ch, CURLOPT_WRITEDATA, stdout); in main()
|
H A D | usercertinmem.c | 189 curl_easy_setopt(ch, CURLOPT_WRITEDATA, stdout); in main()
|
/third_party/cups-filters/cupsfilters/ |
H A D | driver.h | 236 # define cupsWritePrintData(s,n) fwrite((s), 1, (n), stdout)
|
/third_party/icu/icu4c/source/tools/gencolusb/ |
H A D | extract_unsafe_backwards.cpp | 166 fflush(stdout); in main()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | filestrm.cpp | 214 return (FileStream*)stdout; in T_FileStream_stdout()
|
/third_party/googletest/googletest/test/ |
H A D | gtest_test_utils.py | 217 output Child process's stdout and stderr output 227 stdout=subprocess.PIPE, stderr=stderr,
|
/third_party/icu/icu4c/source/samples/ufortune/ |
H A D | ufortune.c | 71 UFILE *u_stdout; /* Unicode stdout file. */ in main() 110 * data to stdout. The string data that we get from resources in main() 113 u_stdout = u_finit(stdout, NULL /*locale*/, NULL /*codepage */); in main()
|
/third_party/icu/tools/multi/proj/chello/ |
H A D | date.c | 198 uprint(s, stdout, status); in date()
|
/third_party/libsnd/tests/ |
H A D | ulaw_test.c | 58 fflush (stdout) ; in main()
|
H A D | alaw_test.c | 58 fflush (stdout) ; in main()
|
H A D | locale_test.c | 146 fflush (stdout) ; in locale_test()
|
/third_party/libwebsockets/lib/misc/ |
H A D | daemonize.c | 215 if (!freopen("/dev/null", "w", stdout)) in lws_daemonize() 216 fprintf(stderr, "unable to freopen() stdout, code %d (%s)", in lws_daemonize()
|
/third_party/mbedtls/scripts/mbedtls_dev/ |
H A D | c_build_helper.py | 107 stdout=subprocess.DEVNULL,
|
/third_party/lzma/CPP/Common/ |
H A D | StdOutStream.cpp | 14 CStdOutStream g_StdOut(stdout);
|
/third_party/mbedtls/scripts/ |
H A D | min_requirements.py | 133 reqs.write(sys.stdout)
|
/third_party/libcoap/include/coap3/ |
H A D | coap_debug.h | 31 #define COAP_DEBUG_FD stdout
|
/third_party/libdrm/intel/ |
H A D | test_decode.c | 80 drm_intel_decode_set_output_file(ctx, stdout); in dump_batch()
|
/third_party/lame/frontend/ |
H A D | mp3rtp.c | 202 lame_set_stream_binary_mode(outf = stdout); in lame_main()
|
/third_party/jerryscript/tools/ |
H A D | run_jerry_tdd_executable.py | 55 subp = subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
|
/third_party/json/tests/thirdparty/imapdl/ |
H A D | filterbr.py | 104 filter_lcov_trace_file(sys.argv[1], sys.stdout)
|