/third_party/backends/backend/ |
H A D | canon630u-common.c | 678 fflush (stdout); in do_scan()
|
H A D | niash_core.c | 762 fflush (stdout); in XferBufferGetLine()
|
/third_party/curl/lib/ |
H A D | cookie.c | 1620 * "-" as file name to write to stdout. 1641 /* use stdout */ in cookie_output() 1642 out = stdout; in cookie_output()
|
/third_party/cups-filters/filter/ |
H A D | rastertopclx.c | 555 ppdEmit(ppd, stdout, PPD_ORDER_JCL); in StartPage()
|
/third_party/icu/tools/colprobe/ |
H A D | colprobeNew.cpp | 816 logger = new UPrinter(stdout, "en", "latin-1"); in main()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | ArchiveCommandLine.cpp | 1001 options.IsStdOutTerminal = MY_IS_TERMINAL(stdout);
in Parse1() 1604 throw CArcCmdLineException("stdout mode and email mode cannot be combined");
in Parse2()
|
/third_party/ltp/lib/ |
H A D | tst_test.c | 1723 rval = fflush(stdout); in tst_flush() 1725 tst_brk(TBROK | TERRNO, "fflush(stdout) failed"); in tst_flush()
|
H A D | tlibio.c | 2161 fflush(stdout);
|
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | iogen.c | 141 int p_opt = 0; /* output pipe - default is stdout */ 457 p_opt ? Outpipe : "stdout"); in startup_info() 527 * Initialize output descriptor. If going to stdout, its easy, 1448 help(stdout); in parse_cmdline() 2028 "\t-p Output pipe. Default is stdout.\n"); in help()
|
/third_party/node/lib/internal/streams/ |
H A D | readable.js | 726 dest !== process.stdout &&
|
/third_party/node/lib/ |
H A D | repl.js | 290 // Use stdin and stdout as the default streams if none were given. 296 options.output = stream.stdout || stream; 305 // If possible, check if stdout supports colors or not. 1069 // source is a stream to use for I/O, defaulting to stdin/stdout.
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsdecrypt.c | 1360 * ntfs_cat_decrypt - Decrypt the contents of an encrypted file to stdout. 1412 written = fwrite(buffer, 1, bytes_read, stdout); in ntfs_cat_decrypt()
|
/third_party/nghttp2/src/ |
H A D | util.cc | 1692 if (freopen("/dev/null", "w", stdout) == nullptr) { in daemonize()
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | wrtxml.cpp | 1051 fprintf(stdout, "Warning: The file name is not same as the resource name!\n"); in bundle_write_xml()
|
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | wrtxml.cpp | 1051 fprintf(stdout, "Warning: The file name is not same as the resource name!\n"); in bundle_write_xml()
|
/third_party/ltp/utils/sctp/func_tests/ |
H A D | test_sockopt.c | 108 /* Rather than fflush() throughout the code, set stdout to in main() 111 setvbuf(stdout, NULL, _IONBF, 0); in main()
|
/third_party/lwip/src/apps/altcp_tls/ |
H A D | altcp_tls_mbedtls.c | 762 mbedtls_ssl_conf_dbg(&conf->conf, altcp_mbedtls_debug, stdout); in altcp_tls_create_config()
|
/third_party/littlefs/scripts/ |
H A D | plotmpl.py | 158 # allow '-' for stdin/stdout 163 return os.fdopen(os.dup(sys.stdout.fileno()), mode, buffering)
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_compiler_nir.c | 1180 nir_print_shader(s, stdout); in etna_compile_shader()
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_stdio.cpp | 1359 FILE *stream = stdout; in Bm_function_Setbuf()
|
/third_party/pulseaudio/src/daemon/ |
H A D | ohos_pa_main.c | 748 fputs(s, stdout); in real_main()
|
/third_party/python/Lib/ |
H A D | optparse.py | 19 help="don't print status messages to stdout") 1579 """print_usage(file : file = stdout) 1582 'file' (default stdout). Any occurrence of the string "%prog" in 1597 """print_version(file : file = stdout) 1600 'file' (default stdout). As with print_usage(), any occurrence 1640 """print_help(file : file = stdout) 1643 help text provided with them, to 'file' (default stdout). 1646 file = sys.stdout
|
H A D | pickletools.py | 2403 printed. It defaults to sys.stdout. 2854 '-o', '--output', default=sys.stdout, type=argparse.FileType('w'),
|
/third_party/python/Lib/test/test_capi/ |
H A D | test_misc.py | 75 stdout=subprocess.PIPE,
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | makepng.c | 73 * written to stdout. Notice that stdout is not supported on systems where, by 75 * text mode of stdout! 1680 FILE *fp = stdout; in main() 1852 " Make a test PNG file, by default writes to stdout.\n" in main()
|