/external/pcre/dist2/ |
D | 132html | 79 while (<STDIN>) 120 $_ = <STDIN>; 141 <STDIN>; 190 $_=<STDIN>; 211 $_=<STDIN>; 227 $one = <STDIN>; 228 $two = <STDIN>; 242 while (<STDIN>)
|
D | CleanTxt | 14 while (<STDIN>) 32 $_=<STDIN>; # Remove a blank that follows 63 $next[$i] = <STDIN>;
|
/external/llvm-project/llvm/test/tools/llvm-cxxfilt/ |
D | noargs.test | 1 RUN: sed -n 's/^STDIN: //p' %s | llvm-cxxfilt -n | FileCheck %s 3 STDIN: _Znw 4 STDIN: _Znwj 5 STDIN: _Znwm
|
/external/mtools/ |
D | tty.c | 80 #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/ |
D | prefix.pl | 8 binmode STDIN; 16 my $bytes = sysread(STDIN, $char, 1);
|
/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 | 43 while (<STDIN>) 170 $_ = <STDIN>;
|
D | ads2gas.pl | 43 while (<STDIN>) 223 $_ = <STDIN>;
|
D | ads2armasm_ms.pl | 19 while (<STDIN>)
|
/external/protobuf/conformance/ |
D | conformance_ruby.rb | 103 length_bytes = STDIN.read(4) 107 serialized_request = STDIN.read(length)
|
D | conformance_php.php | 85 $length_bytes = fread(STDIN, 4); 94 $serialized_request = fread(STDIN, $length);
|
/external/rust/crates/quiche/deps/boringssl/src/tool/ |
D | digest.cc | 52 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/ |
D | digest.cc | 52 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/ |
D | txt2html | 743 $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/ |
D | test.pl | 3 read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
|
/external/curl/tests/server/ |
D | base64.pl | 27 while(read(STDIN, $buf, 60*57)) {
|
/external/llvm-project/clang/test/ |
D | make_test_dirs.pl | 9 while ($line = <STDIN>) {
|
/external/clang/test/ |
D | make_test_dirs.pl | 9 while ($line = <STDIN>) {
|
/external/ipsec-tools/src/racoon/ |
D | stats.pl | 5 while(<STDIN>) {
|
/external/curl/docs/libcurl/ |
D | mksymbolsmanpage.pl | 71 while(<STDIN>) {
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | git2changes.pl | 23 while(<STDIN>) {
|
/external/wpa_supplicant_8/hostapd/logwatch/ |
D | hostapd | 22 while (defined(my $line = <STDIN>)) {
|
/external/curl/src/ |
D | mkhelp.pl | 43 while (<STDIN>) {
|
/external/marisa-trie/bindings/ruby/ |
D | benchmark.rb | 4 keys = STDIN.read.split("\n")
|