Searched refs:stdout (Results 476 - 500 of 1295) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dconstant_time_test.c232 fprintf(stdout, "Testing constant time operations...\n");
298 fprintf(stdout, "ok (ran %d tests)\n", num_all);
301 fprintf(stdout, "%d of %d tests failed!\n", num_failed, num_all);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dconstant_time_test.c232 fprintf(stdout, "Testing constant time operations...\n");
298 fprintf(stdout, "ok (ran %d tests)\n", num_all);
301 fprintf(stdout, "%d of %d tests failed!\n", num_failed, num_all);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dutil.c28 fputs("Proceed anyway? (y,n) ", stdout);
225 fflush(stdout);
247 fflush(stdout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_hugehelp.c27 , stdout);
38 , stdout);
55 , stdout);
68 , stdout);
79 , stdout);
90 , stdout);
102 , stdout);
113 , stdout);
126 , stdout);
136 , stdout);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_thread.c177 fflush(stdout);
480 fflush(stdout);
484 fflush(stdout);
507 fflush(stdout);
537 fflush(stdout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dzipcloak.c189 * Print license information to stdout.
230 * Print help (along with license info) to stdout.
245 to stdout. */
383 /* Informational messages are written to stdout. */
384 mesg = stdout;
660 fflush(stdout);
665 fflush(stdout);
671 fflush(stdout);
678 fflush(stdout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/mxml-2.7/
H A Dmxmldoc.c606 "<Tokens version=\"1.0\">\n", stdout);
608 write_tokens(stdout, mxmldoc, path);
610 fputs("</Tokens>\n", stdout);
3451 out = stdout;
3771 if (out != stdout)
4068 write_file(stdout, headerfile);
4085 write_file(stdout, introfile);
4104 write_description(stdout, description, NULL, 1);
4130 write_element(stdout, doc, mxmlFindElement(arg, arg, "type", NULL,
4156 write_element(stdout, do
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest.tcl267 # so that both error streams go to stdout (which here goes
804 flush stdout
857 { outfile stdout } args } {
884 flush stdout
967 flush stdout
1062 flush stdout
1089 { outfile stdout } args } {
1156 flush stdout
1253 flush stdout
1281 {outfile stdout} {larg
[all...]
H A Ddbscript.tcl62 flush stdout
329 flush stdout
352 flush stdout
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/xstc/
H A Dxstc.py299 sys.stdout.write("'%s' DEBUG: %s\n" % (self.name, msg))
322 sys.stdout.write("'%s'\n" % self.name)
583 self.displayResults(sys.stdout, False, combName, counters)
586 sys.stdout.writelines(test.log)
587 sys.stdout.write("~~~~~~~~~~\n")
602 # written to stdout, except @verbose is switched on.
629 sys.stdout.write("Combines: %d\n" % len(self.combinesRan))
630 sys.stdout.write("%s\n" % self.combinesRan.keys())
690 self.displayShortResults(sys.stdout, True, None, self.counters)
692 sys.stdout
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dmain.c695 fputs (_(help[i]), stdout);
899 Copyright (C) 2009 Free Software Foundation, Inc.\n"), stdout);
904 There is NO WARRANTY, to the extent permitted by law.\n"), stdout);
908 stdout);
910 stdout);
912 stdout);
1113 with -p or -r. See the manual for details.\n\n"), stdout);
1235 result = freopen ("CONOUT$", "wb", stdout);
1243 output_stream = stdout;
1280 else if (output_stream != stdout)
693 fputs (_(help[i]), stdout); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/xstc/
H A Dxstc.py299 sys.stdout.write("'%s' DEBUG: %s\n" % (self.name, msg))
322 sys.stdout.write("'%s'\n" % self.name)
583 self.displayResults(sys.stdout, False, combName, counters)
586 sys.stdout.writelines(test.log)
587 sys.stdout.write("~~~~~~~~~~\n")
602 # written to stdout, except @verbose is switched on.
629 sys.stdout.write("Combines: %d\n" % len(self.combinesRan))
630 sys.stdout.write("%s\n" % self.combinesRan.keys())
690 self.displayShortResults(sys.stdout, True, None, self.counters)
692 sys.stdout
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/iptables/
H A Dip6tables.c480 fputc(' ', stdout);
482 fputs("packets, ", stdout);
484 fputs("bytes", stdout);
508 fputs(" prot ", stdout);
510 fputs("opt", stdout);
573 fputc(fw->ipv6.invflags & IP6T_INV_PROTO ? '!' : ' ', stdout);
584 fputs("opt ", stdout);
585 fputc(' ', stdout); /* Invert flag of FRAG */
586 fputc(' ', stdout); /* -f */
587 fputc(' ', stdout);
[all...]
H A Diptables.c485 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...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/iptables/
H A Dip6tables.c480 fputc(' ', stdout);
482 fputs("packets, ", stdout);
484 fputs("bytes", stdout);
508 fputs(" prot ", stdout);
510 fputs("opt", stdout);
573 fputc(fw->ipv6.invflags & IP6T_INV_PROTO ? '!' : ' ', stdout);
584 fputs("opt ", stdout);
585 fputc(' ', stdout); /* Invert flag of FRAG */
586 fputc(' ', stdout); /* -f */
587 fputc(' ', stdout);
[all...]
H A Diptables.c474 fputc(' ', stdout);
476 fputs("packets, ", stdout);
478 fputs("bytes", stdout);
502 fputs(" prot ", stdout);
504 fputs("opt", stdout);
569 fputc(fw->ip.invflags & IPT_INV_PROTO ? '!' : ' ', stdout);
580 fputs("opt ", stdout);
581 fputc(fw->ip.invflags & IPT_INV_FRAG ? '!' : '-', stdout);
582 fputc(flags & IPT_F_FRAG ? 'f' : '-', stdout);
583 fputc(' ', stdout);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-domain.c350 fputs("? ", stdout);
613 fputs(" q:", stdout);
637 fputs(" ns:", stdout);
649 fputs(" ar:", stdout);
720 fputs(" ns:", stdout);
732 fputs(" ar:", stdout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/test/
H A Dminigzip.c606 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");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sh_util/
H A Dncftpput.c271 if (strcmp(opt.arg, "stdout") == 0)
272 fi.errLog = stdout;
274 fi.errLog = stdout;
287 if (strcmp(opt.arg, "stdout") == 0)
288 fi.debugLog = stdout;
290 fi.debugLog = stdout;
536 (batchmode < 3) ? NULL : stdout,
565 (void) fprintf(stdout, " + Spooled; sending remotely as %s/%s.\n", dstdir, ufilep);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/
H A Dwindll.c147 fprintf(stdout, "Unable to allocate memory in unzip library at %s\n",
209 fprintf(stdout, "Unable to allocate memory in unzip dll\n");
266 fprintf(stdout, "Unable to allocate memory in unzip dll\n");
313 ncflag = write to stdout if TRUE
731 fprintf(stdout, "Unable to allocate memory in unzip dll\n");
742 fprintf(stdout, "Unable to allocate memory in unzip dll\n");
763 if ((file != stderr) && (file != stdout))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/pngminus/
H A Dpng2pnm.c63 FILE *fp_wr = stdout;
113 else if (fp_wr == stdout)
132 /* set stdin/stdout if required to binary */
137 if ((raw) && (fp_wr == stdout))
H A Dpnm2png.c65 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)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Dwrjpgcom.c522 /* 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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Dipneigh.c402 if (rtnl_dump_filter(&rth, print_neigh, stdout, NULL, NULL) < 0) {
411 fflush(stdout);
419 fflush(stdout);
432 if (rtnl_dump_filter(&rth, print_neigh, stdout, NULL, NULL) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibipt_ULOG.c84 fputs(" --ulog-prefix", stdout);

Completed in 346 milliseconds

<<11121314151617181920>>