Searched refs:stdin (Results 1 – 25 of 44) sorted by relevance
12
/ndk/sources/android/support/src/musl-stdio/ |
D | vwscanf.c | 8 return vfwscanf(stdin, fmt, ap); in vwscanf()
|
/ndk/sources/cxx-stl/stlport/src/ |
D | iostream.cpp | 203 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/ |
D | iostream.cpp | 38 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/ |
D | main.c | 172 yyin = stdin; in pgetc() 179 if (yyin != stdin) in pgetc()
|
D | lib.c | 99 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()
|
D | maketab.c | 135 fp = stdin; in main()
|
D | FIXES | 321 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.
|
D | run.c | 1624 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.h | 38 # undef stdin 41 # define stdin (&_STLP_VENDOR_CSTD::__files[0]) macro
|
/ndk/sources/host-tools/ndk-stack/ |
D | ndk-stack.c | 72 FILE* handle = use_stdin ? stdin : fopen(dump_file, "r"); in main()
|
/ndk/tests/ |
D | prepare-buildbot-emulators.py | 97 proc = subprocess.Popen(cmd, stdin=subprocess.PIPE)
|
D | run-all.py | 340 use_color = sys.stdin.isatty() and os.name != 'nt'
|
D | tests.py | 282 rc = subprocess.call([awk_path, '-f', self.script], stdin=test_in,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | stdio_h.pass.cpp | 71 #ifndef stdin 72 #error stdin not defined
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/ |
D | cstdio.pass.cpp | 71 #ifndef stdin 72 #error stdin not defined
|
/ndk/sources/host-tools/make-3.81/ |
D | ansi2knr.c | 233 { FILE *in = stdin; 370 if ( in != stdin )
|
D | main.c | 1506 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/ |
D | addr2line.c | 210 if (fgets (addr_hex, sizeof addr_hex, stdin) == NULL) in translate_addresses()
|
/ndk/ |
D | ndk-gdb.py | 676 stdin=subprocess.PIPE, 680 jdb.stdin.write("exit\n")
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cstdio | 33 stdin
|
/ndk/sources/host-tools/make-3.81/po/ |
D | pl.po | 646 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"
|
D | ga.po | 650 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"
|
D | make.pot | 633 msgid "no more file handles: could not duplicate stdin\n" 641 msgid "Could not restore stdin\n"
|
D | be.po | 637 msgid "no more file handles: could not duplicate stdin\n" 645 msgid "Could not restore stdin\n"
|
D | ko.po | 646 msgid "no more file handles: could not duplicate stdin\n" 654 msgid "Could not restore stdin\n"
|
12