Searched refs:STDIN (Results 1 – 25 of 48) sorted by relevance
12
/external/pcre/dist2/ |
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/syslinux/utils/ |
D | ppmtolss16 | 46 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);
|
D | lss16toppm | 26 eval { binmode STDIN; }; 39 if ( read(STDIN, $header, 56) != 56 ) { 70 if ( read(STDIN, $ch, 1) != 1 ) {
|
D | bin2hex.pl | 30 eval { binmode STDIN; }; 33 while ( read(STDIN,$ch,1) ) {
|
D | syslinux2ansi | 12 while ( read(STDIN, $ch, 1) > 0 ) { 19 if ( read(STDIN, $attr, 2) == 2 ) {
|
D | isohdpfxarray.pl | 32 binmode STDIN;
|
/external/syslinux/codepage/ |
D | gensubset.pl | 27 while (defined($line = <STDIN>)) { 40 seek(STDIN, 0, 0); 41 while (defined($line = <STDIN>)) {
|
/external/syslinux/libinstaller/ |
D | bin2c.pl | 19 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/ |
D | 2-1.c | 47 #define STDIN 0 macro 150 close(STDIN); in main() 152 dup2(the_pipe[0], STDIN); in main()
|
D | 2-2.c | 48 #define STDIN 0 macro 154 close(STDIN); in main() 156 dup2(the_pipe[0], STDIN); in main()
|
/external/libvpx/libvpx/build/make/ |
D | ads2gas_apple.pl | 45 while (<STDIN>) 172 $_ = <STDIN>;
|
D | ads2gas.pl | 42 while (<STDIN>) 213 $_ = <STDIN>;
|
D | ads2armasm_ms.pl | 19 while (<STDIN>)
|
/external/protobuf/conformance/ |
D | conformance_ruby.rb | 88 length_bytes = STDIN.read(4) 92 serialized_request = STDIN.read(length)
|
/external/boringssl/src/tool/ |
D | digest.cc | 64 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/ |
D | txt2html | 743 $nextline = <STDIN>; # Eat the underline 868 $line = <STDIN>; 869 $nextline = <STDIN>; 928 $nextline = <STDIN>;
|
/external/libvncserver/utils/ |
D | git2cl.pl | 65 vec($rin, fileno(STDIN), 1) = 1; 298 $fh->fdopen(*STDIN, 'r');
|
/external/apache-harmony/luni/src/test/resources/net.resources/HTTP/cgi-bin/ |
D | test.pl | 3 read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
|
/external/curl/tests/server/ |
D | base64.pl | 6 while(read(STDIN, $buf, 60*57)) {
|
/external/clang/test/ |
D | make_test_dirs.pl | 9 while ($line = <STDIN>) {
|
/external/valgrind/gdbserver_tests/ |
D | filter_helgrind_monitor_solaris | 16 while (<STDIN>) {
|
/external/ipsec-tools/src/racoon/ |
D | stats.pl | 5 while(<STDIN>) {
|
/external/curl/docs/libcurl/ |
D | mksymbolsmanpage.pl | 71 while(<STDIN>) {
|
/external/syslinux/core/ |
D | genhash.pl | 8 while ( defined($keywd = <STDIN>) ) {
|
12