Searched refs:stdin (Results 376 - 400 of 517) sorted by relevance

<<11121314151617181920>>

/external/icu/icu4c/source/extra/uconv/
H A Duconv.cpp620 // Open the correct input file or connect to stdin for reading input
636 infile = stdin;
638 if (setmode(fileno(stdin), O_BINARY) == -1) {
/external/iproute2/misc/
H A Darpd.c694 fp = stdin;
731 if (fp != stdin)
/external/libpng/contrib/gregbook/
H A Drpng2-win.c110 int fd = fileno(stdin);
117 fread(&ch, 1, sizeof(ch), stdin);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dpmu-flex.c709 perf_pmu_in = stdin;
1744 perf_pmu_in = stdin;
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py230 p = subprocess.Popen(cmd, stdin=subprocess.PIPE)
237 p = subprocess.Popen(cmd, stdin=subprocess.PIPE)
/external/nanopb-c/generator/
H A Dnanopb_generator.py1080 # Set stdin and stdout to binary mode
1081 msvcrt.setmode(sys.stdin.fileno(), os.O_BINARY)
1084 data = sys.stdin.read()
/external/pcre/dist/
H A Dpcretest.c1862 prompt for stdin or readline()
1903 /* Read the next line by normal means, prompting if the file is stdin. */
1906 if (f == stdin) printf("%s", prompt);
2910 printf("Input and output default to stdin and stdout.\n");
2971 /* Read lines from named file or stdin and write to named file or stdout; lines
2977 FILE *infile = stdin;
3490 if (infile != stdin) fprintf(outfile, "%s", (char *)buffer);
3680 if (infile != stdin) fprintf(outfile, "%s", (char *)pp);
4032 if (infile != stdin)
4536 if (infile != stdin) fprint
[all...]
/external/e2fsprogs/debugfs/
H A Ddebugfs.c1149 if (!fgets(buf, sizeof(buf), stdin))
1171 if (!fgets(buf, sizeof(buf), stdin))
1193 if (!fgets(buf, sizeof(buf), stdin))
2364 f = stdin;
2392 if (f != stdin)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dbase.py1117 stdin=self._executive.PIPE, stdout=self._executive.PIPE, stderr=None)
1162 self._helper.stdin.write("x\n")
1163 self._helper.stdin.close()
/external/chromium_org/third_party/libxml/src/
H A Dxmllint.c806 if (!fgets(line_read, 500, stdin))
830 if (f != stdin) {
2242 /* '-' Usually means stdin -<sven@zen.org> */
2244 f = stdin;
2276 if (f != stdin)
3645 /* Remember file names. "-" means stdin. <sven@zen.org> */
/external/chromium_org/third_party/opus/src/src/
H A Dmlp_train.c465 if (feof(stdin))
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dliolib.c632 ** function to (not) close the standard files stdin, stdout, and stderr
660 createstdfile(L, stdin, IO_INPUT, "stdin");
/external/chromium_org/tools/telemetry/third_party/png/
H A Dpng.py2458 """Calls the function `f` with ``sys.stdin`` changed to `inp`
2466 oldin,sys.stdin = sys.stdin,inp
2470 sys.stdin = oldin
3791 infile = sys.stdin
/external/chromium_org/v8/tools/push-to-trunk/
H A Dcommon_includes.py213 return sys.stdin.readline().strip()
/external/elfutils/0.153/src/
H A Dobjdump.c146 (void) __fsetlocking (stdin, FSETLOCKING_BYCALLER);
H A Dsize.c175 __fsetlocking (stdin, FSETLOCKING_BYCALLER);
H A Dstrings.c145 __fsetlocking (stdin, FSETLOCKING_BYCALLER);
/external/iptables/iptables/
H A Diptables-xml.c659 in = stdin;
/external/iputils/
H A Dclockdiff.c596 if (isatty(fileno(stdin)) && isatty(fileno(stdout)))
/external/libxml2/
H A Dxmllint.c812 if (!fgets(line_read, 500, stdin))
836 if (f != stdin) {
2248 /* '-' Usually means stdin -<sven@zen.org> */
2250 f = stdin;
2282 if (f != stdin)
3699 /* Remember file names. "-" means stdin. <sven@zen.org> */
/external/netcat/
H A Dnetcat.c68 int dflag; /* detached, no stdin */
757 * Loop that polls on the network file descriptor and stdin.
764 int n, wfd = fileno(stdin);
1047 \t-d Detach from stdin\n\
/external/openssl/apps/
H A Dsmime.c618 in = BIO_new_fp(stdin, BIO_NOCLOSE);
/external/openssl/crypto/des/
H A Ddes.c286 DES_IN=stdin;
/external/sepolicy/tools/
H A Dcheck_seapp.c620 "Processes an seapp_contexts file specified by argument <input file> (default stdin) "
632 /* If not set on stdin already */
691 log_info("Input file set to: %s\n", (in_file_name == NULL) ? "stdin" : in_file_name);
754 input_file = stdin;
755 in_file_name = "stdin";
/external/bison/src/
H A Dscan-code.c1032 code_in = stdin;
2388 code_in = stdin;

Completed in 1079 milliseconds

<<11121314151617181920>>