/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
toy.ml | 23 let stream = Lexer.lex (Stream.of_channel stdin) in
|
/external/webkit/Tools/DumpRenderTree/qt/ |
ImageDiff.cpp | 45 while (fgets(buffer, sizeof(buffer), stdin)) { 65 size_t bytesRead = fread(buffer, 1, bytesToRead, stdin);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
stdio.h | 43 /* Read a character from stdin. */ 47 return _IO_getc (stdin); 73 return _IO_getc_unlocked (stdin);
|
/bionic/libc/tools/ |
genserv.py | 69 services = parse(sys.stdin)
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
FileInputStreamTest.java | 138 FileInputStream stdin = new FileInputStream(FileDescriptor.in); local 139 stdin.close(); 140 stdin = new FileInputStream(FileDescriptor.in); 142 stdin.read();
|
/external/dropbear/libtomcrypt/demos/ |
hashsum.c | 3 * hash.c: This app uses libtomcrypt to hash either stdin or a file 43 x = fread(hash_buffer, 1, sizeof(hash_buffer), stdin); 50 printf(" (stdin)\n");
|
/external/e2fsprogs/lib/ss/ |
test_ss.c | 44 f = stdin;
|
/external/e2fsprogs/misc/ |
base_device.c | 156 if (fgets(buf, sizeof(buf), stdin) == NULL)
|
/external/e2fsprogs/resize/ |
test_extent.c | 121 do_test(stdin, stdout);
|
/external/jpeg/ |
wrjpgcom.c | 478 * from stdin; in this case there MUST be an input JPEG file name. 490 /* default input file is stdin */ 492 setmode(fileno(stdin), O_BINARY); 495 if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) { 496 fprintf(stderr, "%s: can't open stdin\n", progname); 500 infile = stdin; 536 /* Collect comment text from comment_file or stdin, if necessary */ 545 src_file = (comment_file != NULL ? comment_file : stdin);
|
rdjpgcom.c | 476 /* default input file is stdin */ 478 setmode(fileno(stdin), O_BINARY); 481 if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) { 482 fprintf(stderr, "%s: can't open stdin\n", progname); 486 infile = stdin;
|
/external/openssl/apps/ |
pkeyparam.c | 156 in = BIO_new_fp (stdin, BIO_NOCLOSE);
|
/external/openssl/crypto/des/ |
read_pwd.c | 296 tty=stdin; 298 tty=stdin; 303 tty=stdin; 409 if (stdin != tty) fclose(tty);
|
/external/openssl/crypto/pkcs7/ |
sign.c | 106 BIO_set_fp(data,stdin,BIO_NOCLOSE);
|
/external/openssl/crypto/rc4/ |
rc4.c | 68 " -in arg - input file - default stdin\n", 122 in=stdin;
|
/external/srec/tools/test_swiarb/ |
test_swiarb.c | 98 q = fgets(pronunciation, sizeof(pronunciation), stdin);
|
/external/webkit/Tools/Scripts/webkitpy/style/ |
filereader.py | 75 # Support the UNIX convention of using "-" for stdin. 77 file = codecs.StreamReaderWriter(sys.stdin,
|
/system/extras/tests/bionic/libstdc++/ |
test_cstdio.cpp | 97 #ifndef stdin 98 #error "stdin must be a macro"
|
/bionic/libc/include/ |
stdio.h | 217 #define stdin (&__sF[0]) macro 443 #define getchar() getc(stdin) 445 #define getchar_unlocked() getc_unlocked(stdin)
|
/development/ndk/platforms/android-3/include/ |
stdio.h | 216 #define stdin (&__sF[0]) macro 437 #define getchar() getc(stdin) 439 #define getchar_unlocked() getc_unlocked(stdin)
|
/development/ndk/platforms/android-8/include/ |
stdio.h | 216 #define stdin (&__sF[0]) macro 437 #define getchar() getc(stdin) 439 #define getchar_unlocked() getc_unlocked(stdin)
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
server_process.py | 75 self._proc = subprocess.Popen(self._cmd, stdin=subprocess.PIPE, 119 self._proc.stdin.write(input) 206 self._proc.stdin.close() 211 # Closing stdin/stdout/stderr hangs sometimes on OS X,
|
/prebuilt/darwin-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include-fixed/ |
stdio.h | 225 #define stdin (&__sF[0]) macro 446 #define getchar() getc(stdin) 448 #define getchar_unlocked() getc_unlocked(stdin)
|
/prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include-fixed/ |
stdio.h | 225 #define stdin (&__sF[0]) macro 446 #define getchar() getc(stdin) 448 #define getchar_unlocked() getc_unlocked(stdin)
|
/prebuilt/ndk/android-ndk-r4/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)
|