HomeSort by relevance Sort by last modified time
    Searched full:stdin (Results 401 - 425 of 1207) sorted by null

<<11121314151617181920>>

  /external/llvm/test/Transforms/SimplifyCFG/
2008-05-16-PHIBlockMerge.ll 5 ; ModuleID = '<stdin>'
  /external/llvm/tools/llvm-as/
llvm-as.cpp 12 // llvm-as [options] - Read LLVM asm from stdin, write bitcode to stdout
  /external/llvm/tools/llvm-symbolizer/
llvm-symbolizer.cpp 57 if (!fgets(InputString, sizeof(InputString), stdin))
  /external/llvm/utils/
findmisopt 30 # is a file name from which stdin should be directed
  /external/openssh/openbsd-compat/
readpassphrase.c 78 * stdin and write to stderr unless a tty is required.
  /external/openssh/
roaming_client.c 255 while ((c = fgetc(stdin)) != EOF) {
  /external/openssl/
README.android 22 gpg --import # paste PGP public key block on stdin
  /external/openssl/apps/
nseq.c 114 } else in = BIO_new_fp(stdin, BIO_NOCLOSE);
pkeyparam.c 156 in = BIO_new_fp (stdin, BIO_NOCLOSE);
  /external/openssl/crypto/md4/
md4.c 78 do_fp(stdin);
  /external/openssl/crypto/md5/
md5.c 78 do_fp(stdin);
  /external/openssl/crypto/pkcs7/
sign.c 106 BIO_set_fp(data,stdin,BIO_NOCLOSE);
  /external/openssl/crypto/ripemd/
rmd160.c 78 do_fp(stdin);
  /external/openssl/crypto/sha/
sha.c 75 do_fp(stdin);
sha1.c 78 do_fp(stdin);
  /external/ppp/pppd/plugins/pppoatm/
pppoatm.c 66 * don't get confused that we're on stdin.
  /external/quake/quake/src/QW/server/
sys_win.c 238 // select on the net socket and stdin
  /external/quake/quake/src/WinQuake/
cmd.h 116 // The text can come from the command buffer, a remote client, or stdin.
  /external/srec/tools/test_swiarb/
test_swiarb.c 98 q = fgets(pronunciation, sizeof(pronunciation), stdin);
  /external/valgrind/main/helgrind/tests/
filter_xml 72 while (<STDIN>) {
  /external/webkit/Tools/Scripts/webkitpy/common/system/
user.py 124 child_process = subprocess.Popen([pager], stdin=subprocess.PIPE)
  /external/zlib/src/examples/
gun.c 27 gun will decompress from stdin to stdout. The names must end in .gz, -gz,
33 listed files or stdin will be tested as gzip files for integrity (without
539 inname is NULL or an empty string, read from stdin. If outname is NULL or
555 infile = 0; /* stdin */
  /external/zlib/src/test/
minigzip.c 585 SET_BINARY_MODE(stdin);
588 file = gzdopen(fileno(stdin), "rb");
589 if (file == NULL) error("can't gzdopen stdin");
594 gz_compress(stdin, file);
  /frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
accessorychat.c 60 char *line = fgets(buffer, sizeof(buffer), stdin);
  /libcore/luni/src/main/java/java/io/
Console.java 45 // We don't care about stderr, because this class only uses stdin and stdout.

Completed in 1602 milliseconds

<<11121314151617181920>>