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

<<11121314151617181920>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
parsecvs.php 63 $file = file_get_contents(($argv[1] ? $argv[1] : "php://stdin"));
  /external/elfutils/src/
ranlib.c 93 (void) __fsetlocking (stdin, FSETLOCKING_BYCALLER);
  /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/libvpx/libvpx/examples/includes/geshi/geshi/
cpp.php 96 'SEEK_CUR', 'SEEK_END', 'SEEK_SET', 'TMP_MAX', 'stdin', 'stdout', 'stderr',
perl.php 94 'STDIN', 'STDOUT', 'STDERR', 'ARGV', 'ARGVOUT'
  /external/llvm/test/CodeGen/X86/
2007-02-16-BranchFold.ll 4 ; ModuleID = '<stdin>'
movmsk.ll 2 ; ModuleID = '<stdin>'
  /external/llvm/test/JitListener/
test-common-symbols.ll 6 ; ModuleID = '<stdin>'
  /external/llvm/tools/llvm-mcmarkup/
llvm-mcmarkup.cpp 218 // If no input files specified, read from stdin.
  /external/openssh/
ssh-keysign.c 162 /* Ensure that stdin and stdout are connected */
ssh-pkcs11-helper.c 328 /* copy stdin to iqueue */
  /external/openssl/apps/
CA.pl 103 $FILE = <STDIN>;
CA.pl.in 103 $FILE = <STDIN>;
  /external/openssl/crypto/pkcs7/
dec.c 132 BIO_set_fp(data,stdin,BIO_NOCLOSE);
verify.c 129 BIO_set_fp(data,stdin,BIO_NOCLOSE);
  /external/oprofile/daemon/
init.c 90 perror("oprofiled: couldn't re-open stdin as /dev/null: ");
  /external/oprofile/daemon/liblegacy/
init.c 99 perror("oprofiled: couldn't re-open stdin as /dev/null: ");
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe.h 237 /* Chunk to read from stdin */
  /external/ppp/pppd/
srp-entry.c 143 if (fgets(pname, sizeof (pname), stdin) == NULL)
  /external/quake/quake/src/QW/server/
sys_unix.c 257 // select on the net socket and stdin
  /external/srec/config/en.us/dictionary/
cmu2nuance.cpp 46 for (int lineno = 1; NULL != fgets(line, sizeof(line), stdin); lineno++)
  /external/srec/portable/include/
PFileSystem.h 53 #define PSTDIN stdin
  /external/valgrind/main/VEX/useful/
smchash.c 317 FILE* f = stdin;
  /external/valgrind/main/none/tests/
cmdline1.stdout.exp 45 --input-fd=<number> file descriptor for input [0=stdin]
  /external/webkit/Tools/DumpRenderTree/chromium/
DumpRenderTree.cpp 218 while (fgets(testString, sizeof(testString), stdin)) {

Completed in 1010 milliseconds

<<11121314151617181920>>