HomeSort by relevance Sort by last modified time
    Searched full:stdin (Results 176 - 200 of 1207) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
ANTLRInputStream.java 33 * Useful for reading from stdin and specifying file encodings etc...
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileInputStreamTest.java 138 FileInputStream stdin = new FileInputStream(FileDescriptor.in); local
139 stdin.close();
140 stdin = new FileInputStream(FileDescriptor.in);
142 stdin.read();
  /external/bison/lib/
binary-io.h 62 /* Avoid putting stdin/stdout in binary mode if it is connected to
  /external/blktrace/doc/
blkiomon.8 19 and variance. For this purpose, it consumes D and C traces read from stdin.
  /external/chromium/base/
global_descriptors_posix.h 21 // numbers before execing a child; stdin, stdout and stderr are ubiqutous
  /external/chromium/build/linux/
rewrite_dirs.py 62 for line in sys.stdin.readlines():
  /external/chromium/chrome/browser/cocoa/
authorization_util.h 16 // tool's stdout (and stdin) via a FILE* pipe. The tool can output its pid
  /external/compiler-rt/SDKs/linux/usr/include/
stdio.h 25 extern struct _IO_FILE *stdin;
  /external/e2fsprogs/resize/
test_extent.c 121 do_test(stdin, stdout);
  /external/elfutils/libcpu/
i386_gendis.c 58 i386_in = stdin;
  /external/harfbuzz_ng/src/
test-buffer-serialize.cc 101 while (fgets (line, sizeof(line), stdin) != 0)
  /external/icu4c/io/
ufile.h 72 int32_t fFileno; /* File number. Useful to determine if it's stdin. */
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toy.ml 22 let stream = Lexer.lex (Stream.of_channel stdin) in
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toy.ml 22 let stream = Lexer.lex (Stream.of_channel stdin) in
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toy.ml 22 let stream = Lexer.lex (Stream.of_channel stdin) in
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml 23 let stream = Lexer.lex (Stream.of_channel stdin) in
  /external/llvm/test/CodeGen/ARM/
2009-08-21-PostRAKill2.ll 3 ; ModuleID = '<stdin>'
2009-08-21-PostRAKill3.ll 3 ; ModuleID = '<stdin>'
  /external/llvm/test/CodeGen/Thumb2/
2009-08-21-PostRAKill4.ll 3 ; ModuleID = '<stdin>'
  /external/llvm/test/Transforms/SimplifyCFG/
2009-05-12-externweak.ll 2 ; ModuleID = '<stdin>'
  /external/openssh/contrib/hpux/
egd.rc 17 # stdin is redirected from /dev/null
sshd.rc 17 # stdin is redirected from /dev/null
  /external/openssh/regress/
agent-pkcs11.sh 17 # start command w/o tty, so ssh-add accepts pin from stdin
  /external/openssh/
sftp-server.0 11 stdout and expects client requests from stdin. sftp-server is not
  /external/webkit/LayoutTests/http/tests/resources/
post-and-verify-hybrid.cgi 9 read(STDIN, $postData, $ENV{'CONTENT_LENGTH'}) || die "Could not get post data\n";

Completed in 782 milliseconds

1 2 3 4 5 6 78 91011>>