/external/strace/ |
config.status | 597 - | *:- | *:-:* ) # input from stdin 598 cat >$tmp/stdin 736 -) echo $tmp/stdin ;; 780 rm -f $tmp/stdin 811 - | *:- | *:-:* ) # input from stdin 812 cat >$tmp/stdin 828 -) echo $tmp/stdin ;; [all...] |
/external/bzip2/ |
bzlib.c | [all...] |
/external/openssl/apps/ |
req.c | 110 * -in arg - input file - default stdin 765 BIO_set_fp(in,stdin,BIO_NOCLOSE); [all...] |
dgst.c | 488 BIO_set_fp(in,stdin,BIO_NOCLOSE); 490 siglen,NULL,NULL,"stdin",bmd);
|
ecparam.c | 92 * -in arg - input file - default stdin 257 "default stdin\n"); 311 BIO_set_fp(in,stdin,BIO_NOCLOSE);
|
openssl.c | 388 if (!fgets(p,n,stdin))
|
passwd.c | 51 * -stdin - read passwords from stdin 125 else if (strcmp(argv[i], "-stdin") == 0) 182 BIO_printf(bio_err, "-stdin read passwords from stdin\n"); 205 BIO_set_fp(in, stdin, BIO_NOCLOSE);
|
pkeyutl.c | 266 in = BIO_new_fp(stdin, BIO_NOCLOSE);
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
compile.c | 102 { { "/dev/stdin", false, NULL, NULL }, &my_stdin }, 400 /* Check whether it is a special file (stdin, stdout or stderr) */ 405 my_stdin = stdin; my_stdout = stdout; my_stderr = stderr; [all...] |
utils.c | 115 if (fp == stdin) 116 return "stdin";
|
/external/clang/utils/ |
FindSpecRefs | 766 stdin=open('/dev/null','r'), [all...] |
/external/e2fsprogs/lib/ext2fs/ |
tdbtool.c | 386 p = fgets(thisline, sizeof(thisline)-1, stdin);
|
/external/e2fsprogs/tests/progs/ |
test_rel.c | 672 f = stdin;
|
/external/jpeg/ |
djpeg.c | 20 * doesn't do binary I/O to stdin/stdout. 509 /* default input file is stdin */ 604 if (input_file != stdin)
|
/external/netperf/ |
netserver.c | 567 fflush (stdin); 577 /* Redirect stdin from "/dev/null". */ 586 perror ("netserver: closing stdin file descriptor"); 591 perror ("netserver: duplicate /dev/null read file descr. to stdin"); 667 /* Pass the server_sock as stdin for the new process. */
|
/external/oprofile/daemon/ |
opd_perfmon.c | 352 freopen( "/dev/null", "r", stdin);
|
/external/pcre/ |
pcregrep.c | [all...] |
/external/quake/quake/src/QW/gas2masm/ |
gas2masm.c | 834 if (ungetc (c, stdin) == EOF)
|
/external/quake/quake/src/WinQuake/gas2masm/ |
gas2masm.c | 834 if (ungetc (c, stdin) == EOF)
|
/external/sqlite/dist/ |
shell.c.orig | 45 # define readline(p) local_getline(p,stdin) 205 ** Threat stdin as an interactive input if the following variable 206 ** is true. Otherwise, assume stdin is connected to a file or pipe. [all...] |
/external/zlib/contrib/puff/ |
puff.c | 69 * - Allow TEST code to read from piped stdin [all...] |
/frameworks/compile/libbcc/tests/data/ |
otcc.c | 432 Q=stdin;
|
/frameworks/compile/libbcc/tests/data/src/ |
otcc-noinclude.c | 432 Q=stdin;
|
/external/e2fsprogs/misc/ |
badblocks.c | 1171 in = stdin; 1223 if (in != stdin)
|
/external/iproute2/misc/ |
arpd.c | 686 fp = stdin; 723 if (fp != stdin)
|