/external/openssl/crypto/ui/ |
ui_openssl.c | 480 tty_in=stdin; 489 tty_in=stdin; 569 if (tty_in != stdin) fclose(tty_in);
|
/external/zlib/examples/ |
gzappend.c | 46 command line or data from stdin. The gzip file is written to directly, to 461 append the specified files, or append the data from stdin if no other file 492 /* append files on command line, or from stdin if none */
|
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/ |
console.c | 297 /* 1. Data received from STDIN */ 319 /* Data received from STDIN */ 322 if ( fgets( inbuf, sizeof(inbuf), stdin ) <= 0 )
|
/external/elfutils/ |
config.status | 625 - | *:- | *:-:* ) # input from stdin 626 cat >$tmp/stdin 759 -) echo $tmp/stdin ;; 809 rm -f $tmp/stdin 840 - | *:- | *:-:* ) # input from stdin 841 cat >$tmp/stdin 857 -) echo $tmp/stdin ;; [all...] |
/external/grub/ |
config.status | 620 - | *:- | *:-:* ) # input from stdin 621 cat >$tmp/stdin 759 -) echo $tmp/stdin ;; 803 rm -f $tmp/stdin 834 - | *:- | *:-:* ) # input from stdin 835 cat >$tmp/stdin 851 -) echo $tmp/stdin ;; [all...] |
/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...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/ |
libiberty.a | [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/ |
libiberty.a | [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/ |
libiberty.a | [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/ |
libiberty.a | [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/ |
collect2 | |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/ |
arm-eabi-gcov | |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/ |
collect2 | |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/libexec/gcc/i686-unknown-linux-gnu/4.2.1/ |
collect2 | |
/dalvik/libcore/luni-kernel/src/main/java/java/lang/ |
ProcessManager.java | 72 * descriptors (associated with stdin/out/err in this case) can be
|
/external/bison/djgpp/ |
README.in | 48 way by redirecting stdin and stdout of bison and m4 to temporary files
|
/external/bluetooth/glib/glib/ |
giochannel.h | 285 * descriptors 0, 1 and 2 (corresponding to stdin, stdout and stderr),
|
/external/dnsmasq/contrib/dynamic-dnsmasq/ |
dynamic-dnsmasq.pl | 58 my $resp = <STDIN>;
|
/external/e2fsprogs/debugfs/ |
debugfs.c | 794 fgets(buf, sizeof(buf), stdin); 815 fgets(buf, sizeof(buf), stdin); 836 fgets(buf, sizeof(buf), stdin); [all...] |
/external/expat/doc/ |
xmlwf.1 | 79 be exactly the same as the input filenames or "STDIN" if the input is
|
/external/gtest/scripts/ |
fuse_gtest_files.py | 136 answer = sys.stdin.readline().strip()
|
/external/icu4c/tools/tzcode/ |
tzselect.ksh | 6 # Interact with the user via stderr and stdin.
|
/external/iptables/ |
ip6tables-restore.c | 166 else in = stdin;
|
iptables-restore.c | 169 else in = stdin;
|
/external/openssl/apps/ |
dsa.c | 79 * -in arg - input file - default stdin
|