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

<<11121314151617181920

  /external/chromium_org/third_party/skia/third_party/lua/src/
ldblib.c 348 if (fgets(buffer, sizeof(buffer), stdin) == 0 ||
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_record.cc 445 fflush(stdin);
  /external/chromium_org/tools/mac/
symbolicate_crash.py 327 """Runs the atos with the provided arguments. |addresses| is used as stdin.
342 proc = subprocess.Popen(args, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
  /external/chromium_org/v8/samples/
shell.cc 307 char* str = fgets(buffer, kBufferSize, stdin);
  /external/chromium_org/v8/src/
utils.cc 137 if (fgets(line_buf, sizeof(line_buf), stdin) == NULL) {
  /external/clang/utils/
FindSpecRefs 766 stdin=open('/dev/null','r'),
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdbtool.c 386 p = fgets(thisline, sizeof(thisline)-1, stdin);
tst_bitmaps.c 46 f = stdin;
  /external/e2fsprogs/tests/progs/
test_rel.c 672 f = stdin;
  /external/jpeg/
djpeg.c 20 * doesn't do binary I/O to stdin/stdout.
509 /* default input file is stdin */
604 if (input_file != stdin)
  /external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaAlone.cpp 111 " -si: read data from stdin\n"
261 MY_SET_BINARY_MODE(stdin);
304 throw "Can not use stdin in this mode";
  /external/mesa3d/scons/
gallium.py 123 stdin = 'devnull',
  /external/netperf/
netserver.c 567 fflush (stdin);
577 /* Redirect stdin from "/dev/null". */
586 perror ("netserver: closing stdin file descriptor");
591 perror ("netserver: duplicate /dev/null read file descr. to stdin");
667 /* Pass the server_sock as stdin for the new process. */
  /external/nfacct/
nfacct.c 572 " restore\t\tRestore accounting object table reading 'list' output from stdin\n"
588 while (fgets(buffer, sizeof(buffer), stdin)) {
  /external/openssl/apps/
dgst.c 500 BIO_set_fp(in,stdin,BIO_NOCLOSE);
502 siglen,NULL,NULL,"stdin",bmd);
ecparam.c 92 * -in arg - input file - default stdin
257 "default stdin\n");
311 BIO_set_fp(in,stdin,BIO_NOCLOSE);
openssl.c 405 if (!fgets(p,n,stdin))
passwd.c 51 * -stdin - read passwords from stdin
125 else if (strcmp(argv[i], "-stdin") == 0)
182 BIO_printf(bio_err, "-stdin read passwords from stdin\n");
205 BIO_set_fp(in, stdin, BIO_NOCLOSE);
pkeyutl.c 266 in = BIO_new_fp(stdin, BIO_NOCLOSE);
  /external/oprofile/daemon/
opd_perfmon.c 352 freopen( "/dev/null", "r", stdin);
  /build/tools/signapk/
SignApk.java 169 * Reads the password from stdin and returns it as a string.
177 BufferedReader stdin = new BufferedReader(new InputStreamReader(System.in)); local
179 return stdin.readLine();
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb 691 when $stdin then
692 data = $stdin.read
693 @name = '(stdin)'
    [all...]
  /external/bison/src/
scan-skel.c 925 skel_in = stdin;
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/tests/
update_nacl_manifest_test.py 245 def GsUtil_cp(self, src, dest, stdin=None):
249 self.files[dest_path] = stdin
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
display-profiler-output 468 if $stdin.tty?
931 if $stdin.tty?

Completed in 2154 milliseconds

<<11121314151617181920