Searched refs:STDIN (Results 1 - 25 of 31) sorted by relevance

12

/external/apache-harmony/luni/src/test/resources/net.resources/HTTP/cgi-bin/
H A Dtest.pl3 read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
/external/clang/test/
H A Dmake_test_dirs.pl9 while ($line = <STDIN>) {
/external/ipsec-tools/src/racoon/
H A Dstats.pl5 while(<STDIN>) {
/external/pcre/dist/
H A DCleanTxt12 # Input on STDIN; output to STDOUT.
14 while (<STDIN>)
32 $_=<STDIN>; # Remove a blank that follows
63 $next[$i] = <STDIN>;
H A D132html79 while (<STDIN>)
119 $_ = <STDIN>;
140 <STDIN>;
189 $_=<STDIN>;
210 $_=<STDIN>;
226 $one = <STDIN>;
227 $two = <STDIN>;
241 while (<STDIN>)
/external/valgrind/nightly/conf/
H A Dcellbuzz-native.conf23 rm -f STDIN.*
/external/libvpx/libvpx/build/make/
H A Dads2armasm_ms.pl19 while (<STDIN>)
H A Dads2gas_apple.pl51 while (<STDIN>)
190 $_ = <STDIN>;
H A Dads2gas.pl42 while (<STDIN>)
221 $_ = <STDIN>;
/external/valgrind/helgrind/tests/
H A Dfilter_helgrind51 while (<STDIN>) {
H A Dfilter_xml72 while (<STDIN>) {
/external/valgrind/memcheck/tests/
H A Dfilter_memcheck51 while (<STDIN>) {
/external/libvncserver/webclients/java-applet/ssl/
H A Donetimekey45 \$c = getc(STDIN);
/external/wpa_supplicant_8/hostapd/logwatch/
H A Dhostapd22 while (defined(my $line = <STDIN>)) {
/external/bison/build-aux/
H A Dcross-options.pl11 while (<STDIN>)
/external/libvncserver/utils/
H A Dgit2cl.pl65 vec($rin, fileno(STDIN), 1) = 1;
291 # if reading from STDIN, we assume that we are
298 $fh->fdopen(*STDIN, 'r');
/external/boringssl/src/tool/
H A Ddigest.cc61 STDIN, enumerator in enum:Source::Type
310 target_source = Source(Source::STDIN);
379 sources.push_back(Source(Source::STDIN));
436 sources.push_back(Source(Source::STDIN));
/external/lldb/scripts/
H A Dsed-sources21 or any sources in directories. If no arguments are given, STDIN will be used
224 # no args, take from STDIN and put to STDOUT
225 process_opened_file_handle (*STDIN, *STDOUT);
/external/dnsmasq/contrib/dynamic-dnsmasq/
H A Ddynamic-dnsmasq.pl58 my $resp = <STDIN>;
/external/libpng/contrib/pngminus/
H A Dpng2pnm.c34 #define STDIN 0 macro
136 setmode (STDIN, O_BINARY);
H A Dpnm2png.c33 #define STDIN 0 macro
135 setmode (STDIN, O_BINARY);
/external/libvncserver/x11vnc/misc/
H A Dinet6to4120 close STDIN;
H A Ddesktop.cgi502 read(STDIN, $request, $ENV{'CONTENT_LENGTH'});
1434 close STDIN;
/external/valgrind/exp-bbv/tests/ppc32-linux/
H A Dll.S32 .equ STDIN, 0
/external/mksh/src/
H A Dcheck.pl544 if (!open(STDIN, "< $ifile")) {
548 binmode(STDIN);

Completed in 1694 milliseconds

12