HomeSort by relevance Sort by last modified time
    Searched full:stdin (Results 201 - 225 of 627) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/openssl/apps/
CA.pl 103 $FILE = <STDIN>;
CA.pl.in 103 $FILE = <STDIN>;
ecparam.c 92 * -in arg - input file - default stdin
260 "default stdin\n");
314 BIO_set_fp(in,stdin,BIO_NOCLOSE);
  /external/openssl/crypto/pkcs7/
dec.c 132 BIO_set_fp(data,stdin,BIO_NOCLOSE);
verify.c 129 BIO_set_fp(data,stdin,BIO_NOCLOSE);
  /external/oprofile/daemon/
init.c 89 perror("oprofiled: couldn't re-open stdin as /dev/null: ");
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe.h 237 /* Chunk to read from stdin */
  /external/ppp/pppd/
srp-entry.c 143 if (fgets(pname, sizeof (pname), stdin) == NULL)
  /external/quake/quake/src/QW/server/
sys_unix.c 257 // select on the net socket and stdin
  /external/srec/config/en.us/dictionary/
cmu2nuance.cpp 46 for (int lineno = 1; NULL != fgets(line, sizeof(line), stdin); lineno++)
  /external/srec/portable/include/
PFileSystem.h 53 #define PSTDIN stdin
  /external/v8/src/
utils.cc 89 if (fgets(line_buf, sizeof(line_buf), stdin) == NULL) {
  /external/webkit/WebKitTools/DumpRenderTree/wx/
DumpRenderTreeWx.cpp 314 while (fgets(filenameBuffer, sizeof(filenameBuffer), stdin)) {
  /external/webkit/WebKitTools/Scripts/webkitpy/style/
checker.py 640 # Treat stdin as C++. Since the extension is unknown when
641 # reading from stdin, cpp_style tests should not rely on
731 # Support the UNIX convention of using "-" for stdin. Note that
741 file = codecs.StreamReaderWriter(sys.stdin,
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-gcov 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/
arm-eabi-gcov 
  /prebuilt/linux-x86/toolchain/sh-4.3.3/bin/
sh-linux-gnu-gcov 
  /prebuilt/sdk/tools/linux/
acp 
  /system/core/libacc/tests/data/
otcc-noinclude.c 432 Q=stdin;
otcc.c 432 Q=stdin;
  /build/tools/releasetools/
common.py 105 stdin=p1.stdout, stdout=ramdisk_img.file.fileno())
181 stdin=devnull.fileno(),
226 p = Run(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
  /external/bluetooth/glib/gobject/
glib-genmarshal.c 622 files = g_slist_prepend (files, "/dev/stdin");
663 if (strcmp (file, "/dev/stdin") == 0)
664 /* Mostly for Win32. This is equivalent to opening /dev/stdin */
  /external/dbus/tools/
dbus-launch.c 401 verbose ("stdin isatty(), monitoring it\n");
403 verbose ("stdin was not a TTY, not monitoring it\n");
470 fprintf (stderr, "dbus-launch: error reading from stdin: %s\n",
  /external/jpeg/
cjpeg.c 20 * doesn't do binary I/O to stdin/stdout.
544 /* default input file is stdin */
594 if (input_file != stdin)
djpeg.c 20 * doesn't do binary I/O to stdin/stdout.
509 /* default input file is stdin */
604 if (input_file != stdin)

Completed in 111 milliseconds

1 2 3 4 5 6 7 891011>>