Searched refs:stdout (Results 76 - 100 of 719) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dbigfile001.tcl39 flush stdout
51 flush stdout
67 flush stdout
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/tests/
H A Dtable-to.c45 SET_BINARY(fileno(stdout));
104 if (ferror(stdin) || ferror(stdout) || fclose(stdout)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/nsswitch/
H A Dgetent.c84 fputs (grp->gr_mem[i], stdout);
87 fputs (",", stdout);
89 fputs ("\n", stdout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbio_lcl.h6 #define UP_stdout stdout
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dslirp_user.c27 int stdout; member in struct:slirp_pre_exec_data
35 if(data->stdout != -1) dup2(data->stdout, 1);
44 pe_data.stdout = fd;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dfold.c94 fwrite(line_out, sizeof(char), (size_t) offset_out, stdout);
117 fwrite(line_out, sizeof(char), (size_t) logical_end, stdout);
135 fwrite(line_out, sizeof(char), (size_t) offset_out, stdout);
144 fwrite(line_out, sizeof(char), (size_t) offset_out, stdout);
H A Dtee.c49 files[0] = stdout;
75 setvbuf(stdout, NULL, _IONBF, 0);
86 * file table is stdout, we can save one "if ferror" test by
87 * setting the first entry to stdin and checking stdout error
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/dsa/
H A Dfips_dssvs.c93 fputs(buf,stdout);
135 putc('\n',stdout);
139 fputs(buf,stdout);
163 putc('\n',stdout);
171 putc('\n',stdout);
194 putc('\n',stdout);
213 putc('\n',stdout);
247 putc('\n',stdout);
271 putc('\n',stdout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libdaemon-0.14/libdaemon/
H A Ddlog.c65 vfprintf(stdout, template, arglist);
66 fprintf(stdout, "\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/bio/
H A Dsaccept.c98 fwrite(buf,1,i,stdout);
99 fflush(stdout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/bio/
H A Dsaccept.c98 fwrite(buf,1,i,stdout);
99 fflush(stdout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/
H A Dlsattr.c48 print_flags(stdout, fsflags, PFOPT_LONG);
51 print_flags(stdout, fsflags, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/examples/
H A Dvorbisfile_example.c19 stdout using vorbisfile. Using vorbisfile is much simpler than
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. */
44 _setmode( _fileno( stdout ), _O_BINARY );
78 fwrite(pcmout,1,ret,stdout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dcascade.c18 /* this one outputs residue to stdout. */
78 fprintf(stdout,"%f, ",a[i]);
79 fprintf(stdout,"\n");
89 " stdout.\n\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/hotplug2/
H A Dhotplug2.h43 #define INFO(action, fmt, arg...) fprintf(stdout, "[%s]: " fmt"\n", action, ##arg);
45 #define DBG(action, fmt, arg...) fprintf(stdout, "[%s]: " fmt"\n", action, ##arg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/lib/
H A Dgenflags.c108 if (ferror(stdout) || fclose(stdout))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/pap/
H A Dpap.c53 " -e - send stdout to stderr\n"
190 case 'e' : /* send stdout to stderr */
276 if(debug){ printf( "SENDSTATUS >\n" ), fflush( stdout );}
304 if(debug){ printf( "< STATUS\n" ), fflush( stdout );}
349 if(debug){ printf( "OPEN >\n" ), fflush( stdout );}
371 if(debug){ printf( "< OPENREPLY\n" ), fflush( stdout );}
430 if(debug){ printf( "CLOSE >\n" ), fflush( stdout );}
457 if(debug){ printf( "< CLOSEREPLY\n" ), fflush( stdout );}
502 if(debug){ printf( "READ %d >\n", seq ), fflush( stdout );}
529 if(debug){ printf( "TICKLE >\n" ), fflush( stdout );}
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/pap/
H A Dpap.c53 " -e - send stdout to stderr\n"
190 case 'e' : /* send stdout to stderr */
276 if(debug){ printf( "SENDSTATUS >\n" ), fflush( stdout );}
304 if(debug){ printf( "< STATUS\n" ), fflush( stdout );}
349 if(debug){ printf( "OPEN >\n" ), fflush( stdout );}
371 if(debug){ printf( "< OPENREPLY\n" ), fflush( stdout );}
430 if(debug){ printf( "CLOSE >\n" ), fflush( stdout );}
457 if(debug){ printf( "< CLOSEREPLY\n" ), fflush( stdout );}
502 if(debug){ printf( "READ %d >\n", seq ), fflush( stdout );}
529 if(debug){ printf( "TICKLE >\n" ), fflush( stdout );}
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/src/
H A Diconv.c58 fflush(stdout);
176 fputs(_("Report bugs to <bug-gnu-libiconv@gnu.org>.\n"),stdout);
200 putc(' ',stdout);
201 fputs(names[i],stdout);
203 putc('\n',stdout);
560 stdout);
589 fflush(stdout);
607 if (fwrite(outbuf,1,outptr-outbuf,stdout) < outptr-outbuf) {
622 fflush(stdout);
633 fflush(stdout);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Devp_test.c148 hexdump(stdout,"Key",key,kn);
150 hexdump(stdout,"IV",iv,in);
151 hexdump(stdout,"Plaintext",plaintext,pn);
152 hexdump(stdout,"Ciphertext",ciphertext,cn);
275 hexdump(stdout,"Plaintext",plaintext,pn);
276 hexdump(stdout,"Digest",ciphertext,cn);
402 fprintf(stdout, "Cipher disabled, skipping %s\n", cipher);
409 fprintf(stdout, "Cipher disabled, skipping %s\n", cipher);
416 fprintf(stdout, "Cipher disabled, skipping %s\n", cipher);
423 fprintf(stdout, "Ciphe
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Devp_test.c148 hexdump(stdout,"Key",key,kn);
150 hexdump(stdout,"IV",iv,in);
151 hexdump(stdout,"Plaintext",plaintext,pn);
152 hexdump(stdout,"Ciphertext",ciphertext,cn);
275 hexdump(stdout,"Plaintext",plaintext,pn);
276 hexdump(stdout,"Digest",ciphertext,cn);
402 fprintf(stdout, "Cipher disabled, skipping %s\n", cipher);
409 fprintf(stdout, "Cipher disabled, skipping %s\n", cipher);
416 fprintf(stdout, "Cipher disabled, skipping %s\n", cipher);
423 fprintf(stdout, "Ciphe
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/stf/
H A Dcomfychair.py197 stdout:
206 """Run a command, capturing stdout and stderr.
210 Returns (waitstatus, stdout, stderr)."""
236 stdout = open('%d.out' % pid).read()
238 return waitstatus, stdout, stderr
242 """Invoke a command; return (exitcode, stdout, stderr)"""
244 waitstatus, stdout, stderr = self.run_captured(cmd)
250 stdout:
254 stdout, stderr))
260 return rc, stdout, stder
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/uams/uams_krb4/
H A Dsend_to_kdc.c151 (void) fflush(stdout);
157 (void) fflush(stdout);
201 (void) fflush(stdout);
266 (void) fflush(stdout);
277 (void) fflush(stdout);
303 fflush(stdout);
310 (void) fflush(stdout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/uams_krb4/
H A Dsend_to_kdc.c151 (void) fflush(stdout);
157 (void) fflush(stdout);
201 (void) fflush(stdout);
266 (void) fflush(stdout);
277 (void) fflush(stdout);
303 fflush(stdout);
310 (void) fflush(stdout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmllint.c800 fprintf(stdout, "%s", prompt);
892 fprintf(stdout, "SAX.isStandalone()\n");
910 fprintf(stdout, "SAX.hasInternalSubset()\n");
928 fprintf(stdout, "SAX.hasExternalSubset()\n");
945 fprintf(stdout, "SAX.internalSubset(%s,", name);
947 fprintf(stdout, " ,");
949 fprintf(stdout, " %s,", ExternalID);
951 fprintf(stdout, " )\n");
953 fprintf(stdout, " %s)\n", SystemID);
969 fprintf(stdout, "SA
[all...]

Completed in 192 milliseconds

1234567891011>>