Searched refs:vfprintf (Results 1 - 25 of 242) sorted by relevance

12345678910

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dvfprintf.c1 /* Provide a version vfprintf in terms of _doprnt.
9 #undef vfprintf macro
12 vfprintf (FILE *stream, const char *format, va_list ap) function
H A Dvprintf.c4 @deftypefnx Supplemental int vfprintf (FILE *@var{stream}, const char *@var{format}, va_list @var{ap})
25 return vfprintf (stdout, format, ap);
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dvfprintf.c1 /* Provide a version vfprintf in terms of _doprnt.
9 #undef vfprintf macro
12 vfprintf (FILE *stream, const char *format, va_list ap) function
H A Dvprintf.c4 @deftypefnx Supplemental int vfprintf (FILE *@var{stream}, const char *@var{format}, va_list @var{ap})
25 return vfprintf (stdout, format, ap);
/freebsd-11-stable/contrib/diff/lib/
H A Dversion-etc.c78 vfprintf (stream, _("Written by %s.\n"), authors);
82 vfprintf (stream, _("Written by %s and %s.\n"), authors);
86 vfprintf (stream, _("Written by %s, %s, and %s.\n"), authors);
92 vfprintf (stream, _("Written by %s, %s, %s,\nand %s.\n"), authors);
98 vfprintf (stream, _("Written by %s, %s, %s,\n%s, and %s.\n"), authors);
104 vfprintf (stream, _("Written by %s, %s, %s,\n%s, %s, and %s.\n"),
111 vfprintf (stream, _("Written by %s, %s, %s,\n%s, %s, %s, and %s.\n"),
118 vfprintf (stream, _("\
126 vfprintf (stream, _("\
136 vfprintf (strea
[all...]
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbsd-err.c38 vfprintf(stderr, fmt, args);
52 vfprintf(stderr, fmt, args);
67 vfprintf(stderr, fmt, args);
/freebsd-11-stable/sbin/dhclient/tests/
H A Dfake.c17 (void)vfprintf(stderr, fmt, ap);
30 (void)vfprintf(stderr, fmt, ap);
48 ret = vfprintf(stderr, fmt, ap);
/freebsd-11-stable/contrib/gcc/
H A Derrors.c51 vfprintf (stderr, format, ap);
66 vfprintf (stderr, format, ap);
83 vfprintf (stderr, format, ap);
98 vfprintf (stderr, format, ap);
/freebsd-11-stable/contrib/ldns/drill/
H A Derror.c20 vfprintf(stderr, fmt, args);
37 vfprintf(stderr, fmt, args);
54 vfprintf(stdout, fmt, args);
103 vfprintf(stderr, fmt, args);
/freebsd-11-stable/lib/libc/stdio/
H A Dvprintf.c50 return (vfprintf(stdout, fmt, ap));
H A Dprintf.c55 ret = vfprintf(stdout, fmt, ap);
/freebsd-11-stable/tools/test/testfloat/
H A Dfail.c40 vfprintf( stderr, message, varArgs );
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/mdb/tools/common/
H A Ddie.c51 (void) vfprintf(stderr, format, ap);
76 (void) vfprintf(stderr, format, ap);
/freebsd-11-stable/contrib/sendmail/libsmutil/
H A Derr.c36 (void) vfprintf(stderr, m, ap);
60 (void) vfprintf(stderr, m, ap);
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dwarnerr.c51 vfprintf(stderr, fmt, ap);
/freebsd-11-stable/contrib/tcpdump/
H A Dvfprintf.c36 * Stock 4.3 doesn't have vfprintf.
39 vfprintf(f, fmt, args) function
/freebsd-11-stable/contrib/ipfilter/lib/
H A Ddebug.c28 vfprintf(stderr, fmt, pvar);
/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
H A Dutils.c64 vfprintf (stderr, string, args);
80 vfprintf (stderr, string, args);
93 vfprintf (stderr, string, args);
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dcomp_error.c115 vfprintf(stderr, fmt, argp);
127 vfprintf(stderr, fmt, argp);
140 vfprintf(stderr, fmt, argp);
/freebsd-11-stable/bin/pax/
H A Dtty_subs.c100 (void)vfprintf(ttyoutf, fmt, ap);
153 (void)vfprintf(stderr, fmt, ap);
181 (void)vfprintf(stderr, fmt, ap);
/freebsd-11-stable/contrib/gcclibs/libgomp/
H A Derror.c45 vfprintf (stderr, fmt, list);
/freebsd-11-stable/usr.sbin/ypserv/
H A Dyp_error.c57 vfprintf(stderr, fmt, ap);
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Derror.c91 vfprintf(stderr, format, args);
103 vfprintf(stderr, format, args);
/freebsd-11-stable/contrib/gdtoa/
H A Dstdio1.h88 #undef vfprintf macro
97 #define vfprintf Vfprintf macro
/freebsd-11-stable/contrib/tcp_wrappers/
H A Dvfprintf.c2 * vfprintf() and vprintf() clones. They will produce unexpected results
10 static char sccsid[] = "@(#) vfprintf.c 1.2 94/03/23 17:44:46";
21 /* vfprintf - print variable-length argument list to stream */
23 int vfprintf(fp, format, ap) function
124 return (vfprintf(stdout, format, ap));

Completed in 375 milliseconds

12345678910