HomeSort by relevance Sort by last modified time
    Searched refs:stdin (Results 276 - 300 of 485) sorted by null

<<11121314151617181920

  /external/openssl/apps/
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",
294 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);
apps.c 692 } else if(!strcmp(arg, "stdin")) {
693 pwdbio = BIO_new_fp(stdin, BIO_NOCLOSE);
695 BIO_printf(err, "Can't open BIO for stdin\n");
804 setvbuf(stdin, NULL, _IONBF, 0);
807 BIO_set_fp(cert,stdin,BIO_NOCLOSE);
907 setvbuf(stdin, NULL, _IONBF, 0);
910 BIO_set_fp(key,stdin,BIO_NOCLOSE);
998 setvbuf(stdin, NULL, _IONBF, 0);
1001 BIO_set_fp(key,stdin,BIO_NOCLOSE);
1138 bio = BIO_new_fp(stdin,BIO_NOCLOSE)
    [all...]
enc.c 415 setvbuf(stdin, (char *)NULL, _IONBF, 0);
417 BIO_set_fp(in,stdin,BIO_NOCLOSE);
  /external/icu/icu4c/source/
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/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...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Python.stg 81 def main(argv, stdin=sys.stdin, stdout=sys.stdout, stderr=sys.stderr):
94 main.stdin = stdin
    [all...]
  /external/harfbuzz_ng/test/shaping/
hb_test_tools.py 387 line = sys.stdin.readline ()
463 return sys.stdin
  /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"
  /external/libvorbis/lib/
psytune.c 296 fread(buffer,1,44,stdin);
305 long bytes=fread(buffer2,1,framesize*2,stdin);
  /bionic/libc/bionic/
malloc_debug_common.cpp 493 fclose(stdin);
  /build/tools/releasetools/
common.py 304 stdin=p1.stdout, stdout=ramdisk_img.file.fileno())
443 stdin=devnull.fileno(),
453 stdin=devnull.fileno(),
507 p = Run(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
    [all...]
  /external/chromium_org/android_webview/tools/
webview_licenses.py 104 stdin=subprocess.PIPE, stdout=subprocess.PIPE)
  /external/chromium_org/third_party/libjpeg_turbo/
jpegtran.c 448 /* default input file is stdin */
501 if (fp != stdin)
  /external/chromium_org/third_party/libxml/src/
xmlcatalog.c 83 if (!fgets(line_read, 500, stdin))
  /external/chromium_org/third_party/markdown/
__init__.py 368 * input: File object or path. Reads from stdin if `None`.
385 text = sys.stdin.read()
  /external/chromium_org/tools/deep_memory_profiler/
accumulate.py 266 do_main(sys.stdin, sys.stdout,
  /external/chromium_org/tools/imagediff/
image_diff.cc 33 // Causes the app to remain open, waiting for pairs of filenames on stdin.
35 static const char kOptionPollStdin[] = "use-stdin";
78 // Creates the image from stdin with the given data length. On success, it
85 if (fread(source.get(), 1, byte_length, stdin) != byte_length)
237 " image_diff --use-stdin\n"
238 " Stays open reading pairs of filenames from stdin, comparing them,\n"
246 " Reads stream input from stdin, should be EXACTLY of the format\n"
292 while (fgets(buffer, sizeof(buffer), stdin)) {
396 // program reads paths on stdin and the program that spawns it outputs
412 // Watch stdin for filenames
    [all...]
  /external/clang/utils/
token-delta.py 111 stdin=subprocess.PIPE,
  /external/e2fsprogs/util/
subst.c 343 in = stdin;
  /external/iptables/iptables/
ip6tables-restore.c 249 else in = stdin;

Completed in 1516 milliseconds

<<11121314151617181920