Searched refs:stdout (Results 251 - 275 of 719) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dsign.c145 PEM_write_PKCS7(stdout,p7);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc4/
H A Drc4.c69 " -out arg - output file - default stdout\n",
134 out=stdout;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ms/
H A Dapplink.c33 static void *app_stdout(void) { return stdout; }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/doc/examples/
H A Dxpath2.c127 xmlDocDump(stdout, doc);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dcomm.c35 fputs(line, stdout);
H A Duniq.c27 return (read0write2) ? stdout : stdin;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/e2p/
H A De2p.h39 #define list_super(s) list_super2(s, stdout)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dcmp.c48 FILE *fp1, *fp2, *outfile = stdout;
119 /* There may have been output to stdout (option -l), so
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/usr/
H A Dgen_init_cpio.c35 fputs(name, stdout);
53 fputs(name, stdout);
67 fputs(s, stdout);
357 fwrite(filebuf, size, 1, stdout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/web/
H A Dstatuspage.c340 fflush(stdout);
353 fflush(stdout);
367 fflush(stdout);
395 fflush(stdout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Drecode-sr-latin.c86 /* Ensure that write errors on stdout are detected. */
174 fputs (_("Report bugs to <bug-gnu-gettext@gnu.org>.\n"), stdout);
376 fwrite (backconv_line, 1, backconv_line_len, stdout);
380 fwrite (filtered_line, 1, filtered_line_len, stdout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dminigzip.c302 SET_BINARY_MODE(stdout);
306 gz_uncompress(file, stdout);
308 file = gzdopen(fileno(stdout), outmode);
309 if (file == NULL) error("can't gzdopen stdout");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Ddh.c79 * -out arg - output file - default stdout
214 BIO_set_fp(out,stdout,BIO_NOCLOSE);
254 BN_print(stdout,dh->p);
256 BN_print(stdout,dh->g);
H A Ddsa.c78 * -out arg - output file - default stdout
270 BIO_set_fp(out,stdout,BIO_NOCLOSE);
297 fprintf(stdout,"Public Key=");
299 fprintf(stdout,"\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ddh.c80 * -out arg - output file - default stdout
215 BIO_set_fp(out,stdout,BIO_NOCLOSE);
255 BN_print(stdout,dh->p);
257 BN_print(stdout,dh->g);
H A Ddsa.c80 * -out arg - output file - default stdout
279 BIO_set_fp(out,stdout,BIO_NOCLOSE);
306 fprintf(stdout,"Public Key=");
308 fprintf(stdout,"\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dnet_user.c167 int stdout; member in struct:change_pre_exec_data
175 dup2(data->stdout, 1);
189 pe_data.stdout = fds[1];
H A Dslip_user.c59 int stdout; member in struct:slip_pre_exec_data
68 dup2(data->stdout, 1);
86 pe_data.stdout = fds[1];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/drivers/
H A Dtuntap_user.c56 int stdout; member in struct:tuntap_pre_exec_data
64 dup2(data->stdout, 1);
83 data.stdout = remote;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dminigzip.c302 SET_BINARY_MODE(stdout);
306 gz_uncompress(file, stdout);
308 file = gzdopen(fileno(stdout), outmode);
309 if (file == NULL) error("can't gzdopen stdout");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dgetrandom.c86 stdout);
102 BUGREPORT_LINE, stdout );
313 if (fwrite (buffer, nbytes, 1, stdout) != 1)
315 logit ("error writing to stdout: %s", strerror (errno));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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...]

Completed in 314 milliseconds

<<11121314151617181920>>