/external/sqlite/dist/ |
shell.c | 50 # define readline(p) local_getline(p,stdin) 210 ** Threat stdin as an interactive input if the following variable 211 ** is true. Otherwise, assume stdin is connected to a file or pipe. [all...] |
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/ |
initscan-mvs.c | 164 # line 1 "<stdin>" 167 # line 5 "<stdin>" 251 # line 84 "<stdin>" [all...] |
/dalvik/libdex/ |
sha1.cpp | 279 it in the 20-byte array digest. If fname is NULL, stdin is 301 f = stdin;
|
/external/bluetooth/bluez/attrib/ |
interactive.c | 816 pchan = g_io_channel_unix_new(fileno(stdin));
|
/external/bluetooth/bluez/tools/ |
dfutool.c | 168 if (!fgets(str, sizeof(str) - 1, stdin))
|
lexer.c | 677 yyin = stdin; [all...] |
/external/elfutils/src/ |
size.c | 158 __fsetlocking (stdin, FSETLOCKING_BYCALLER);
|
/external/iptables/iptables/ |
iptables-xml.c | 661 in = stdin;
|
/external/openssl/apps/ |
smime.c | 618 in = BIO_new_fp(stdin, BIO_NOCLOSE);
|
/external/openssl/crypto/des/ |
des.c | 286 DES_IN=stdin;
|
/external/v8/samples/ |
shell.cc | 551 char* str = fgets(buffer, kBufferSize, stdin);
|
/external/wpa_supplicant_8/hostapd/ |
hostapd_cli.c | 816 res = fgets(cmd, sizeof(cmd), stdin);
|
/frameworks/compile/libbcc/helper/ |
sha1.c | 278 it in the 20-byte array digest. If fname is NULL, stdin is 300 f = stdin; 463 // Read from STDIN
|
/external/e2fsprogs/e2fsck/ |
dict.c | 1308 if (!fgets(in, sizeof(input_t), stdin)) [all...] |
profile.c | [all...] |
/external/mesa3d/src/glsl/glcpp/ |
glcpp-lex.c | [all...] |
/external/webkit/Tools/android/flex-2.5.4a/ |
initscan.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...] |
/external/libxml2/ |
xmllint.c | 801 if (!fgets(line_read, 500, stdin)) 825 if (f != stdin) { [all...] |
/external/fdlibm/ |
configure | [all...] |
/external/mesa3d/src/glsl/ |
glsl_lexer.cpp | [all...] |
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
glslang_lex.cpp | [all...] |
/build/tools/releasetools/ |
ota_from_target_files | 158 p = common.Run(["fs_config"], stdin=subprocess.PIPE,
|
/external/bison/src/ |
scan-skel.c | 865 skel_in = stdin; [all...] |
/external/bluetooth/bluez/test/ |
ipctest.c | 1096 assert(data.gin = g_io_channel_unix_new(fileno(stdin)));
|