HomeSort by relevance Sort by last modified time
    Searched refs:stdin (Results 151 - 175 of 328) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/srec/portable/src/UNIX/
PFileSystemUNIXImpl.c 37 * Initializes STDIN, STDOUT, STDERR.
59 CHKLOG(rc, PANSIFileSystemSingleton->createPFile(PANSIFileSystemSingleton, L("/dev/stdin"), isLittleEndian, &PSTDIN));
61 impl->value = stdin;
  /external/webkit/Tools/Scripts/webkitpy/common/system/
user.py 124 child_process = subprocess.Popen([pager], stdin=subprocess.PIPE)
  /external/zlib/examples/
fitblk.c 126 /* compress from stdin to fixed-size block on stdout */
155 /* compress from stdin until output full, or no more input */
158 ret = partcompress(stdin, &def);
  /frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
accessorychat.c 60 char *line = fgets(buffer, sizeof(buffer), stdin);
  /external/dropbear/libtommath/etc/
pprime.c 373 fgets (buf, sizeof (buf), stdin);
377 fgets (buf, sizeof (buf), stdin);
  /external/openssl/crypto/bio/
bss_file.c 60 * 03-Dec-1997 rdenny@dc3.com Fix bug preventing use of stdin/stdout
313 if ((size_t)ptr >= (size_t)stdin &&
314 (size_t)ptr < (size_t)(stdin+_IOB_ENTRIES))
342 /* Dangerous to set stdin/stdout to raw (unless redirected) */
  /external/v8/samples/
lineprocessor.cc 295 while (!feof(stdin)) {
433 res = fgets(buffer, kBufferSize, stdin);
  /external/v8/src/
d8-debug.cc 104 char* str = fgets(command, kBufferSize, stdin);
355 char* str = fgets(command, kBufferSize, stdin);
  /frameworks/compile/libbcc/tests/data/src/
otcc-ansi.c 2 extern int stdin, stderr, errno;
445 Q = stdin;
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/reader/
perf_reader.c 337 /* open input, or stdin if '-' is specified */
338 log = strcmp(argv [i], "-") ? fopen(argv [i], "rb") : stdin;
352 /* don't close stdin! */
353 if (log != stdin) fclose(log);
  /ndk/build/tools/
dev-rebuild-ndk.sh 107 sort -f | xargs cat | git hash-object --stdin | cut -c1-7`
  /system/core/liblinenoise/
linenoise.c 373 if (fgets(buf, buflen, stdin) == NULL) return -1;
396 if (fgets(buf,LINENOISE_MAX_LINE,stdin) == NULL) return NULL;
  /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...]
  /external/libpcap/
savefile.c 935 if (p->sf.rfile != stdin)
949 fp = stdin;
972 if (fp != stdin)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdio.h 145 extern struct _IO_FILE *stdin; /* Standard input stream. */
149 #define stdin stdin macro
405 /* Read formatted input from stdin.
453 /* Read formatted input from stdin into argument list ARG.
512 /* Read a character from stdin.
603 /* Get a newline-terminated string from stdin, removing the newline.
  /build/tools/releasetools/
check_target_files_signatures 97 stdin=subprocess.PIPE,
171 stdin=subprocess.PIPE,
  /external/bluetooth/bluez/sbc/
sbcenc.c 70 fd = fileno(stdin);
sbcinfo.c 191 fd = fileno(stdin);
  /external/clang/utils/
CmpDriver 112 stdin=None,
  /external/dropbear/
cli-kex.c 139 response = getc(stdin);
  /external/e2fsprogs/misc/
util.c 74 if (!fgets(buf, sizeof(buf), stdin) ||
  /external/e2fsprogs/tests/progs/
test_icount.c 256 f = stdin;
  /external/iproute2/netem/
maketable.c 212 fp = stdin;
  /external/openssl/apps/
crl2p7.c 80 * -in arg - input file - default stdin
185 BIO_set_fp(in,stdin,BIO_NOCLOSE);
dh.c 79 * -in arg - input file - default stdin
201 BIO_set_fp(in,stdin,BIO_NOCLOSE);

Completed in 567 milliseconds

1 2 3 4 5 67 8 91011>>