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

12345678910

/freebsd-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/contrib/gnu-sort/lib/
H A Dversion-etc.c83 vfprintf (stream, _("Written by %s.\n"), authors);
87 vfprintf (stream, _("Written by %s and %s.\n"), authors);
91 vfprintf (stream, _("Written by %s, %s, and %s.\n"), authors);
97 vfprintf (stream, _("Written by %s, %s, %s,\nand %s.\n"), authors);
103 vfprintf (stream, _("Written by %s, %s, %s,\n%s, and %s.\n"), authors);
109 vfprintf (stream, _("Written by %s, %s, %s,\n%s, %s, and %s.\n"),
116 vfprintf (stream, _("Written by %s, %s, %s,\n%s, %s, %s, and %s.\n"),
123 vfprintf (stream, _("\
131 vfprintf (stream, _("\
141 vfprintf (strea
[all...]
/freebsd-9.3-release/tools/regression/sbin/dhclient/
H A Dfake.c17 vfprintf(stderr, fmt, ap);
31 ret = vfprintf(stderr, fmt, ap);
49 ret = vfprintf(stderr, fmt, ap);
/freebsd-9.3-release/contrib/bind9/bin/confgen/
H A Dutil.c40 vfprintf(stderr, fmt, ap);
52 vfprintf(stderr, format, args);
/freebsd-9.3-release/contrib/bind9/bin/rndc/
H A Dutil.c41 vfprintf(stderr, fmt, ap);
53 vfprintf(stderr, format, args);
/freebsd-9.3-release/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-9.3-release/lib/libc/stdio/
H A Dvprintf.c50 return (vfprintf(stdout, fmt, ap));
H A Dprintf.c55 ret = vfprintf(stdout, fmt, ap);
/freebsd-9.3-release/tools/test/testfloat/
H A Dfail.c40 vfprintf( stderr, message, varArgs );
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/mdb/tools/common/
H A Ddie.c51 (void) vfprintf(stderr, format, ap);
76 (void) vfprintf(stderr, format, ap);
/freebsd-9.3-release/contrib/sendmail/libsmutil/
H A Derr.c36 (void) vfprintf(stderr, m, ap);
60 (void) vfprintf(stderr, m, ap);
/freebsd-9.3-release/contrib/dtc/
H A Dutil.h29 vfprintf(stderr, str, ap);
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dwarnerr.c54 vfprintf(stderr, fmt, ap);
/freebsd-9.3-release/contrib/gdb/gdb/gdbserver/
H A Dutils.c64 vfprintf (stderr, string, args);
80 vfprintf (stderr, string, args);
93 vfprintf (stderr, string, args);
/freebsd-9.3-release/usr.bin/make/
H A Dutil.c83 vfprintf(stderr, fmt, ap);
100 vfprintf(stderr, fmt, ap);
123 vfprintf(stderr, fmt, ap);
150 vfprintf(stderr, fmt, ap);
179 vfprintf(stderr, fmt, ap);
/freebsd-9.3-release/bin/pax/
H A Dtty_subs.c101 (void)vfprintf(ttyoutf, fmt, ap);
154 (void)vfprintf(stderr, fmt, ap);
182 (void)vfprintf(stderr, fmt, ap);
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dcomp_error.c114 vfprintf(stderr, fmt, argp);
126 vfprintf(stderr, fmt, argp);
139 vfprintf(stderr, fmt, argp);
/freebsd-9.3-release/contrib/gcclibs/libgomp/
H A Derror.c45 vfprintf (stderr, fmt, list);
/freebsd-9.3-release/contrib/tcpdump/
H A Dvfprintf.c24 "@(#) $Header: /tcpdump/master/tcpdump/vfprintf.c,v 1.6 2003-11-16 09:36:45 guy Exp $ (LBL)";
41 * Stock 4.3 doesn't have vfprintf.
44 vfprintf(f, fmt, args) function
/freebsd-9.3-release/usr.sbin/ypserv/
H A Dyp_error.c59 vfprintf(stderr, fmt, ap);
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Derror.c91 vfprintf(stderr, format, args);
103 vfprintf(stderr, format, args);

Completed in 157 milliseconds

12345678910