Searched
full:stdin (Results
276 -
300 of
627) sorted by null
<<11121314151617181920>>
/external/libpcap/ |
savefile.c | 935 if (p->sf.rfile != stdin) 949 fp = stdin; 972 if (fp != stdin) [all...] |
/bionic/libc/stdlib/ |
sha1hash.c | 298 file = stdin;
|
/development/tools/apkcheck/src/com/android/apkcheck/ |
ApkCheck.java | 158 * TODO: allow '-' as an alias for stdin?
|
/external/bzip2/ |
CHANGES | 98 Open stdin/stdout in binary mode for DJGPP.
|
bzlib.c | [all...] |
/external/clearsilver/cgi/ |
rfc2388.c | 162 // Some servers will close their end of the stdin pipe, so cgiwrap_read
|
/external/dropbear/ |
options.h | 34 * similar), where it will use stdin/stdout for connections, and each process
|
/external/e2fsprogs/lib/ext2fs/ |
tdbtool.c | 386 p = fgets(thisline, sizeof(thisline)-1, stdin);
|
/external/e2fsprogs/tests/progs/ |
test_rel.c | 672 f = stdin;
|
/external/expat/doc/ |
xmlwf.sgml | 177 be exactly the same as the input filenames or "STDIN" if the input is
|
/external/icu4c/tools/toolutil/ |
pkg_gencmn.c | 190 fprintf(stderr, "gencmn: no files listed in %s\n", dataFile == NULL ? "<stdin>" : dataFile);
|
/external/libxml2/ |
xmlcatalog.c | 83 if (!fgets(line_read, 500, stdin))
|
/external/openssl/apps/ |
openssl.c | 339 if (!fgets(p,n,stdin))
|
rsa.c | 79 * -in arg - input file - default stdin
|
/external/openssl/crypto/bio/ |
bio_lib.c | 535 /* This will let SSL_s_sock() work with stdin/stdout */
|
/external/qemu/distrib/sdl-1.2.12/src/video/svga/ |
SDL_svgavideo.c | 72 /* Check to see if we are root and stdin is a virtual console */
|
/external/qemu/distrib/sdl-1.2.12/src/video/vgl/ |
SDL_vglvideo.c | 71 * Check to see if we are root and stdin is a
|
/external/quake/quake/src/WinQuake/ |
sys_android.cpp | 173 // change stdin to non blocking
|
/external/v8/samples/ |
shell.cc | 227 char* str = fgets(buffer, kBufferSize, stdin);
|
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
NEWS | 44 - You can now specify the filename '-' as a synonym for stdin. 47 statically initialize yyin and yyout to stdin and stdout. 49 stdin and stdout are not compile-time constant. You can 175 of stdin and stdout [all...] |
/frameworks/base/cmds/runtime/ |
main_runtime.cpp | 229 * Redirect stdin/stdout/stderr to /dev/null.
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/ |
collect2 | |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/ |
libgcc_s.so | |
libgcc_s.so.1 | |
/prebuilt/linux-x86/toolchain/sh-4.3.3/libexec/gcc/sh-linux-gnu/4.3.3/ |
collect2 | |
Completed in 350 milliseconds
<<11121314151617181920>>