Home
last modified time | relevance | path

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

12

/external/pcre/dist2/
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/syslinux/utils/
Dppmtolss1646 eval { binmode STDIN; };
61 $ch = getc(STDIN);
65 $ch = getc(STDIN);
73 $ch = getc(STDIN);
79 $ch = getc(STDIN);
110 return undef unless ( read(STDIN,$rgb,3) == 3 );
120 return undef unless ( read(STDIN,$rgb,1) == 1 );
130 return undef unless ( read(STDIN,$rgb,1) == 1 );
144 $ch = getc(STDIN);
150 $ch = getc(STDIN);
Dlss16toppm26 eval { binmode STDIN; };
39 if ( read(STDIN, $header, 56) != 56 ) {
70 if ( read(STDIN, $ch, 1) != 1 ) {
Dbin2hex.pl30 eval { binmode STDIN; };
33 while ( read(STDIN,$ch,1) ) {
Dsyslinux2ansi12 while ( read(STDIN, $ch, 1) > 0 ) {
19 if ( read(STDIN, $attr, 2) == 2 ) {
Disohdpfxarray.pl32 binmode STDIN;
/external/syslinux/codepage/
Dgensubset.pl27 while (defined($line = <STDIN>)) {
40 seek(STDIN, 0, 0);
41 while (defined($line = <STDIN>)) {
/external/syslinux/libinstaller/
Dbin2c.pl19 eval { binmode STDIN; };
37 while ( ($n = read(STDIN, $data, 4096)) > 0 ) {
74 @st = stat STDIN;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
D2-1.c47 #define STDIN 0 macro
150 close(STDIN); in main()
152 dup2(the_pipe[0], STDIN); in main()
D2-2.c48 #define STDIN 0 macro
154 close(STDIN); in main()
156 dup2(the_pipe[0], STDIN); in main()
/external/libvpx/libvpx/build/make/
Dads2gas_apple.pl45 while (<STDIN>)
172 $_ = <STDIN>;
Dads2gas.pl42 while (<STDIN>)
213 $_ = <STDIN>;
Dads2armasm_ms.pl19 while (<STDIN>)
/external/openssh/
Dfixprogs46 close STDIN; close STDOUT; close STDERR;
47 open (STDIN, "</dev/null");
/external/protobuf/conformance/
Dconformance_ruby.rb88 length_bytes = STDIN.read(4)
92 serialized_request = STDIN.read(length)
/external/boringssl/src/tool/
Ddigest.cc64 STDIN, enumerator
310 target_source = Source(Source::STDIN); in Check()
379 sources.push_back(Source(Source::STDIN)); in DigestSum()
436 sources.push_back(Source(Source::STDIN)); in DigestSum()
/external/ImageMagick/scripts/
Dtxt2html743 $nextline = <STDIN>; # Eat the underline
868 $line = <STDIN>;
869 $nextline = <STDIN>;
928 $nextline = <STDIN>;
/external/apache-harmony/luni/src/test/resources/net.resources/HTTP/cgi-bin/
Dtest.pl3 read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
/external/libvncserver/utils/
Dgit2cl.pl65 vec($rin, fileno(STDIN), 1) = 1;
298 $fh->fdopen(*STDIN, 'r');
/external/curl/tests/server/
Dbase64.pl6 while(read(STDIN, $buf, 60*57)) {
/external/clang/test/
Dmake_test_dirs.pl9 while ($line = <STDIN>) {
/external/valgrind/gdbserver_tests/
Dfilter_helgrind_monitor_solaris16 while (<STDIN>) {
/external/ipsec-tools/src/racoon/
Dstats.pl5 while(<STDIN>) {
/external/curl/docs/libcurl/
Dmksymbolsmanpage.pl71 while(<STDIN>) {

12