Home
last modified time | relevance | path

Searched refs:stdout (Results 976 - 1000 of 1885) sorted by relevance

1...<<31323334353637383940>>...76

/third_party/ntfs-3g/libntfs-3g/
H A Dlogging.c197 * Other messages are sent to "stdout".
210 stream = stdout; in ntfs_log_get_stream()
514 * ntfs_log_handler_stdout - All logs go to stdout
523 * Display a log message to stdout.
526 * If @data is NULL, then stdout will be used.
538 data = stdout; in ntfs_log_handler_stdout()
544 * ntfs_log_handler_outerr - Logs go to stdout/stderr depending on level
587 * If @data is NULL, then stdout will be used.
/third_party/node/deps/base64/base64/bin/
H A Dbase64.c153 // Try to write the vectors to stdout. in writev_retry()
218 // Try to write the buffer to stdout. in write_stdout()
566 usage(stdout, &config); in main()
587 fclose(stdout); in main()
/third_party/ninja/src/
H A Dstatus.cc215 // ninja sets stdout and stderr of subprocesses to a pipe, to be able to
234 _setmode(_fileno(stdout), _O_BINARY); // Begin Windows extra CR fix
240 _setmode(_fileno(stdout), _O_TEXT); // End Windows extra CR fix
/third_party/node/deps/icu-small/source/tools/icupkg/
H A Dicupkg.cpp56 FILE *where=isHelp ? stdout : stderr; in printUsage()
186 "\t to stdout or to output list file\n" in printUsage()
507 fprintf(stdout, "%s\n", pkg->getItem(i)->name); in main()
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
H A Drebuild.js337 }).then(({ args, code, signal, stdout, stderr }) => {
349 stdout,
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A DMSVSVersion.py165 stdout from reg.exe, or None for failure.
174 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
175 # Obtain the stdout from reg.exe, reading to the end so p.returncode is valid
199 stdout from reg.exe, or None for failure.
430 p = subprocess.Popen(["cygpath", path], stdout=subprocess.PIPE)
/third_party/mesa3d/src/intel/tools/
H A Daubinator.c315 outfile = stdout; in main()
364 /* Do this before we redirect stdout to pager. */ in main()
406 fflush(stdout); in main()
407 /* close the stdout which is opened to write the output */ in main()
/third_party/mesa3d/src/panfrost/bifrost/
H A Dcmdline.c253 disassemble_valhall(stdout, entrypoint, filesize, verbose); in disassemble()
255 disassemble_bifrost(stdout, entrypoint, filesize, verbose); in disassemble()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_format.c175 fflush(stdout); in test_format_float()
222 fflush(stdout); in test_format_float()
/third_party/libdrm/tests/amdgpu/
H A Damdgpu_stress.c178 fprintf(stdout, "Allocated BO number %u at 0x%lx, domain 0x%x, size %lu\n", in alloc_bo()
276 fprintf(stdout, "Submitted %u IBs to copy from %u(%lx) to %u(%lx) %lu bytes took %lu usec\n", in submit_ib()
/third_party/ltp/testcases/kernel/io/direct_io/
H A Ddiotest6.c323 fflush(stdout); in main()
341 fflush(stdout); in main()
/third_party/libdrm/tests/tegra/
H A Dvic-flip.c319 vic_image_dump(input, stdout); in main()
322 vic_image_dump(output, stdout); in main()
H A Dvic-blit.c319 vic_image_dump(input, stdout); in main()
322 vic_image_dump(output, stdout); in main()
/third_party/ltp/tools/sparse/sparse-src/
H A Dlib.c139 fflush(stdout); in do_warn()
407 // Redirect stdout if needed in sparse_initialize()
411 if (!freopen(outfile, "w", stdout)) in sparse_initialize()
/third_party/node/deps/v8/src/logging/
H A Dlog-utils.cc34 return stdout; in CreateOutputHandle()
56 os_(output_handle_ == nullptr ? stdout : output_handle_), in Log()
/third_party/node/deps/v8/src/utils/
H A Dutils.cc70 fprintf(stdout, "%s", prompt); in ReadLine()
71 fflush(stdout); in ReadLine()
/third_party/node/deps/openssl/openssl/
H A De_os.h144 # undef stdout macro
148 # define stdout (&__iob_func()[1]) macro
/third_party/python/Tools/importbench/
H A Dimportbench.py200 sys.stdout.flush()
205 sys.stdout.flush()
/third_party/python/Tools/scripts/
H A Dfixcid.py23 # operate in filter mode: read stdin, write stdout.
30 # Changes made are reported to stdout in a diff-like format.
45 rep = sys.stdout.write
122 g = sys.stdout
/third_party/python/Lib/test/
H A Dtest_c_locale_coercion.py107 "print(sys.stdout.encoding + ':' + sys.stdout.errors)",
118 # stdin and stdout should use surrogateescape either because the
424 stdout=subprocess.PIPE,
427 self.assertEqual(cmd.stdout.rstrip(), loc)
/third_party/openssl/
H A De_os.h144 # undef stdout macro
148 # define stdout (&__iob_func()[1]) macro
/third_party/skia/third_party/externals/icu/source/samples/date/
H A Ddate.c235 uprint(tzName, stdout, &status); in version()
292 uprint(s, stdout, status); in date()
/third_party/skia/third_party/externals/icu/source/tools/icupkg/
H A Dicupkg.cpp56 FILE *where=isHelp ? stdout : stderr; in printUsage()
186 "\t to stdout or to output list file\n" in printUsage()
507 fprintf(stdout, "%s\n", pkg->getItem(i)->name); in main()
/third_party/skia/third_party/externals/dawn/generator/
H A Dgenerator_lib.py271 "stdout and exits."))
277 "stdout and exits."))
302 sys.stdout.write(";".join(dependencies))
321 sys.stdout.write(";".join([
/third_party/python/Lib/test/libregrtest/
H A Dsave_env.py53 resources = ('sys.argv', 'cwd', 'sys.stdin', 'sys.stdout', 'sys.stderr',
112 return sys.stdout
114 sys.stdout = saved_stdout

Completed in 16 milliseconds

1...<<31323334353637383940>>...76