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

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/connector/
H A Ducon.c46 #define ulog(f, a...) fprintf(stdout, f, ##a)
95 out = stdout;
101 out = stdout;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Drandom.c52 fputs (text, stdout);
139 fflush (stdout);
198 fflush (stdout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dmdu.c59 fprintPwd(stdout, entry,0);
89 fprintPwd(stdout, entry,0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A DtestThreadsWin32.c49 xmlGenericErrorContext = stdout;
66 if (xmlGenericErrorContext != stdout) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dverror_msg.c56 fflush(stdout);
117 fflush(stdout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-lock.c654 printf ("Starting test_lock ..."); fflush (stdout);
656 printf (" OK\n"); fflush (stdout);
659 printf ("Starting test_rwlock ..."); fflush (stdout);
661 printf (" OK\n"); fflush (stdout);
664 printf ("Starting test_recursive_lock ..."); fflush (stdout);
666 printf (" OK\n"); fflush (stdout);
669 printf ("Starting test_once ..."); fflush (stdout);
671 printf (" OK\n"); fflush (stdout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Ddumpsexp.c50 stdout);
63 BUGREPORT_LINE, stdout );
181 fputs (" ", stdout);
193 fputs (" ", stdout);
195 fputs (" |", stdout);
236 fputs (" ^ ", stdout);
241 fputs (" ", stdout);
245 fputs (" ", stdout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/torture/
H A Dsmbiconv.c175 FILE *out = stdout;
192 setlinebuf(stdout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dmore.c73 /* Another popular pager, most, detects when stdout
124 fflush(stdout);
200 fflush(stdout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Ddprintf.c99 if (!outfile) outfile = stdout;
109 of stdout */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdbdump.c41 fputc(*p, stdout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dfwriteerror.c29 /* State to allow multiple calls to fwriteerror (stdout). */
32 if (fp == stdout)
37 /* If we are closing stdout, don't attempt to do it later again. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/src/
H A Denvsubst.c85 /* Ensure that write errors on stdout are detected. */
219 fputs (_("Report bugs to <bug-gnu-gettext@gnu.org>.\n"), stdout);
280 /* Print a variable to stdout, followed by a newline. */
284 fwrite (var_ptr, var_len, 1, stdout);
288 /* Print the variables contained in STRING to stdout, each one followed by a
456 /* Copies stdin to stdout, performing substitutions. */
543 fputs (env_value, stdout);
553 fwrite (buffer, buflen, 1, stdout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfwriteerror.c29 /* State to allow multiple calls to fwriteerror (stdout). */
32 if (fp == stdout)
37 /* If we are closing stdout, don't attempt to do it later again. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_lock.c94 fflush(stdout);
100 fflush(stdout);
108 fflush(stdout);
140 fflush(stdout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Drtsp.c90 sdp_fp = stdout;
98 my_curl_easy_setopt(curl, CURLOPT_WRITEDATA, stdout);
99 if (sdp_fp != stdout) {
227 my_curl_easy_setopt(curl, CURLOPT_WRITEHEADER, stdout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_easysrc.c67 out = stdout;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/unit/
H A Dunit1308.c38 fwrite(buf, len, 1, stdout);

Completed in 309 milliseconds

1234567891011>>