Searched refs:stdout (Results 326 - 350 of 1295) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Ddebug.c56 ret = color_vfprintf(stdout, color, fmt, args);
H A Dpager.c28 fflush(stdout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Dfilter_audio.c213 * example just prints the MD5 checksum of each plane to stdout. */
229 fprintf(stdout, "plane %d: 0x", i);
231 fprintf(stdout, "%02X", checksum[j]);
232 fprintf(stdout, "\n");
234 fprintf(stdout, "\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/tests/
H A Drandtest.c47 fflush(stdout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmd5proto.c75 if (fwrite(buf, 1, i*2+1, stdout) < i*2+1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unicase/
H A Du8-casefold.c99 fwrite (output, 1, output_length, stdout);
H A Du8-tolower.c112 fwrite (output, 1, output_length, stdout);
H A Du8-totitle.c99 fwrite (output, 1, output_length, stdout);
H A Du8-toupper.c112 fwrite (output, 1, output_length, stdout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/tests/
H A Drsacvt.c206 if (ferror (stdout))
208 if (!writerr && fflush (stdout) == EOF)
319 "Report bugs to " PACKAGE_BUGREPORT ".\n" , stdout);
350 fputs (PGM " (Libgcrypt) " PACKAGE_VERSION "\n", stdout);
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
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-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Drsacvt.c206 if (ferror (stdout))
208 if (!writerr && fflush (stdout) == EOF)
319 "Report bugs to " PACKAGE_BUGREPORT ".\n" , stdout);
350 fputs (PGM " (Libgcrypt) " PACKAGE_VERSION "\n", stdout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dh/
H A Dp512.c84 PEM_write_DHparams(stdout, dh);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dsa/
H A Ddsagen.c94 fflush(stdout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dh/
H A Dp512.c84 PEM_write_DHparams(stdout, dh);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dsa/
H A Ddsagen.c94 fflush(stdout);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Ddos2unix.c10 * dos2unix filters reading input from stdin and writing output to stdout.
22 /* if fn is NULL then input is stdin and output is stdout */
30 out = stdout;
H A Duuencode.c55 fflush(stdout);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dstrings.c69 fputs(string, stdout);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/udhcp/
H A Ddumpleases.c62 fputs(ctime(&expires), stdout); local
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/procps/
H A Dwatch.c73 fflush(stdout);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/basic/
H A Ddocproc.c23 * Writes dependency information to stdout
70 fprintf(stderr, "Input is read from file.tmpl. Output is sent to stdout\n");
84 fflush(stdout);
245 fflush(stdout);
330 fflush(stdout);
395 fflush(stdout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_seeking/
H A Dmain.c54 fflush(stdout);
208 fflush(stdout);
355 fflush(stdout);
368 fflush(stdout);
373 fflush(stdout);
379 fflush(stdout);
387 fflush(stdout);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dlegacy_serial.c311 struct device_node *np, *stdout = NULL; local
318 path = of_get_property(of_chosen, "linux,stdout-path", NULL);
320 stdout = of_find_node_by_path(path);
321 if (stdout)
322 DBG("stdout is %s\n", stdout->full_name);
324 DBG(" no linux,stdout-path !\n");
334 if (index >= 0 && np == stdout)
345 if (index >= 0 && np == stdout)
377 if (index >= 0 && np == stdout)
[all...]

Completed in 220 milliseconds

<<11121314151617181920>>