/external/openssl/ |
e_os.h | 295 # if defined(_MSC_VER) && !defined(_DLL) && defined(stdin) 297 # undef stdin macro 301 # define stdin (&__iob_func()[0]) macro 305 # undef stdin macro 315 # define stdin (&_imp___iob[0]) macro
|
/bionic/libc/include/ |
stdio.h | 216 #define stdin (&__sF[0]) macro 435 #define getchar() getc(stdin) 437 #define getchar_unlocked() getc_unlocked(stdin)
|
/build/tools/signapk/ |
SignApk.java | 95 * Reads the password from stdin and returns it as a string. 103 BufferedReader stdin = new BufferedReader(new InputStreamReader(System.in)); local 105 return stdin.readLine();
|
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
scan.l | 666 /* set_input_file - open the given file (if NULL, stdin) for scanning */ 682 yyin = stdin; 683 infilename = copy_string( "<stdin>" );
|
/ndk/build/platforms/android-3/arch-arm/usr/include/ |
stdio.h | 216 #define stdin (&__sF[0]) macro 435 #define getchar() getc(stdin) 437 #define getchar_unlocked() getc_unlocked(stdin)
|
/ndk/build/platforms/android-4/arch-arm/usr/include/ |
stdio.h | 216 #define stdin (&__sF[0]) macro 435 #define getchar() getc(stdin) 437 #define getchar_unlocked() getc_unlocked(stdin)
|
/ndk/build/platforms/android-5/arch-arm/usr/include/ |
stdio.h | 216 #define stdin (&__sF[0]) macro 435 #define getchar() getc(stdin) 437 #define getchar_unlocked() getc_unlocked(stdin)
|
/ndk/build/platforms/android-5/arch-x86/usr/include/ |
stdio.h | 216 #define stdin (&__sF[0]) macro 435 #define getchar() getc(stdin) 437 #define getchar_unlocked() getc_unlocked(stdin)
|
/ndk/build/platforms/android-8/arch-arm/usr/include/ |
stdio.h | 216 #define stdin (&__sF[0]) macro 435 #define getchar() getc(stdin) 437 #define getchar_unlocked() getc_unlocked(stdin)
|
/ndk/build/platforms/android-8/arch-x86/usr/include/ |
stdio.h | 216 #define stdin (&__sF[0]) macro 435 #define getchar() getc(stdin) 437 #define getchar_unlocked() getc_unlocked(stdin)
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/ |
i686-unknown-linux-gnu-gcov | |
/external/clearsilver/scripts/ |
cs_lint.py | 44 stdin = cStringIO.StringIO("") 46 neo_cgi.cgiWrap(stdin, stdout, {})
|
/external/dropbear/libtommath/etc/ |
pprime.c | 373 fgets (buf, sizeof (buf), stdin); 377 fgets (buf, sizeof (buf), stdin);
|
/external/openssl/apps/ |
crl.c | 81 " -in arg - input file - default stdin\n", 418 BIO_set_fp(in,stdin,BIO_NOCLOSE);
|
crl2p7.c | 81 * -in arg - input file - default stdin 186 BIO_set_fp(in,stdin,BIO_NOCLOSE);
|
dh.c | 79 * -in arg - input file - default stdin 204 BIO_set_fp(in,stdin,BIO_NOCLOSE);
|
ec.c | 75 * -in arg - input file - default stdin 275 BIO_set_fp(in, stdin, BIO_NOCLOSE);
|
pkcs7.c | 76 * -in arg - input file - default stdin 195 BIO_set_fp(in,stdin,BIO_NOCLOSE);
|
sess_id.c | 77 " -in arg - input file - default stdin\n", 292 BIO_set_fp(in,stdin,BIO_NOCLOSE);
|
spkac.c | 76 /* -in arg - input file - default stdin 234 else in = BIO_new_fp(stdin, BIO_NOCLOSE);
|
/external/v8/src/ |
d8-debug.cc | 90 char* str = fgets(command, kBufferSize, stdin); 333 char* str = fgets(command, kBufferSize, stdin);
|
/external/bzip2/ |
bzip2.c | 189 /*-- source modes; F==file, I==stdin, O==stdout --*/ 532 if (zStream != stdin) fclose(zStream); 625 if (zStream != stdin) fclose(zStream); 1147 copyFileName ( inName, (Char*)"(stdin)" ); [all...] |
/build/tools/dexpreopt/afar/ |
main.c | 50 * make it easier to transfer multiple files over an stdin/stdout
|
/dalvik/tools/hprof-conv/ |
HprofConv.c | 670 FILE* in = stdin; 677 "Specify '-' for either or both to use stdin/stdout.\n\n"); 705 if (in != stdin) 713 if (in != stdin)
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
spawn.sgml | 61 inherited by the child; otherwise all descriptors except stdin/stdout/stderr
|