Home
last modified time | relevance | path

Searched refs:STDIN (Results 1 – 25 of 30) sorted by relevance

12

/external/pcre/
D132html79 while (<STDIN>)
119 $_ = <STDIN>;
140 <STDIN>;
189 $_=<STDIN>;
210 $_=<STDIN>;
226 $one = <STDIN>;
227 $two = <STDIN>;
241 while (<STDIN>)
DCleanTxt14 while (<STDIN>)
32 $_=<STDIN>; # Remove a blank that follows
63 $next[$i] = <STDIN>;
/external/libvpx/build/make/
Dads2gas.pl24 while (<STDIN>)
139 $_ = <STDIN>;
Dads2gas_apple.pl42 while (<STDIN>)
164 $_ = <STDIN>;
/external/apache-harmony/luni/src/test/resources/net.resources/HTTP/cgi-bin/
Dtest.pl3 read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
/external/webkit/Source/WebCore/manual-tests/resources/multiFileResources/
Dpost-echo-and-notify-done.cgi6 read(STDIN, $request, $ENV{'CONTENT_LENGTH'})
/external/clang/test/
Dmake_test_dirs.pl9 while ($line = <STDIN>) {
/external/ipsec-tools/src/racoon/
Dstats.pl5 while(<STDIN>) {
/external/webkit/Source/WebCore/bindings/scripts/
Dgobject-generate-headers.pl23 my $classlist = <STDIN>;
/external/webkit/LayoutTests/http/tests/resources/
Dpost-and-verify.cgi7 read(STDIN, $postData, $ENV{'CONTENT_LENGTH'}) || die "Could not get post data\n";
Dpost-and-verify-hybrid.cgi9 read(STDIN, $postData, $ENV{'CONTENT_LENGTH'}) || die "Could not get post data\n";
/external/qemu-pc-bios/bochs/bios/
Dmakesym.perl14 while (<STDIN>) {
/external/webkit/Tools/Scripts/
Drun-webkit-websocketserver57 <STDIN>;
Dshow-pretty-diff47 while (<STDIN>) {
Dbisect-builds436 my $answer = <STDIN>;
/external/wpa_supplicant_8/hostapd/logwatch/
Dhostapd22 while (defined(my $line = <STDIN>)) {
/external/libpng/contrib/pngminus/
Dpng2pnm.c33 #define STDIN 0 macro
135 setmode (STDIN, O_BINARY); in main()
Dpnm2png.c32 #define STDIN 0 macro
134 setmode (STDIN, O_BINARY); in main()
/external/openssl/apps/
DCA.pl.in103 $FILE = <STDIN>;
DCA.pl103 $FILE = <STDIN>;
/external/dnsmasq/contrib/dynamic-dnsmasq/
Ddynamic-dnsmasq.pl58 my $resp = <STDIN>;
/external/valgrind/main/exp-bbv/tests/ppc32-linux/
Dll.S32 .equ STDIN, 0 define
/external/mksh/src/
Dcheck.pl496 if (!open(STDIN, "< $ifile")) {
500 binmode(STDIN);
/external/webkit/Source/JavaScriptCore/tests/mozilla/
DjsDriver.pl1325 $resp = <STDIN>;
/external/valgrind/main/exp-bbv/tests/arm-linux/
Dll.S28 .equ STDIN,0 define

12