HomeSort by relevance Sort by last modified time
    Searched refs:STDIN (Results 1 - 25 of 49) sorted by null

1 2

  /external/apache-harmony/luni/src/test/resources/net.resources/HTTP/cgi-bin/
test.pl 3 read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
  /external/syslinux/utils/
bin2hex.pl 30 eval { binmode STDIN; };
33 while ( read(STDIN,$ch,1) ) {
isohdpfxarray.pl 32 binmode STDIN;
syslinux2ansi 12 while ( read(STDIN, $ch, 1) > 0 ) {
19 if ( read(STDIN, $attr, 2) == 2 ) {
lss16toppm 26 eval { binmode STDIN; };
39 if ( read(STDIN, $header, 56) != 56 ) {
70 if ( read(STDIN, $ch, 1) != 1 ) {
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);
    [all...]
  /external/curl/tests/server/
base64.pl 6 while(read(STDIN, $buf, 60*57)) {
  /external/syslinux/libinstaller/
bin2c.pl 19 eval { binmode STDIN; };
37 while ( ($n = read(STDIN, $data, 4096)) > 0 ) {
74 @st = stat STDIN;
  /external/clang/test/
make_test_dirs.pl 9 while ($line = <STDIN>) {
  /frameworks/native/opengl/libs/tools/
glenumsgen 21 while (my $line = <STDIN>) {
  /external/pcre/dist2/
CleanTxt 12 # Input on STDIN; output to STDOUT.
14 while (<STDIN>)
32 $_=<STDIN>; # Remove a blank that follows
63 $next[$i] = <STDIN>;
132html 79 while (<STDIN>)
119 $_ = <STDIN>;
140 <STDIN>;
189 $_=<STDIN>;
210 $_=<STDIN>;
226 $one = <STDIN>;
227 $two = <STDIN>;
241 while (<STDIN>)
  /external/syslinux/codepage/
gensubset.pl 27 while (defined($line = <STDIN>)) {
40 seek(STDIN, 0, 0);
41 while (defined($line = <STDIN>)) {
  /external/ipsec-tools/src/racoon/
stats.pl 5 while(<STDIN>) {
  /external/libvpx/libvpx/build/make/
ads2armasm_ms.pl 19 while (<STDIN>)
ads2gas_apple.pl 45 while (<STDIN>)
172 $_ = <STDIN>;
  /external/syslinux/core/
genhash.pl 8 while ( defined($keywd = <STDIN>) ) {
  /external/valgrind/gdbserver_tests/
filter_helgrind_monitor_solaris 16 while (<STDIN>) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
2-1.c 47 #define STDIN 0
150 close(STDIN);
152 dup2(the_pipe[0], STDIN);
2-2.c 48 #define STDIN 0
154 close(STDIN);
156 dup2(the_pipe[0], STDIN);
  /external/valgrind/helgrind/tests/
filter_helgrind 51 while (<STDIN>) {
  /external/valgrind/memcheck/tests/
filter_memcheck 51 while (<STDIN>) {
  /external/libvncserver/webclients/java-applet/ssl/
onetimekey 45 \$c = getc(STDIN);
  /external/protobuf/conformance/
conformance_ruby.rb 88 length_bytes = STDIN.read(4)
92 serialized_request = STDIN.read(length)
  /external/wpa_supplicant_8/hostapd/logwatch/
hostapd 22 while (defined(my $line = <STDIN>)) {

Completed in 601 milliseconds

1 2