Searched refs:stdout (Results 426 - 450 of 1295) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_time.c452 fputc(ver, stdout);
453 fflush(stdout);
547 fputc(ver, stdout);
548 fflush(stdout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dopenssl.c320 fputs(prompt,stdout);
321 fflush(stdout);
386 BIO *bio_stdout = BIO_new_fp(stdout,BIO_NOCLOSE);
423 bio_stdout = BIO_new_fp(stdout,BIO_NOCLOSE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/dh/
H A Dp1024.c91 PEM_write_DHparams(stdout,dh);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dsign.c145 PEM_write_PKCS7(stdout,p7);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dseek_print.c35 fprintf(ret ? stderr : stdout,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Doperations_shorthand_vorbiscomment.c83 write_vc_field(prefix_with_filename? filename : 0, &block->data.vorbis_comment.vendor_string, raw, stdout);
86 write_vc_fields(prefix_with_filename? filename : 0, operation->argument.vc_field_name.value, block->data.vorbis_comment.comments, block->data.vorbis_comment.num_comments, raw, stdout);
352 f = stdout;
365 if(f != stdout)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/doc/examples/
H A Dxpath2.c127 xmlDocDump(stdout, doc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/tools/
H A Dbuild.c14 * just writes the result to stdout, removing headers and padding to
223 if (fwrite(buf, 1, i, stdout) != i)
228 if (fwrite(kernel, 1, sz, stdout) != sz)
234 if (fwrite("\0", 1, 1, stdout) != 1)
240 if (fwrite(&crc, 1, 4, stdout) != 4)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dperf.c292 /* Somebody closed stdout? */
293 if (fstat(fileno(stdout), &st))
300 if (fflush(stdout))
302 if (ferror(stdout))
304 if (fclose(stdout))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/debug/
H A Dfull_flush.c49 fwrite(out, 1, CHUNK - strm.avail_out, stdout);
H A Dknown_sizes.c126 fwrite(out, 1, out_size, stdout);
H A Dsync_flush.c49 fwrite(out, 1, CHUNK - strm.avail_out, stdout);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/doc/examples/
H A Dxz_pipe_comp.c124 ret = xz_compress (stdin, stdout);
H A Dxz_pipe_decomp.c112 ret = xz_decompress (stdin, stdout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dapi-example.c271 fflush(stdout);
296 fflush(stdout);
415 fflush(stdout);
437 fflush(stdout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tools/
H A Dlavfi-showfiltfmts.c97 fflush(stdout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/src/
H A Dcsc_io.c47 CSCioInfoPrint - formatted write to stdout
48 CSCioWarnPrint - formatted write to stdout
327 CSCioInfoPrint - formatted write to stdout
381 (void)fprintf (stdout, "%s-INFO-%s: ", cscPtr, csuPtr);
383 (void)vfprintf (stdout, fmtPtr, ap);
397 CSCioWarnPrint - formatted write to stdout
451 (void)fprintf (stdout, "%s-WARN-%s: ", cscPtr, csuPtr);
453 (void)vfprintf (stdout, fmtPtr, ap);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/sample/
H A Devent-test.c66 fprintf(stdout, "Read: %s\n", buf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dh/
H A Dp1024.c91 PEM_write_DHparams(stdout, dh);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dh/
H A Dp1024.c91 PEM_write_DHparams(stdout, dh);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dcomm.c35 fputs(line, stdout);
H A Duniq.c27 return (read0write2) ? stdout : stdin;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/e2p/
H A De2p.h39 #define list_super(s) list_super2(s, stdout)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dcmp.c48 FILE *fp1, *fp2, *outfile = stdout;
119 /* There may have been output to stdout (option -l), so
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/debug/
H A Dfull_flush.c49 fwrite(out, 1, CHUNK - strm.avail_out, stdout);

Completed in 155 milliseconds

<<11121314151617181920>>