/external/iptables/iptables/ |
iptables.c | 485 fputc(' ', stdout); 487 fputs("packets, ", stdout); 489 fputs("bytes", stdout); 513 fputs(" prot ", stdout); 515 fputs("opt", stdout); 580 fputc(fw->ip.invflags & IPT_INV_PROTO ? '!' : ' ', stdout); 591 fputs("opt ", stdout); 592 fputc(fw->ip.invflags & IPT_INV_FRAG ? '!' : '-', stdout); 593 fputc(flags & IPT_F_FRAG ? 'f' : '-', stdout); 594 fputc(' ', stdout); [all...] |
/external/skia/gm/ |
gmmain.cpp | 388 gm_fprintf(stdout, "%s\n", line.c_str()); 392 * List contents of fFailedTests to stdout. 404 gm_fprintf(stdout, "%s\n", summary.c_str()); 410 gm_fprintf(stdout, "(results marked with [*] will cause nonzero return value)\n"); [all...] |
/external/tcpdump/ |
print-domain.c | 350 fputs("? ", stdout); 594 fputs(" q:", stdout); 618 fputs(" ns:", stdout); 630 fputs(" ar:", stdout); 701 fputs(" ns:", stdout); 713 fputs(" ar:", stdout);
|
/external/zlib/src/test/ |
minigzip.c | 606 SET_BINARY_MODE(stdout); 610 gz_uncompress(file, stdout); 612 file = gzdopen(fileno(stdout), outmode); 613 if (file == NULL) error("can't gzdopen stdout"); 618 SET_BINARY_MODE(stdout); 627 gz_uncompress(file, stdout); 638 file = gzdopen(fileno(stdout), outmode); 639 if (file == NULL) error("can't gzdopen stdout");
|
/frameworks/native/cmds/dumpstate/ |
utils.c | 242 ret = fwrite(buffer, ret, 1, stdout); 255 fflush(stdout); 282 fflush(stdout); 286 fflush(stdout); 340 fputs(props[i], stdout); 404 fflush(stdout);
|
dumpstate.c | 46 /* dumps the current system state to stdout */ 315 " -o: write to file (instead of stdout)\n" 445 redirect_to_socket(stdout, "dumpstate"); 462 gzip_pid = redirect_to_file(stdout, tmp_path, do_compress); 488 fclose(stdout);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
os.py | 670 bufsize=bufsize, stdin=PIPE, stdout=PIPE, 672 return p.stdin, p.stdout 690 bufsize=bufsize, stdin=PIPE, stdout=PIPE, 692 return p.stdin, p.stdout, p.stderr 710 bufsize=bufsize, stdin=PIPE, stdout=PIPE, 711 stderr=subprocess.STDOUT, close_fds=True) 712 return p.stdin, p.stdout
|
rexec.py | 376 self.delegate_stdout = FileDelegate(s, 'stdout') 379 self.restricted_stdout = FileWrapper(sys.stdout) 389 s.stdout = self.restricted_stdout 392 sys.stdout = self.delegate_stdout 399 self.restricted_stdout = s.stdout 405 self.save_stdout = sys.stdout 410 sys.stdout = self.save_stdout 427 sys.stderr, and sys.stdout. 441 sys.stderr, and sys.stdout. 457 sys.stderr, and sys.stdout [all...] |
fileinput.py | 270 sys.stdout = savestdout 338 self._savestdout = sys.stdout 339 sys.stdout = self._output
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_smtplib.py | 150 # temporarily replace sys.stdout to capture DebuggingServer output 151 self.old_stdout = sys.stdout 153 sys.stdout = self.output 177 # restore sys.stdout 178 sys.stdout = self.old_stdout 269 self.old_stdout = sys.stdout 271 sys.stdout = self.output 288 sys.stdout = self.old_stdout
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
os.py | 670 bufsize=bufsize, stdin=PIPE, stdout=PIPE, 672 return p.stdin, p.stdout 690 bufsize=bufsize, stdin=PIPE, stdout=PIPE, 692 return p.stdin, p.stdout, p.stderr 710 bufsize=bufsize, stdin=PIPE, stdout=PIPE, 711 stderr=subprocess.STDOUT, close_fds=True) 712 return p.stdin, p.stdout
|
rexec.py | 376 self.delegate_stdout = FileDelegate(s, 'stdout') 379 self.restricted_stdout = FileWrapper(sys.stdout) 389 s.stdout = self.restricted_stdout 392 sys.stdout = self.delegate_stdout 399 self.restricted_stdout = s.stdout 405 self.save_stdout = sys.stdout 410 sys.stdout = self.save_stdout 427 sys.stderr, and sys.stdout. 441 sys.stderr, and sys.stdout. 457 sys.stderr, and sys.stdout [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_smtplib.py | 150 # temporarily replace sys.stdout to capture DebuggingServer output 151 self.old_stdout = sys.stdout 153 sys.stdout = self.output 177 # restore sys.stdout 178 sys.stdout = self.old_stdout 269 self.old_stdout = sys.stdout 271 sys.stdout = self.output 288 sys.stdout = self.old_stdout
|
/bionic/libc/include/ |
stdio.h | 193 #define stdout (&__sF[1]) macro 434 #define putchar(x) putc(x, stdout) 436 #define putchar_unlocked(c) putc_unlocked(c, stdout)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/ |
run_webkit_tests.py | 56 def main(argv, stdout, stderr): 82 bot_printer = buildbot_results.BuildBotPrinter(stdout, options.debug_rwt_logging) 354 sys.exit(main(sys.argv[1:], sys.stdout, sys.stderr))
|
/external/chromium_org/tools/dromaeo_benchmark_runner/ |
dromaeo_benchmark_runner.py | 82 stdout=subprocess.PIPE) 83 stdout = str(process.communicate()[0]) 84 match = re.search(re.escape(process_name) + '\s+(\d+)', stdout)
|
/external/iproute2/genl/ |
ctrl.c | 342 if (print_ctrl(NULL, nlh, (void *) stdout) < 0) { 358 rtnl_dump_filter(&rth, print_ctrl, stdout); 377 if (rtnl_listen(&rth, print_ctrl, (void *) stdout) < 0)
|
/external/iproute2/misc/ |
lnstat.c | 341 print_hdr(stdout, header); 343 print_line(stdout, lnstat_files, &fp); 344 fflush(stdout);
|
/external/iproute2/tc/ |
m_xt.c | 226 fprintf(stdout, "tablename: %s hook: %s\n ", tname, ipthooks[hook]); 227 fprintf(stdout, "\ttarget: "); 231 fprintf(stdout, " index %d\n", index);
|
m_xt_old.c | 312 fprintf(stdout, "tablename: %s hook: %s\n ", tname, ipthooks[hook]); 313 fprintf(stdout, "\ttarget: "); 317 fprintf(stdout, " index %d\n", index);
|
/external/jpeg/ |
wrjpgcom.c | 522 /* default output file is stdout */ 524 setmode(fileno(stdout), O_BINARY); 527 if ((outfile = fdopen(fileno(stdout), WRITE_BINARY)) == NULL) { 528 fprintf(stderr, "%s: can't open stdout\n", progname); 532 outfile = stdout;
|
/external/libpng/contrib/pngminus/ |
png2pnm.c | 34 #define STDOUT 1 63 FILE *fp_wr = stdout; 113 else if (fp_wr == stdout) 132 /* set stdin/stdout if required to binary */ 137 if ((raw) && (fp_wr == stdout)) 139 setmode (STDOUT, O_BINARY);
|
pnm2png.c | 33 #define STDOUT 1 65 FILE *fp_wr = stdout; 112 else if (fp_wr == stdout) 131 /* set stdin/stdout to binary, we're reading the PNM always! in binary format */ 136 if (fp_wr == stdout) 138 setmode (STDOUT, O_BINARY);
|
/external/llvm/utils/ |
llvm-compilers-check | 295 stdout=subprocess.PIPE, 296 stderr=subprocess.STDOUT) 298 line = proc.stdout.readline() 302 line = proc.stdout.readline() 321 stdout=subprocess.PIPE, 322 stderr=subprocess.STDOUT) 325 line = proc.stdout.readline() 336 line = proc.stdout.readline()
|
/external/qemu/distrib/jpeg-6b/ |
wrjpgcom.c | 522 /* default output file is stdout */ 524 setmode(fileno(stdout), O_BINARY); 527 if ((outfile = fdopen(fileno(stdout), WRITE_BINARY)) == NULL) { 528 fprintf(stderr, "%s: can't open stdout\n", progname); 532 outfile = stdout;
|