/third_party/ntfs-3g/libntfs-3g/ |
H A D | logging.c | 197 * 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 D | base64.c | 153 // 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 D | status.cc | 215 // 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 D | icupkg.cpp | 56 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 D | rebuild.js | 337 }).then(({ args, code, signal, stdout, stderr }) => { 349 stdout,
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | MSVSVersion.py | 165 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 D | aubinator.c | 315 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 D | cmdline.c | 253 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 D | lp_test_format.c | 175 fflush(stdout); in test_format_float() 222 fflush(stdout); in test_format_float()
|
/third_party/libdrm/tests/amdgpu/ |
H A D | amdgpu_stress.c | 178 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 D | diotest6.c | 323 fflush(stdout); in main() 341 fflush(stdout); in main()
|
/third_party/libdrm/tests/tegra/ |
H A D | vic-flip.c | 319 vic_image_dump(input, stdout); in main() 322 vic_image_dump(output, stdout); in main()
|
H A D | vic-blit.c | 319 vic_image_dump(input, stdout); in main() 322 vic_image_dump(output, stdout); in main()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | lib.c | 139 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 D | log-utils.cc | 34 return stdout; in CreateOutputHandle() 56 os_(output_handle_ == nullptr ? stdout : output_handle_), in Log()
|
/third_party/node/deps/v8/src/utils/ |
H A D | utils.cc | 70 fprintf(stdout, "%s", prompt); in ReadLine() 71 fflush(stdout); in ReadLine()
|
/third_party/node/deps/openssl/openssl/ |
H A D | e_os.h | 144 # undef stdout macro 148 # define stdout (&__iob_func()[1]) macro
|
/third_party/python/Tools/importbench/ |
H A D | importbench.py | 200 sys.stdout.flush() 205 sys.stdout.flush()
|
/third_party/python/Tools/scripts/ |
H A D | fixcid.py | 23 # 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 D | test_c_locale_coercion.py | 107 "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 D | e_os.h | 144 # undef stdout macro 148 # define stdout (&__iob_func()[1]) macro
|
/third_party/skia/third_party/externals/icu/source/samples/date/ |
H A D | date.c | 235 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 D | icupkg.cpp | 56 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 D | generator_lib.py | 271 "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 D | save_env.py | 53 resources = ('sys.argv', 'cwd', 'sys.stdin', 'sys.stdout', 'sys.stderr', 112 return sys.stdout 114 sys.stdout = saved_stdout
|