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

12 3 4 5 6 7 8 91011>>

  /external/openssl/crypto/bio/
bio_lcl.h 5 #define UP_stdin stdin
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
server_process_unittest.py 51 self.stdin = MockFile(server_process)
63 self.stdin = self._proc.stdin
73 self.assertEquals(server_process.broken_pipes, [server_process.stdin])
  /external/webkit/Tools/android/flex-2.5.4a/MISC/fastwc/
mywc.c 9 FILE *f = stdin;
  /frameworks/base/docs/html/tools/help/
hprof-conv.jd 15 to specify stdin or stdout.
  /external/clang/test/Analysis/
taint-tester.c 91 extern FILE *stdin;
104 // Check if stdin is treated as tainted.
105 fscanf(stdin, "%s %d", s, &t);
123 // Check if we propagate taint from stdin when it's used in an assignment.
126 fscanf(stdin, "%d", &i);
130 FILE *p = stdin;
149 FILE **ppp = &stdin;
155 // Test that stdin does not get invalidated by calls.
159 fscanf(stdin, "%d", &i);
166 int i = getw(stdin); // expected-warning + {{tainted}
    [all...]
  /external/openssh/
serverloop.h 16 * the client and the program. Note that the notion of stdin, stdout, and
17 * stderr in this function is sort of reversed: this function writes to stdin
  /external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
initscan-mvs.c 164 # line 1 "<stdin>"
167 # line 5 "<stdin>"
251 # line 84 "<stdin>"
    [all...]
  /system/core/toolbox/
cat.c 129 fp = stdin;
130 filename = "stdin";
134 fp = stdin;
145 if (fp != stdin)
191 fd = fileno(stdin);
192 filename = "stdin";
196 fd = fileno(stdin);
224 if (fd != fileno(stdin))
  /external/libvorbis/examples/
vorbisfile_example.c 18 /* Takes a vorbis bitstream from stdin and writes raw stereo PCM to
28 #ifdef _WIN32 /* We need the following two to set stdin/stdout to binary */
40 #ifdef _WIN32 /* We need to set stdin/stdout to binary mode. Damn windows. */
43 _setmode( _fileno( stdin ), _O_BINARY );
47 if(ov_open_callbacks(stdin, &vf, NULL, 0, OV_CALLBACKS_NOCLOSE) < 0) {
  /external/mksh/src/
check.t 35 stdin:
44 stdin:
52 stdin:
61 stdin:
70 stdin:
79 stdin:
86 stdin:
102 stdin:
112 stdin:
122 stdin
    [all...]
  /bionic/libc/stdio/
gets.c 46 FLOCKFILE(stdin);
50 FUNLOCKFILE(stdin);
57 FUNLOCKFILE(stdin);
  /external/dropbear/libtomcrypt/demos/
hashsum.c 3 * hash.c: This app uses libtomcrypt to hash either stdin or a file
43 x = fread(hash_buffer, 1, sizeof(hash_buffer), stdin);
50 printf(" (stdin)\n");
  /external/expat/examples/
outline.c 87 len = (int)fread(Buff, 1, BUFFSIZE, stdin);
88 if (ferror(stdin)) {
92 done = feof(stdin);
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
openbugs.py 38 help_text = "Finds all bug numbers passed in arguments (or stdin if no args provided) and opens them in a web browser"
58 # This won't open bugs until stdin is closed but could be made to easily. That would just make unit testing slightly harder.
59 bug_ids = self._find_bugs_in_iterable(sys.stdin)
  /external/webkit/Tools/iExploder/iexploder-1.7.2/tools/
lasthit.rb 21 # It takes all or part of an apache logfile via stdin, and outputs a list
34 puts "No filename specified, waiting for data via stdin..."
35 file = $stdin
  /external/clang/include/clang/Frontend/
CommandLineSourceLoc.h 44 // On the command-line, stdin may be specified via "-". Inside the
45 // compiler, stdin is called "<stdin>".
47 PSL.FileName = "<stdin>";
  /external/jpeg/
jconfig.mac 37 #define TWO_FILE_COMMANDLINE /* Binary I/O thru stdin/stdout doesn't work */
  /external/libvorbis/doc/vorbisfile/
chaining_example_c.html 34 <font color="#A020F0">#ifdef _WIN32</font> <font color="#B22222">/* We need to set stdin to binary mode on windows. */</font>
35 _setmode( _fileno( stdin ), _O_BINARY );
38 <font color="#B22222">/* open the file/pipe on stdin */</font>
39 <font color="#4169E1">if</font>(ov_open_callbacks(stdin,&amp;ov,NULL,-1,OV_CALLBACKS_NOCLOSE)&lt;0){
  /external/llvm/test/CodeGen/ARM/
fpowi.ll 4 ; ModuleID = '<stdin>'
  /external/llvm/test/CodeGen/X86/
vec_insert-4.ll 3 ; ModuleID = '<stdin>'
  /external/qemu/distrib/jpeg-6b/
jconfig.mac 37 #define TWO_FILE_COMMANDLINE /* Binary I/O thru stdin/stdout doesn't work */
  /external/qemu-pc-bios/bochs/bios/
makesym.perl 14 while (<STDIN>) {
  /external/valgrind/unittest/
match_output.py 30 f = sys.stdin
  /external/webkit/LayoutTests/http/tests/resources/
post-and-verify.cgi 7 read(STDIN, $postData, $ENV{'CONTENT_LENGTH'}) || die "Could not get post data\n";
  /external/wpa_supplicant_8/hostapd/
nt_password_hash.c 24 if (fgets(buf, sizeof(buf), stdin) == NULL) {

Completed in 585 milliseconds

12 3 4 5 6 7 8 91011>>