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

1 2 3 4 5 6 78 91011>>

  /external/openssl/apps/
dsa.c 79 * -in arg - input file - default stdin
258 BIO_set_fp(in,stdin,BIO_NOCLOSE);
ec.c 75 * -in arg - input file - default stdin
272 BIO_set_fp(in, stdin, BIO_NOCLOSE);
pkcs7.c 76 * -in arg - input file - default stdin
194 BIO_set_fp(in,stdin,BIO_NOCLOSE);
pkcs8.c 255 in = BIO_new_fp (stdin, BIO_NOCLOSE);
rsautl.c 240 } else in = BIO_new_fp(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);
s_client.c     [all...]
apps.c 690 } else if(!strcmp(arg, "stdin")) {
691 pwdbio = BIO_new_fp(stdin, BIO_NOCLOSE);
693 BIO_printf(err, "Can't open BIO for stdin\n");
802 setvbuf(stdin, NULL, _IONBF, 0);
805 BIO_set_fp(cert,stdin,BIO_NOCLOSE);
905 setvbuf(stdin, NULL, _IONBF, 0);
908 BIO_set_fp(key,stdin,BIO_NOCLOSE);
996 setvbuf(stdin, NULL, _IONBF, 0);
999 BIO_set_fp(key,stdin,BIO_NOCLOSE);
1136 bio = BIO_new_fp(stdin,BIO_NOCLOSE)
    [all...]
s_server.c     [all...]
  /external/ppp/pppd/
srp-entry.c 143 if (fgets(pname, sizeof (pname), stdin) == NULL)
  /external/v8/src/
utils.cc 69 if (fgets(line_buf, sizeof(line_buf), stdin) == NULL) {
  /external/webkit/Tools/DumpRenderTree/chromium/
DumpRenderTree.cpp 218 while (fgets(testString, sizeof(testString), stdin)) {
  /external/webkit/Tools/DumpRenderTree/wx/
DumpRenderTreeWx.cpp 311 while (fgets(filenameBuffer, sizeof(filenameBuffer), stdin)) {
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
http_server.py 217 self._process = subprocess.Popen(start_cmd, env=env, stdin=subprocess.PIPE)
websocket_server.py 200 stdin=open(os.devnull, 'r'),
  /external/zlib/contrib/blast/
blast.c 427 /* Decompress a PKWare Compression Library stream from stdin to stdout */
433 ret = blast(inf, stdin, outf, stdout);
  /external/elfutils/
config.status 625 - | *:- | *:-:* ) # input from stdin
626 cat >$tmp/stdin
759 -) echo $tmp/stdin ;;
809 rm -f $tmp/stdin
840 - | *:- | *:-:* ) # input from stdin
841 cat >$tmp/stdin
857 -) echo $tmp/stdin ;;
    [all...]
  /external/grub/
config.status 620 - | *:- | *:-:* ) # input from stdin
621 cat >$tmp/stdin
759 -) echo $tmp/stdin ;;
803 rm -f $tmp/stdin
834 - | *:- | *:-:* ) # input from stdin
835 cat >$tmp/stdin
851 -) echo $tmp/stdin ;;
    [all...]
  /external/icu4c/
config.status 663 - | *:- | *:-:* ) # input from stdin
664 cat >$tmp/stdin
802 -) echo $tmp/stdin ;;
846 rm -f $tmp/stdin
877 - | *:- | *:-:* ) # input from stdin
878 cat >$tmp/stdin
894 -) echo $tmp/stdin ;;
    [all...]
  /external/srtp/
config.status 545 - | *:- | *:-:* ) # input from stdin
546 cat >$tmp/stdin
684 -) echo $tmp/stdin ;;
728 rm -f $tmp/stdin
759 - | *:- | *:-:* ) # input from stdin
760 cat >$tmp/stdin
776 -) echo $tmp/stdin ;;
  /external/flac/libFLAC/
stream_decoder.c 564 if(file == stdin)
572 decoder->private_->file == stdin? 0: file_seek_callback_,
573 decoder->private_->file == stdin? 0: file_tell_callback_,
574 decoder->private_->file == stdin? 0: file_length_callback_,
633 file = filename? fopen(filename, "rb") : stdin;
715 if(decoder->private_->file != stdin)
    [all...]
  /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/chromium/base/
process_util_win.cc 91 *stdin = *_fdopen(raw_in, "r");
92 setvbuf(stdin, NULL, _IONBF, 0);
359 // Keep the normal stdin and stderr.
  /external/libpng/contrib/gregbook/
wpng.c 10 interactive text from the keyboard while stdin is redirected. Thanks
303 ": must give input filename or provide image data via stdin\n");
308 setmode(fileno(stdin), O_BINARY);
311 if ((wpng_info.infile = fdopen(fileno(stdin), "rb")) == NULL) {
313 ": unable to reopen stdin in binary mode\n");
420 "pnmfile or stdin must be a binary PGM (`P5'), PPM (`P6') or (extremely\n"
424 "``.png'' extension; files read from stdin are converted and sent to stdout.\n"

Completed in 361 milliseconds

1 2 3 4 5 6 78 91011>>