Home
last modified time | relevance | path

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

12

/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()
DFIXES321 in case stdin, etc., are not constants; some compilers care.
625 remove redundant close of stdin when using -f -.
692 awk -f - reads the program from stdin.
756 "-" means stdin in getline as well as on the commandline.
Drun.c1624 files[0].fp = stdin; in stdinit()
1664 fp = strcmp(s, "-") == 0 ? stdin : fopen(s, "r"); /* "-" is stdin */ in openfile()
/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/ndk-stack/
Dndk-stack.c72 FILE* handle = use_stdin ? stdin : fopen(dump_file, "r"); in main()
/ndk/tests/
Dprepare-buildbot-emulators.py97 proc = subprocess.Popen(cmd, stdin=subprocess.PIPE)
Drun-all.py340 use_color = sys.stdin.isatty() and os.name != 'nt'
Dtests.py282 rc = subprocess.call([awk_path, '-f', self.script], stdin=test_in,
/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/sources/host-tools/ndk-stack/binutils/
Daddr2line.c210 if (fgets (addr_hex, sizeof addr_hex, stdin) == NULL) in translate_addresses()
/ndk/
Dndk-gdb.py676 stdin=subprocess.PIPE,
680 jdb.stdin.write("exit\n")
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdio33 stdin
/ndk/sources/host-tools/make-3.81/po/
Dpl.po646 msgid "no more file handles: could not duplicate stdin\n"
647 msgstr "nie ma wi�cej uchwyt�w plik�w: nie mo�na powieli� stdin\n"
654 msgid "Could not restore stdin\n"
655 msgstr "Nie mo�na odtworzy� stdin\n"
Dga.po650 msgid "no more file handles: could not duplicate stdin\n"
651 msgstr "n�l aon hanla comhaid le f�il: n�orbh fh�idir stdin a ch�ipe�il\n"
658 msgid "Could not restore stdin\n"
659 msgstr "N�orbh fh�idir stdin a athch�iri�\n"
Dmake.pot633 msgid "no more file handles: could not duplicate stdin\n"
641 msgid "Could not restore stdin\n"
Dbe.po637 msgid "no more file handles: could not duplicate stdin\n"
645 msgid "Could not restore stdin\n"
Dko.po646 msgid "no more file handles: could not duplicate stdin\n"
654 msgid "Could not restore stdin\n"

12