Searched refs:stdout (Results 126 - 150 of 795) sorted by relevance

1234567891011>>

/external/clang/test/Analysis/
H A Dsystem-header-simulator.h5 extern FILE *stdout;
/external/clang/www/
H A Dbuiltins.py161 sys.stdout.write(line)
/external/dropbear/libtommath/etc/
H A Dmont.c15 printf("DIGITS == %3ld...", x); fflush(stdout);
/external/e2fsprogs/debugfs/
H A Dunused.c55 fputc(buf[i], stdout);
/external/openssl/crypto/bio/
H A Dbio_lcl.h6 #define UP_stdout stdout
/external/openssl/crypto/dh/
H A Dp192.c79 PEM_write_DHparams(stdout,dh);
/external/openssl/crypto/x509v3/
H A Dv3prin.c94 if(!X509V3_EXT_print_fp(stdout, ext, 0, 0)) ERR_print_errors_fp(stderr);
/external/oprofile/daemon/liblegacy/
H A Dopd_24_stats.c61 fflush(stdout);
/external/tcpdump/
H A Dprint-ipcomp.c67 fputs("[|IPCOMP]", stdout);
/external/valgrind/main/drd/tests/
H A Dfp_race.c61 setlinebuf(stdout);
H A Dsem_as_mutex.c62 setlinebuf(stdout);
/external/valgrind/main/none/tests/
H A Dpth_blockedsig.c22 fprintf (stdout, "thread CHILD sending SIGUSR1 to thread MAIN\n");
/external/zlib/src/examples/
H A Dfitblk.c126 /* compress from stdin to fixed-size block on stdout */
164 /* write block to stdout */
166 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout))
217 /* done -- write block to stdout */
219 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout))
H A Dzpipe.c158 if (ferror(stdout))
159 fputs("error writing stdout\n", stderr);
175 /* compress or decompress from stdin to stdout */
182 SET_BINARY_MODE(stdout);
186 ret = def(stdin, stdout, Z_DEFAULT_COMPRESSION);
194 ret = inf(stdin, stdout);
/external/linux-tools-perf/
H A Dbuiltin-report.c237 hists__fprintf_nr_sample_events(hists, evname, stdout);
238 hists__fprintf(hists, NULL, false, stdout);
239 fprintf(stdout, "\n\n");
244 fprintf(stdout, "#\n# (%s)\n#\n", help);
248 perf_read_values_display(stdout, &show_threads_values,
303 perf_session__fprintf_nr_events(session, stdout);
308 perf_session__fprintf(session, stdout);
311 perf_session__fprintf_dsos(session, stdout);
525 sort_entry__setup_elide(&sort_dso, symbol_conf.dso_list, "dso", stdout);
526 sort_entry__setup_elide(&sort_comm, symbol_conf.comm_list, "comm", stdout);
[all...]
/external/iproute2/tc/
H A Dtc_monitor.c95 return rtnl_from_file(fp, accept_tcmsg, (void*)stdout);
103 if (rtnl_listen(&rth, accept_tcmsg, (void*)stdout) < 0) {
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoy.ml16 print_string "ready> "; flush stdout;
/external/webkit/Tools/DumpRenderTree/chromium/
H A DTestEventPrinter.cpp81 fprintf(stdout, "FAIL: Timed out waiting for notifyDone to be called\n");
104 if (fwrite(imageData, 1, imageSize, stdout) != imageSize) {
105 fprintf(stderr, "Short write to stdout.\n");
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dpath.py88 stdout=subprocess.PIPE)
106 windows_path = self._child_process.stdout.readline().rstrip()
/external/chromium/build/util/
H A Dlastchange.py34 stdout=subprocess.PIPE,
45 for line in proc.stdout:
80 stdout=subprocess.PIPE,
178 for line in proc.stdout:
183 proc.stdout.close() # Cut pipe for fast exit.
280 sys.stdout.write(contents)
/external/qemu/distrib/sdl-1.2.15/src/main/win32/
H A DSDL_win32_main.c38 #define STDOUT_FILE TEXT("stdout.txt")
167 fclose(stdout);
198 /* Redirect the output (stdout and stderr) to a file */
224 newfp = freopen(stdoutPath, TEXT("w"), stdout);
228 #if !defined(stdout)
229 stdout = fopen(stdoutPath, TEXT("w"));
233 *stdout = *newfp;
261 setvbuf(stdout, NULL, _IOLBF, BUFSIZ); /* Line buffered */
/external/iptables/extensions/
H A Dlibxt_hashlimit.c338 fputs("srcip", stdout);
344 fputs("srcport", stdout);
350 fputs("dstip", stdout);
356 fputs("dstport", stdout);
364 fputs(" limit: avg", stdout); print_rate(r->cfg.avg);
366 fputs(" mode", stdout);
382 fputs(" limit: above", stdout);
384 fputs(" limit: up to", stdout);
389 fputs(" mode", stdout);
429 fputs(" --hashlimit", stdout); print_rat
[all...]
/external/compiler-rt/lib/asan/scripts/
H A Dasan_symbolize.py45 stdin=subprocess.PIPE, stdout=subprocess.PIPE)
49 function_name = self.pipe.stdout.readline().rstrip()
50 file_name = self.pipe.stdout.readline().rstrip()
84 stdout=subprocess.PIPE)
87 for line in pipe.stdout.readlines():
107 stdout=subprocess.PIPE,
113 atos_line = self.pipe.stdout.readline().rstrip()
/external/clang/utils/analyzer/
H A DSATestBuild.py114 sys.stdout = flushfile(sys.stdout)
189 stdout=PBuildLogFile,
192 stdout=PBuildLogFile,
222 stdout=PBuildLogFile,
279 stdout=LogFile,
394 # Auxiliary object to discard stdout.
438 # Discard everything coming out of stdout (CmpRun produces a lot of them).
439 OLD_STDOUT = sys.stdout
440 sys.stdout
[all...]
/external/chromium/build/mac/
H A Dstrip_save_dsym52 stdout=subprocess.PIPE)
56 type_line = file_cmd.stdout.readline()
66 arch_line = file_cmd.stdout.readline()
98 stdout=subprocess.PIPE)
106 for otool_line in otool_cmd.stdout:

Completed in 2012 milliseconds

1234567891011>>