Searched refs:STDIN (Results 1 - 25 of 33) 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/curl/tests/server/
H A Dbase64.pl6 while(read(STDIN, $buf, 60*57)) {
/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/gdbserver_tests/
H A Dfilter_helgrind_monitor_solaris16 while (<STDIN>) {
/external/curl/scripts/
H A Dlog2changes.pl29 while(<STDIN>) {
/external/valgrind/helgrind/tests/
H A Dfilter_helgrind51 while (<STDIN>) {
H A Dfilter_xml73 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/curl/docs/libcurl/
H A Dmksymbolsmanpage.pl71 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/ImageMagick/scripts/
H A Dtxt2html743 $nextline = <STDIN>; # Eat the underline
868 $line = <STDIN>;
869 $nextline = <STDIN>;
928 $nextline = <STDIN>;
/external/curl/src/
H A Dmkhelp.pl51 while (<STDIN>) {
/external/dnsmasq/contrib/dynamic-dnsmasq/
H A Ddynamic-dnsmasq.pl58 my $resp = <STDIN>;

Completed in 1056 milliseconds

12