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

<<11121314151617181920>>

  /external/openssl/apps/
pkcs8.c 254 in = BIO_new_fp (stdin, BIO_NOCLOSE);
req.c 110 * -in arg - input file - default stdin
865 BIO_set_fp(in,stdin,BIO_NOCLOSE);
    [all...]
rsautl.c 240 } else in = BIO_new_fp(stdin, BIO_NOCLOSE);
s_client.c 1119 if (read_tty) FD_SET(fileno(stdin),&readfds);
    [all...]
verify.c 248 fprintf(stdout,"%s: ",(file == NULL)?"stdin":file);
dhparam.c 137 * -in arg - input file - default stdin
354 BIO_set_fp(in,stdin,BIO_NOCLOSE);
enc.c 386 setvbuf(stdin, (char *)NULL, _IONBF, 0);
387 BIO_set_fp(in,stdin,BIO_NOCLOSE);
pkcs12.c 401 if (!infile) in = BIO_new_fp(stdin, BIO_NOCLOSE);
405 infile ? infile : "<stdin>");
s_server.c     [all...]
  /external/quake/quake/src/QW/client/
sys_android.c 150 // change stdin to non blocking
sys_linux.c 146 // change stdin to non blocking
  /system/core/adb/
SERVICES.TXT 134 stdin/stdout/stderr as appropriate. Note that the ADB server uses
  /system/core/libacc/tests/data/
otcc-ansi.c 441 Q = stdin;
  /dalvik/libdex/
sha1.c 279 it in the 20-byte array digest. If fname is NULL, stdin is
301 f = stdin;
  /development/simulator/wrapsim/
SimMgr.c 796 if (tcsetpgrp(fileno(stdin), getpgrp()) != 0) {
798 fileno(stdin), getpgrp(), errno);
  /external/clearsilver/python/examples/base/
sgmllib.py 596 f = sys.stdin
605 if f is not sys.stdin:
  /external/dropbear/
CHANGES 137 - Reset the non-blocking status on stderr and stdout as well as stdin,
251 - Don't leave stdin non-blocking on exit - this caused the parent shell
common-channel.c 218 /* write to program/pipe stdin */
247 /* Returns true if there is data remaining to be written to stdin or
  /external/e2fsprogs/misc/
badblocks.c 1041 in = stdin;
1093 if (in != stdin)
  /external/iproute2/misc/
arpd.c 686 fp = stdin;
723 if (fp != stdin)
  /external/webkit/WebKitTools/Scripts/webkitpy/commands/
upload.py 429 lines = sys.stdin.readlines()
431 sys.stdin.seek(0, os.SEEK_END)
  /external/zlib/contrib/blast/
blast.c 427 /* Decompress a PKWare Compression Library stream from stdin to stdout */
433 ret = blast(inf, stdin, outf, stdout);
  /frameworks/base/core/java/com/android/internal/os/
ZygoteInit.java 770 * stdin, stdout, and stderr. The existing stdio descriptors will be
775 * @param in new stdin
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib32/
libiberty.a     [all...]
  /external/bison/
config.status 644 - | *:- | *:-:* ) # input from stdin
645 cat >$tmp/stdin
778 -) echo $tmp/stdin ;;
828 rm -f $tmp/stdin
863 - | *:- | *:-:* ) # input from stdin
864 cat >$tmp/stdin
880 -) echo $tmp/stdin ;;
    [all...]

Completed in 556 milliseconds

<<11121314151617181920>>