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 D | test.pl | 3 read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
|
/external/curl/tests/server/ |
H A D | base64.pl | 6 while(read(STDIN, $buf, 60*57)) {
|
/external/clang/test/ |
H A D | make_test_dirs.pl | 9 while ($line = <STDIN>) {
|
/external/ipsec-tools/src/racoon/ |
H A D | stats.pl | 5 while(<STDIN>) {
|
/external/pcre/dist/ |
H A D | CleanTxt | 12 # Input on STDIN; output to STDOUT. 14 while (<STDIN>) 32 $_=<STDIN>; # Remove a blank that follows 63 $next[$i] = <STDIN>;
|
H A D | 132html | 79 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 D | cellbuzz-native.conf | 23 rm -f STDIN.*
|
/external/libvpx/libvpx/build/make/ |
H A D | ads2armasm_ms.pl | 19 while (<STDIN>)
|
H A D | ads2gas_apple.pl | 51 while (<STDIN>) 190 $_ = <STDIN>;
|
H A D | ads2gas.pl | 42 while (<STDIN>) 221 $_ = <STDIN>;
|
/external/valgrind/gdbserver_tests/ |
H A D | filter_helgrind_monitor_solaris | 16 while (<STDIN>) {
|
/external/curl/scripts/ |
H A D | log2changes.pl | 29 while(<STDIN>) {
|
/external/valgrind/helgrind/tests/ |
H A D | filter_helgrind | 51 while (<STDIN>) {
|
H A D | filter_xml | 73 while (<STDIN>) {
|
/external/valgrind/memcheck/tests/ |
H A D | filter_memcheck | 51 while (<STDIN>) {
|
/external/libvncserver/webclients/java-applet/ssl/ |
H A D | onetimekey | 45 \$c = getc(STDIN);
|
/external/wpa_supplicant_8/hostapd/logwatch/ |
H A D | hostapd | 22 while (defined(my $line = <STDIN>)) {
|
/external/bison/build-aux/ |
H A D | cross-options.pl | 11 while (<STDIN>)
|
/external/curl/docs/libcurl/ |
H A D | mksymbolsmanpage.pl | 71 while(<STDIN>) {
|
/external/libvncserver/utils/ |
H A D | git2cl.pl | 65 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 D | digest.cc | 61 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 D | sed-sources | 21 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 D | txt2html | 743 $nextline = <STDIN>; # Eat the underline 868 $line = <STDIN>; 869 $nextline = <STDIN>; 928 $nextline = <STDIN>;
|
/external/curl/src/ |
H A D | mkhelp.pl | 51 while (<STDIN>) {
|
/external/dnsmasq/contrib/dynamic-dnsmasq/ |
H A D | dynamic-dnsmasq.pl | 58 my $resp = <STDIN>;
|
Completed in 1056 milliseconds
12