HomeSort by relevance Sort by last modified time
    Searched refs:STDIN (Results 1 - 25 of 42) 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/curl/tests/server/
base64.pl 6 while(read(STDIN, $buf, 60*57)) {
  /external/clang/test/
make_test_dirs.pl 9 while ($line = <STDIN>) {
  /frameworks/native/opengl/libs/tools/
glenumsgen 21 while (my $line = <STDIN>) {
  /external/pcre/dist/
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/ipsec-tools/src/racoon/
stats.pl 5 while(<STDIN>) {
  /external/valgrind/nightly/conf/
cellbuzz-native.conf 23 rm -f STDIN.*
  /external/libvpx/libvpx/build/make/
ads2armasm_ms.pl 19 while (<STDIN>)
ads2gas_apple.pl 51 while (<STDIN>)
190 $_ = <STDIN>;
ads2gas.pl 42 while (<STDIN>)
221 $_ = <STDIN>;
  /external/valgrind/gdbserver_tests/
filter_helgrind_monitor_solaris 16 while (<STDIN>) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
ads2armasm_ms.pl 19 while (<STDIN>)
ads2gas_apple.pl 51 while (<STDIN>)
190 $_ = <STDIN>;
ads2gas.pl 42 while (<STDIN>)
221 $_ = <STDIN>;
  /external/curl/scripts/
log2changes.pl 29 while(<STDIN>) {
  /external/valgrind/helgrind/tests/
filter_helgrind 51 while (<STDIN>) {
filter_xml 73 while (<STDIN>) {
  /external/valgrind/memcheck/tests/
filter_memcheck 51 while (<STDIN>) {
  /external/libvncserver/webclients/java-applet/ssl/
onetimekey 45 \$c = getc(STDIN);
  /external/wpa_supplicant_8/hostapd/logwatch/
hostapd 22 while (defined(my $line = <STDIN>)) {
  /external/bison/build-aux/
cross-options.pl 11 while (<STDIN>)
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
read_device_node.c 38 static const int STDIN = 0;
44 tcgetattr(STDIN, &term);
46 tcsetattr(STDIN, TCSANOW, &term);
47 setbuf(stdin, NULL);
52 ioctl(STDIN, FIONREAD, &bytesWaiting);
  /prebuilts/go/darwin-x86/src/net/http/cgi/testdata/
test.cgi 74 $pairs = do { local $/; <STDIN> };
  /prebuilts/go/linux-x86/src/net/http/cgi/testdata/
test.cgi 74 $pairs = do { local $/; <STDIN> };

Completed in 714 milliseconds

1 2