/ndk/sources/host-tools/make-3.81/ |
job.c | 719 /* If this child had the good stdin, say it is now free. */ [all...] |
main.c | [all...] |
/prebuilts/misc/linux-x86/flex/ |
flex-2.5.4a | |
/external/gcc-demangle/ |
cp-demangle.c | 91 any arguments, or, if none, demangles stdin. [all...] |
/external/valgrind/main/coregrind/m_demangle/ |
cp-demangle.c | 91 any arguments, or, if none, demangles stdin. [all...] |
/external/sqlite/dist/orig/ |
shell.c | 60 # define readline(p) local_getline(p,stdin,0) 222 ** Threat stdin as an interactive input if the following variable 223 ** is true. Otherwise, assume stdin is connected to a file or pipe. [all...] |
/external/sqlite/dist/ |
shell.c | 65 # define readline(p) local_getline(p,stdin,0) 227 ** Threat stdin as an interactive input if the following variable 228 ** is true. Otherwise, assume stdin is connected to a file or pipe. [all...] |
/external/bison/examples/calc++/ |
calc++-scanner.cc | 828 yyin = stdin; [all...] |
/external/bison/po/ |
de.po | 907 msgid "saving stdin failed" 928 msgid "redirecting m4's stdin from the temporary file failed" 955 msgid "redirecting bison's stdin from the temporary file failed" [all...] |
eo.po | 898 msgid "saving stdin failed" 918 msgid "redirecting m4's stdin from the temporary file failed" 943 msgid "redirecting bison's stdin from the temporary file failed" [all...] |
es.po | 943 msgid "saving stdin failed" 963 msgid "redirecting m4's stdin from the temporary file failed" 988 msgid "redirecting bison's stdin from the temporary file failed" [all...] |
fi.po | 921 msgid "saving stdin failed" 942 msgid "redirecting m4's stdin from the temporary file failed" 968 msgid "redirecting bison's stdin from the temporary file failed" [all...] |
ga.po | 933 msgid "saving stdin failed" 953 msgid "redirecting m4's stdin from the temporary file failed" 978 msgid "redirecting bison's stdin from the temporary file failed" [all...] |
hr.po | 908 msgid "saving stdin failed" 930 msgid "redirecting m4's stdin from the temporary file failed" 959 msgid "redirecting bison's stdin from the temporary file failed" [all...] |
ro.po | 872 msgid "saving stdin failed" 892 msgid "redirecting m4's stdin from the temporary file failed" 917 msgid "redirecting bison's stdin from the temporary file failed" [all...] |
sv.po | 903 msgid "saving stdin failed" 923 msgid "redirecting m4's stdin from the temporary file failed" 948 msgid "redirecting bison's stdin from the temporary file failed" [all...] |
tr.po | 868 msgid "saving stdin failed" 888 msgid "redirecting m4's stdin from the temporary file failed" 913 msgid "redirecting bison's stdin from the temporary file failed" [all...] |
/external/blktrace/ |
blkparse.c | [all...] |
/ndk/sources/host-tools/sed-4.2.1/sed/ |
execute.c | 708 clearerr(stdin); /* clear any stale EOF indication */ 709 input->fp = ck_fdopen (fileno (stdin), "stdin", read_mode, false); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/install-tools/ |
fixincl | |
/external/clang/lib/Frontend/ |
CompilerInstance.cpp | 487 // using stdin. 611 // function, and simply override their contents as we do for STDIN. [all...] |
/external/e2fsprogs/e2fsck/ |
dict.c | 1308 if (!fgets(in, sizeof(input_t), stdin)) [all...] |
profile.c | [all...] |
/external/elfutils/libcpu/ |
i386_lex.c | 783 i386_in = stdin; [all...] |
/external/openssh/ |
sshconnect.c | 124 /* Redirect stdin and stdout. */ 128 perror("dup2 stdin"); [all...] |