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

1 2 3 45 6 7 8 91011>>

  /external/mksh/src/
sh_flags.h 103 /* -s (invocation) parse stdin (pseudo non-standard) */
104 FN("stdin", FSTDIN, 's', OF_CMDLINE)
  /external/qemu/distrib/jpeg-6b/
wrjpgcom.c 478 * from stdin; in this case there MUST be an input JPEG file name.
490 /* default input file is stdin */
492 setmode(fileno(stdin), O_BINARY);
495 if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
496 fprintf(stderr, "%s: can't open stdin\n", progname);
500 infile = stdin;
536 /* Collect comment text from comment_file or stdin, if necessary */
545 src_file = (comment_file != NULL ? comment_file : stdin);
  /external/qemu/
offset_layout.py 21 Reads from stdin, outputs to stdout.
60 line = sys.stdin.readline()
  /external/stlport/stlport/stl/
_cstdio.h 38 # undef stdin macro
41 # define stdin (&_STLP_VENDOR_CSTD::__files[0]) macro
  /ndk/sources/cxx-stl/llvm-libc++/src/
iostream.cpp 36 istream* cin_ptr = ::new(cin) istream(::new(__cin) __stdinbuf <char>(stdin) );
44 wistream* wcin_ptr = ::new(wcin) wistream(::new(__wcin) __stdinbuf <wchar_t>(stdin) );
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 38 # undef stdin macro
41 # define stdin (&_STLP_VENDOR_CSTD::__files[0]) macro
  /packages/apps/Gallery2/tests/exiftool_parser/
parser.py 4 # and convert it to xml format. It reads exiftool's output from stdin and
19 text = sys.stdin.read()
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 38 # undef stdin macro
41 # define stdin (&_STLP_VENDOR_CSTD::__files[0]) macro
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 38 # undef stdin macro
41 # define stdin (&_STLP_VENDOR_CSTD::__files[0]) macro
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 38 # undef stdin macro
41 # define stdin (&_STLP_VENDOR_CSTD::__files[0]) macro
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 38 # undef stdin macro
41 # define stdin (&_STLP_VENDOR_CSTD::__files[0]) macro
  /system/extras/tests/bionic/libstdc++/
test_cstdio.cpp 97 #ifndef stdin
98 #error "stdin must be a macro"
  /bionic/libc/stdio/
scanf.c 44 ret = vfscanf(stdin, fmt, ap);
vscanf.c 40 return (vfscanf(stdin, fmt, ap));
  /build/tools/
filter-product-graph.py 36 lines = sys.stdin.readlines()
  /external/bison/examples/calc++/
calc++-scanner.ll 75 yyin = stdin;
  /external/bison/m4/
fpending.m4 78 [[FILE *fp = stdin; (void) ($ac_expr);]])],
  /external/clang/test/Analysis/Inputs/
system-header-simulator.h 9 extern FILE *stdin;
  /external/e2fsprogs/contrib/
make-sparse.c 2 * make-sparse.c --- make a sparse file from stdin
  /external/iproute2/netem/
stats.c 73 fp = stdin;
  /external/iptables/iptables/
ip6tables-restore.8 28 is used to restore IPv6 Tables from data specified on STDIN. Use
iptables-restore.8 28 is used to restore IP Tables from data specified on STDIN. Use
  /external/llvm/test/CodeGen/PowerPC/
2009-08-17-inline-asm-addr-mode-breakage.ll 2 ; ModuleID = '<stdin>'
  /external/llvm/test/CodeGen/X86/
2008-11-06-testb.ll 3 ; ModuleID = '<stdin>'
2008-11-13-inlineasm-3.ll 4 ; ModuleID = '<stdin>'

Completed in 493 milliseconds

1 2 3 45 6 7 8 91011>>