Searched refs:STDIN (Results 1 – 25 of 30) sorted by relevance
12
/external/pcre/ |
D | 132html | 79 while (<STDIN>) 119 $_ = <STDIN>; 140 <STDIN>; 189 $_=<STDIN>; 210 $_=<STDIN>; 226 $one = <STDIN>; 227 $two = <STDIN>; 241 while (<STDIN>)
|
D | CleanTxt | 14 while (<STDIN>) 32 $_=<STDIN>; # Remove a blank that follows 63 $next[$i] = <STDIN>;
|
/external/libvpx/build/make/ |
D | ads2gas.pl | 24 while (<STDIN>) 139 $_ = <STDIN>;
|
D | ads2gas_apple.pl | 42 while (<STDIN>) 164 $_ = <STDIN>;
|
/external/apache-harmony/luni/src/test/resources/net.resources/HTTP/cgi-bin/ |
D | test.pl | 3 read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
|
/external/webkit/Source/WebCore/manual-tests/resources/multiFileResources/ |
D | post-echo-and-notify-done.cgi | 6 read(STDIN, $request, $ENV{'CONTENT_LENGTH'})
|
/external/clang/test/ |
D | make_test_dirs.pl | 9 while ($line = <STDIN>) {
|
/external/ipsec-tools/src/racoon/ |
D | stats.pl | 5 while(<STDIN>) {
|
/external/webkit/Source/WebCore/bindings/scripts/ |
D | gobject-generate-headers.pl | 23 my $classlist = <STDIN>;
|
/external/webkit/LayoutTests/http/tests/resources/ |
D | post-and-verify.cgi | 7 read(STDIN, $postData, $ENV{'CONTENT_LENGTH'}) || die "Could not get post data\n";
|
D | post-and-verify-hybrid.cgi | 9 read(STDIN, $postData, $ENV{'CONTENT_LENGTH'}) || die "Could not get post data\n";
|
/external/qemu-pc-bios/bochs/bios/ |
D | makesym.perl | 14 while (<STDIN>) {
|
/external/webkit/Tools/Scripts/ |
D | run-webkit-websocketserver | 57 <STDIN>;
|
D | show-pretty-diff | 47 while (<STDIN>) {
|
D | bisect-builds | 436 my $answer = <STDIN>;
|
/external/wpa_supplicant_8/hostapd/logwatch/ |
D | hostapd | 22 while (defined(my $line = <STDIN>)) {
|
/external/libpng/contrib/pngminus/ |
D | png2pnm.c | 33 #define STDIN 0 macro 135 setmode (STDIN, O_BINARY); in main()
|
D | pnm2png.c | 32 #define STDIN 0 macro 134 setmode (STDIN, O_BINARY); in main()
|
/external/openssl/apps/ |
D | CA.pl.in | 103 $FILE = <STDIN>;
|
D | CA.pl | 103 $FILE = <STDIN>;
|
/external/dnsmasq/contrib/dynamic-dnsmasq/ |
D | dynamic-dnsmasq.pl | 58 my $resp = <STDIN>;
|
/external/valgrind/main/exp-bbv/tests/ppc32-linux/ |
D | ll.S | 32 .equ STDIN, 0 define
|
/external/mksh/src/ |
D | check.pl | 496 if (!open(STDIN, "< $ifile")) { 500 binmode(STDIN);
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ |
D | jsDriver.pl | 1325 $resp = <STDIN>;
|
/external/valgrind/main/exp-bbv/tests/arm-linux/ |
D | ll.S | 28 .equ STDIN,0 define
|
12