Searched refs:stdout (Results 151 - 175 of 1295) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/
H A Dtest-names.c25 fprintf (stdout, "Expected Error acquiring name '%s': %s\n", name, error.message);
37 fprintf (stdout, "Successfully acquired name '%s'\n", name);
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/bio/
H A Dsaccept.c104 fwrite(buf, 1, i, stdout);
105 fflush(stdout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dmkversion.c130 fd = stdout;
145 if (fd != stdout)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/libtest/
H A Dfirst.c111 _setmode(stdout, O_BINARY);
113 setmode(fileno(stdout), O_BINARY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libdaemon-0.14/libdaemon/
H A Ddlog.c65 vfprintf(stdout, template, arglist);
66 fprintf(stdout, "\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/bio/
H A Dsaccept.c98 fwrite(buf,1,i,stdout);
99 fflush(stdout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/bio/
H A Dsaccept.c104 fwrite(buf, 1, i, stdout);
105 fflush(stdout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libdaemon-0.14/libdaemon/
H A Ddlog.c65 vfprintf(stdout, template, arglist);
66 fprintf(stdout, "\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/lib/
H A Dgenflags.c107 if (ferror(stdout) || fclose(stdout))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/hotplug2/
H A Dhotplug2.h41 #define INFO(action, fmt, arg...) fprintf(stdout, "[%s]: " fmt"\n", action, ##arg);
43 #define DBG(action, fmt, arg...) fprintf(stdout, "[%s]: " fmt"\n", action, ##arg);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
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-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/
H A Dlsattr.c48 print_flags(stdout, fsflags, PFOPT_LONG);
51 print_flags(stdout, fsflags, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/lib/
H A Dgenflags.c108 if (ferror(stdout) || fclose(stdout))
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/test/
H A Dregress.c274 fprintf(stdout, "%s", name);
305 fprintf(stdout, "OK\n");
307 fprintf(stdout, "FAILED\n");
324 fprintf(stdout, "Testing register fds: ");
362 fprintf(stdout, "OK\n");
587 fprintf(stdout, "FAILED (sigchld)\n");
1033 fprintf(stdout, "FAILED\n"); \
1038 fprintf(stdout, "FAILED\n"); \
1043 fprintf(stdout, "Testing evbuffer_readln EOL_ANY: ");
1052 fprintf(stdout, "FAILE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A Devp_test.c147 hexdump(stdout, "Key", key, kn);
149 hexdump(stdout, "IV", iv, in);
150 hexdump(stdout, "Plaintext", plaintext, pn);
151 hexdump(stdout, "Ciphertext", ciphertext, cn);
153 hexdump(stdout, "AAD", aad, an);
155 hexdump(stdout, "Tag", tag, tn);
410 hexdump(stdout, "Plaintext", plaintext, pn);
411 hexdump(stdout, "Digest", ciphertext, cn);
552 fprintf(stdout, "Cipher disabled, skipping %s\n", cipher);
558 fprintf(stdout, "Ciphe
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A Devp_test.c147 hexdump(stdout, "Key", key, kn);
149 hexdump(stdout, "IV", iv, in);
150 hexdump(stdout, "Plaintext", plaintext, pn);
151 hexdump(stdout, "Ciphertext", ciphertext, cn);
153 hexdump(stdout, "AAD", aad, an);
155 hexdump(stdout, "Tag", tag, tn);
410 hexdump(stdout, "Plaintext", plaintext, pn);
411 hexdump(stdout, "Digest", ciphertext, cn);
552 fprintf(stdout, "Cipher disabled, skipping %s\n", cipher);
558 fprintf(stdout, "Ciphe
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/share/doc/libxml2-2.7.2/examples/
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 154 milliseconds

1234567891011>>