Home
last modified time | relevance | path

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

12

/external/pcre/dist2/
D132html79 while (<STDIN>)
120 $_ = <STDIN>;
141 <STDIN>;
190 $_=<STDIN>;
211 $_=<STDIN>;
227 $one = <STDIN>;
228 $two = <STDIN>;
242 while (<STDIN>)
DCleanTxt14 while (<STDIN>)
32 $_=<STDIN>; # Remove a blank that follows
63 $next[$i] = <STDIN>;
/external/llvm-project/llvm/test/tools/llvm-cxxfilt/
Dnoargs.test1 RUN: sed -n 's/^STDIN: //p' %s | llvm-cxxfilt -n | FileCheck %s
3 STDIN: _Znw
4 STDIN: _Znwj
5 STDIN: _Znwm
/external/mtools/
Dtty.c80 #define restore_tty(a) stty(STDIN,a)
83 #define STDIN ttyfd macro
135 gtty (STDIN, &in_orig); in set_raw_tty()
149 gtty (STDIN, &in_raw); in set_raw_tty()
158 stty (STDIN, &in_raw); in set_raw_tty()
165 stty (STDIN, &in_raw); in set_raw_tty()
168 discard_input(STDIN); in set_raw_tty()
/external/linux-kselftest/tools/testing/selftests/kselftest/
Dprefix.pl8 binmode STDIN;
16 my $bytes = sysread(STDIN, $char, 1);
/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.pl43 while (<STDIN>)
170 $_ = <STDIN>;
Dads2gas.pl43 while (<STDIN>)
223 $_ = <STDIN>;
Dads2armasm_ms.pl19 while (<STDIN>)
/external/protobuf/conformance/
Dconformance_ruby.rb103 length_bytes = STDIN.read(4)
107 serialized_request = STDIN.read(length)
Dconformance_php.php85 $length_bytes = fread(STDIN, 4);
94 $serialized_request = fread(STDIN, $length);
/external/rust/crates/quiche/deps/boringssl/src/tool/
Ddigest.cc52 STDIN, enumerator
288 target_source = Source(Source::STDIN); in Check()
357 sources.push_back(Source(Source::STDIN)); in DigestSum()
414 sources.push_back(Source(Source::STDIN)); in DigestSum()
/external/boringssl/src/tool/
Ddigest.cc52 STDIN, enumerator
288 target_source = Source(Source::STDIN); in Check()
357 sources.push_back(Source(Source::STDIN)); in DigestSum()
414 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/curl/tests/server/
Dbase64.pl27 while(read(STDIN, $buf, 60*57)) {
/external/llvm-project/clang/test/
Dmake_test_dirs.pl9 while ($line = <STDIN>) {
/external/clang/test/
Dmake_test_dirs.pl9 while ($line = <STDIN>) {
/external/ipsec-tools/src/racoon/
Dstats.pl5 while(<STDIN>) {
/external/curl/docs/libcurl/
Dmksymbolsmanpage.pl71 while(<STDIN>) {
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dgit2changes.pl23 while(<STDIN>) {
/external/wpa_supplicant_8/hostapd/logwatch/
Dhostapd22 while (defined(my $line = <STDIN>)) {
/external/curl/src/
Dmkhelp.pl43 while (<STDIN>) {
/external/marisa-trie/bindings/ruby/
Dbenchmark.rb4 keys = STDIN.read.split("\n")

12