Searched refs:STDIN (Results 1 – 25 of 36) sorted by relevance
12
/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/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cxxfilt/ |
D | noargs.test | 1 RUN: sed -n 's/^STDIN: //p' %s | llvm-cxxfilt | FileCheck %s 3 STDIN: _Znw 4 STDIN: _Znwj 5 STDIN: _Znwm
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-strings/ |
D | length.test | 6 STDIN: a 7 STDIN: ab 8 STDIN: abc 9 STDIN: abcd
|
/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 | 46 while (<STDIN>) 173 $_ = <STDIN>;
|
D | ads2gas.pl | 44 while (<STDIN>) 224 $_ = <STDIN>;
|
D | ads2armasm_ms.pl | 19 while (<STDIN>)
|
/external/openssh/ |
D | fixprogs | 46 close STDIN; close STDOUT; close STDERR; 47 open (STDIN, "</dev/null");
|
/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/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/ipsec-tools/src/racoon/ |
D | stats.pl | 5 while(<STDIN>) {
|
/external/curl/docs/libcurl/ |
D | mksymbolsmanpage.pl | 71 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/honggfuzz/docs/ |
D | ExternalFuzzerUsage.md | 12 …1. the fuzzing target is executed with the input file (either via STDIN (`-s`) or via a command li… 19 …1. the fuzzing target is executed with the modified input file (either via STDIN (`-s`) or via a c…
|
/external/libpng/contrib/pngminus/ |
D | png2pnm.c | 38 #define STDIN 0 macro 151 setmode (STDIN, O_BINARY); in main()
|
D | pnm2png.c | 38 #define STDIN 0 macro 150 setmode (STDIN, O_BINARY); in main()
|
/external/u-boot/scripts/ |
D | checkstack.pl | 115 while (my $line = <STDIN>) {
|
/external/curl/tests/libtest/ |
D | mk-lib1521.pl | 175 while(<STDIN>) {
|
12