Home
last modified time | relevance | path

Searched refs:stdin (Results 1 – 25 of 60) sorted by relevance

123

/ndk/sources/android/support/src/stdio/
Dvscanf.c40 return (vfscanf(stdin, fmt, ap)); in vscanf()
Dscanf.c44 ret = vfscanf(stdin, fmt, ap); in scanf()
/ndk/sources/android/support/src/musl-stdio/
Dvwscanf.c8 return vfwscanf(stdin, fmt, ap); in vwscanf()
/ndk/sources/cxx-stl/stlport/src/
Diostream.cpp203 cin_buf.reset(new stdio_istreambuf(stdin)); in _S_initialize()
205 cin_buf.reset(_Stl_create_filebuf(stdin, ios_base::in)); in _S_initialize()
232 auto_ptr<wfilebuf> win(_Stl_create_wfilebuf(stdin, ios_base::in)); in _S_initialize()
317 cin_buf.reset(new stdio_istreambuf(stdin)); in sync_with_stdio()
319 cin_buf.reset(_Stl_create_filebuf(stdin, ios_base::in)); in sync_with_stdio()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Diostream.cpp38 istream* cin_ptr = ::new(cin) istream(::new(__cin) __stdinbuf <char>(stdin, state_types+0) ); in Init()
46 …wistream* wcin_ptr = ::new(wcin) wistream(::new(__wcin) __stdinbuf <wchar_t>(stdin, state_types… in Init()
/ndk/sources/host-tools/nawk-20071023/
Dmain.c172 yyin = stdin; in pgetc()
179 if (yyin != stdin) in pgetc()
Dlib.c99 infile = stdin; /* no filenames, so use stdin */ in initgetrec()
123 while (argno < *ARGC || infile == stdin) { in getrec()
139 infile = stdin; in getrec()
163 if (infile != stdin) in getrec()
176 if (infile != NULL && infile != stdin) in nextfile()
Dmaketab.c135 fp = stdin; in main()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cstdio.h38 # undef stdin
41 # define stdin (&_STLP_VENDOR_CSTD::__files[0]) macro
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdio_h.m4119 dnl but stdin does not start as a large file by default.
122 AC_CACHE_CHECK([whether stdin defaults to large file offsets],
126 /* Cygwin 1.5.24 and earlier fail to put stdin in 64-bit mode, making
/ndk/sources/host-tools/ndk-stack/
Dndk-stack.c72 FILE* handle = use_stdin ? stdin : fopen(dump_file, "r"); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdio_h.pass.cpp71 #ifndef stdin
72 #error stdin not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
Dcstdio.pass.cpp71 #ifndef stdin
72 #error stdin not defined
/ndk/sources/host-tools/make-3.81/
Dansi2knr.c233 { FILE *in = stdin;
370 if ( in != stdin )
Dmain.c1506 while (!feof (stdin) && ! ferror (stdin)) in main()
1509 unsigned int n = fread (buf, 1, sizeof (buf), stdin); in main()
/ndk/build/tools/
Ddev-rebuild-ndk.sh142 sort -f | xargs cat | git hash-object --stdin | cut -c1-7`
/ndk/docs/tools/
Dndk-markdown-substitutions.py219 in_file = sys.stdin
/ndk/sources/host-tools/ndk-stack/binutils/
Daddr2line.c210 if (fgets (addr_hex, sizeof addr_hex, stdin) == NULL) in translate_addresses()
/ndk/sources/host-tools/sed-4.2.1/testsuite/
DMakefile.am25 y-newline allsub cv-vars classes middle bsd stdin flipcase \
DMakefile.tests77 stdin::
/ndk/
Dndk-gdb.py368 p = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=used_stderr, stdin=used_stdin,
379 ti = Thread(target=async_stdin, args=(p.stdin, qo, input_fn))
/ndk/sources/host-tools/sed-4.2.1/sed/
Dcompile.c400 my_stdin = stdin; my_stdout = stdout; my_stderr = stderr;
1607 prog.file = stdin;
1616 if (prog.file != stdin)
Dutils.c114 if (fp == stdin)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdio33 stdin
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
Dlit.cfg38 'stdin' :subprocess.PIPE,

123