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

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Digetest.c215 hexdump(stdout, "key", v->key, sizeof v->key);
216 hexdump(stdout, "iv", v->iv, sizeof v->iv);
217 hexdump(stdout, "in", v->in, v->length);
218 hexdump(stdout, "expected", v->out, v->length);
219 hexdump(stdout, "got", buf, v->length);
252 hexdump(stdout, "key 1", v->key1, sizeof v->key1);
253 hexdump(stdout, "key 2", v->key2, sizeof v->key2);
254 hexdump(stdout, "iv", v->iv, sizeof v->iv);
255 hexdump(stdout, "in", v->in, v->length);
256 hexdump(stdout, "expecte
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/src/
H A Dngettext.c89 /* Ensure that write errors on stdout are detected. */
187 fputs (n == 1 ? msgid : msgid_plural, stdout);
195 fputs (dngettext (domain, msgid, msgid_plural, n), stdout); local
245 fputs (_("Report bugs to <bug-gnu-gettext@gnu.org>.\n"), stdout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dzpipe.c148 if (ferror(stdout))
149 fputs("error writing stdout\n", stderr);
165 /* compress or decompress from stdin to stdout */
172 ret = def(stdin, stdout, Z_DEFAULT_COMPRESSION);
180 ret = inf(stdin, stdout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/tests/
H A Dtable-from.c112 SET_BINARY(fileno(stdout));
184 if (ferror(stdin) || ferror(stdout) || fclose(stdout)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/examples/
H A Dzpipe.c148 if (ferror(stdout))
149 fputs("error writing stdout\n", stderr);
165 /* compress or decompress from stdin to stdout */
172 ret = def(stdin, stdout, Z_DEFAULT_COMPRESSION);
180 ret = inf(stdin, stdout);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/connector/
H A Ducon.c52 #define ulog(f, a...) fprintf(stdout, f, ##a)
98 "specified output file (or stdout). The test module is assumed to\n"
142 out = stdout;
145 out = stdout;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dlogger.c232 fprintf(stdout, "%s", labels[0]);
235 fprintf(stdout, ", %s", labels[i]);
237 fprintf(stdout, "\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/tests/
H A Dtable-from.c112 SET_BINARY(fileno(stdout));
184 if (ferror(stdin) || ferror(stdout) || fclose(stdout)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/tests/
H A Drandom.c52 fputs (text, stdout);
139 fflush (stdout);
198 fflush (stdout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Drandom.c52 fputs (text, stdout);
139 fflush (stdout);
198 fflush (stdout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dreadln.c114 * the screen size and prints it to stdout.
815 (void) fprintf(stdout, "%.11s beta %d",
820 (void) fprintf(stdout, "%.11s",
826 (void) fprintf(stdout, "%s by Mike Gleason (http://www.NcFTP.com/contact/).\n",
832 (void) fprintf(stdout, "%s%.11s beta %d%s%s by Mike Gleason (http://www.NcFTP.com/contact/).\n",
840 (void) fprintf(stdout, "%s%.11s%s%s by Mike Gleason (http://www.NcFTP.com/contact/).\n",
848 (void) fflush(stdout);
H A Dtrace.c63 (void) fprintf(stdout, "%s", buf);
77 (void) fprintf(stdout, "%s", msg);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dmpoolscript.tcl52 flush stdout
102 flush stdout
170 flush stdout
H A Dtxnscript.tcl66 flush stdout
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dlog.c127 /* stdout output. */
130 time_print (stdout);
131 if (zl->record_priority) fprintf (stdout, "%s: ", zlog_priority[priority]);
132 fprintf (stdout, "%s: ", zlog_proto_names[zl->protocol]);
133 vfprintf (stdout, format, args[ZLOG_STDOUT_INDEX]);
134 fprintf (stdout, "\n");
135 fflush (stdout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/torture/
H A Dsmbiconv.c175 FILE *out = stdout;
192 setlinebuf(stdout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/puff/
H A Dpufftest.c15 -w is used to write the decompressed data to stdout. -f is for coverage
146 /* if requested, inflate again and write decompressd data to stdout */
157 SET_BINARY_MODE(stdout);
158 fwrite(dest, 1, destlen, stdout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmdu.c59 fprintPwd(stdout, entry,0);
89 fprintPwd(stdout, entry,0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/bio/
H A Dserver-conf.c125 fwrite(buf, 1, i, stdout);
126 fflush(stdout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/tests/
H A Dtest-lock.c658 printf ("Starting test_lock ..."); fflush (stdout);
660 printf (" OK\n"); fflush (stdout);
663 printf ("Starting test_rwlock ..."); fflush (stdout);
665 printf (" OK\n"); fflush (stdout);
668 printf ("Starting test_recursive_lock ..."); fflush (stdout);
670 printf (" OK\n"); fflush (stdout);
673 printf ("Starting test_once ..."); fflush (stdout);
675 printf (" OK\n"); fflush (stdout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgmerge-224 ${MSGMERGE} -q -o /dev/stdout mm-test2.in1 mm-test2.in2 \
H A Dmsgunfmt-tcl-112 fconfigure stdout -encoding utf-8
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Dtest_micro.c171 if (freopen(path, "a", stdout) == NULL) {
196 (void)fflush(stdout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A DtestThreadsWin32.c49 xmlGenericErrorContext = stdout;
66 if (xmlGenericErrorContext != stdout) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/bio/
H A Dserver-conf.c125 fwrite(buf, 1, i, stdout);
126 fflush(stdout);

Completed in 319 milliseconds

<<11121314151617181920>>