Home
last modified time | relevance | path

Searched refs:vfprintf (Results 1 – 25 of 257) sorted by relevance

1234567891011

/src/sbin/dhclient/tests/
H A Dfake.c17 (void)vfprintf(stderr, fmt, ap); in error()
30 (void)vfprintf(stderr, fmt, ap); in warning()
48 ret = vfprintf(stderr, fmt, ap); in note()
62 ret = vfprintf(stderr, fmt, ap); in parse_warn()
/src/contrib/libfido2/openbsd-compat/
H A Derr.h30 vfprintf(stderr, fmt, ap); in err()
50 vfprintf(stderr, fmt, ap); in errx()
64 vfprintf(stderr, fmt, ap); in warn()
78 vfprintf(stderr, fmt, ap); in warnx()
/src/crypto/openssh/openbsd-compat/
H A Dbsd-err.c44 vfprintf(stderr, fmt, args); in err()
58 vfprintf(stderr, fmt, args); in errx()
73 vfprintf(stderr, fmt, args); in warn()
/src/contrib/unifdef/FreeBSD/
H A Derr.c61 vfprintf(stderr, fmt, ap); in verrc()
82 vfprintf(stderr, fmt, ap); in verrx()
116 vfprintf(stderr, fmt, ap); in vwarnc()
136 vfprintf(stderr, fmt, ap); in vwarnx()
/src/contrib/ldns/drill/
H A Derror.c20 vfprintf(stderr, fmt, args); in warning_va_list()
37 vfprintf(stderr, fmt, args); in error_va_list()
54 vfprintf(stdout, fmt, args); in verbose_va_list()
/src/contrib/bsnmp/lib/
H A Dsupport.c49 vfprintf(stderr, fmt, ap); in warnx()
62 vfprintf(stderr, fmt, ap); in warn()
74 vfprintf(stderr, fmt, ap); in errx()
88 vfprintf(stderr, fmt, ap); in err()
/src/bin/pax/
H A Dtty_subs.c94 (void)vfprintf(ttyoutf, fmt, ap); in tty_prnt()
147 (void)vfprintf(stderr, fmt, ap); in paxwarn()
175 (void)vfprintf(stderr, fmt, ap); in syswarn()
/src/contrib/ncurses/ncurses/tinfo/
H A Dcomp_error.c125 vfprintf(stderr, fmt, argp); in _nc_warning()
137 vfprintf(stderr, fmt, argp); in _nc_err_abort()
150 vfprintf(stderr, fmt, argp); in _nc_syserr_abort()
/src/crypto/openssl/test/
H A Dbioprinttest.c330 return fprintf(stdout, "%*s# ", tap_level, "") + vfprintf(stdout, fmt, ap); in test_vprintf_stdout()
335 return fprintf(stderr, "%*s# ", tap_level, "") + vfprintf(stderr, fmt, ap); in test_vprintf_stderr()
350 return fprintf(stdout, "%*s", tap_level, "") + vfprintf(stdout, fmt, ap); in test_vprintf_tapout()
355 return fprintf(stderr, "%*s", tap_level, "") + vfprintf(stderr, fmt, ap); in test_vprintf_taperr()
/src/cddl/contrib/opensolaris/cmd/mdb/tools/common/
H A Ddie.c51 (void) vfprintf(stderr, format, ap); in die()
76 (void) vfprintf(stderr, format, ap); in elfdie()
/src/contrib/sendmail/libsmutil/
H A Derr.c36 (void) vfprintf(stderr, m, ap);
60 (void) vfprintf(stderr, m, ap);
/src/usr.bin/ar/
H A Dutil.c50 vfprintf(stderr, fmt, ap); in bsdar_vwarnc()
71 vfprintf(stderr, fmt, ap); in bsdar_verrc()
/src/contrib/gdtoa/
H A Dstdio1.h88 #undef vfprintf
97 #define vfprintf Vfprintf macro
/src/usr.bin/patch/
H A Dutil.c228 vfprintf(stdout, fmt, ap); in say()
243 vfprintf(stderr, fmt, ap); in fatal()
259 vfprintf(stderr, fmt, ap); in pfatal()
276 vfprintf(stdout, fmt, ap); in ask()
/src/lib/libc/gen/
H A Derr.c118 vfprintf(err_file, fmt, ap); in vexterr()
152 vfprintf(err_file, fmt, ap); in verrx()
220 vfprintf(err_file, fmt, ap); in vwarnx()
/src/contrib/tcp_wrappers/
H A Dvfprintf.c23 int vfprintf(FILE *fp, char *format, va_list ap) in vfprintf() function
119 return (vfprintf(stdout, format, ap)); in vprintf()
/src/contrib/ntp/libntp/lib/isc/
H A Derror.c91 vfprintf(stderr, format, args); in default_unexpected_callback()
103 vfprintf(stderr, format, args); in default_fatal_callback()
/src/usr.sbin/ypldap/
H A Dlog.c73 vfprintf(stderr, fmt, ap); in vlog()
76 vfprintf(stderr, nfmt, ap); in vlog()
/src/contrib/libpcap/testprogs/
H A Dnonblocktest.c60 (void)vfprintf(stderr, fmt, ap); in error()
79 (void)vfprintf(stderr, fmt, ap); in warning()
H A Dopentest.c217 (void)vfprintf(stderr, fmt, ap); in error()
236 (void)vfprintf(stderr, fmt, ap); in warning()
/src/contrib/elftoolchain/ar/
H A Dutil.c52 vfprintf(stderr, fmt, ap); in bsdar_vwarnc()
73 vfprintf(stderr, fmt, ap); in bsdar_verrc()
/src/sys/contrib/dev/acpica/compiler/
H A Daslfileio.c372 Actual = vfprintf (AslGbl_Files[FileId].Handle, Format, Args); in FlPrintFile()
394 Actual = vfprintf (AslGbl_Files[ASL_FILE_PREPROCESSOR_USER].Handle, in FlPrintFile()
/src/sbin/dump/
H A Doptr.c239 (void) vfprintf(stderr, fmt, ap); in msg()
254 (void) vfprintf(stderr, fmt, ap); in msgtail()
268 (void) vfprintf(stderr, fmt, ap); in quit()
/src/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dutil.c125 vfprintf(stderr, format, ap); in whine()
204 (void) vfprintf(DEBUG_STREAM, format, ap); in vadebug()
/src/contrib/libarchive/unzip/
H A Dbsdunzip.c127 vfprintf(stderr, fmt, ap); in error()
144 vfprintf(stderr, fmt, ap); in errorx()
161 vfprintf(stderr, fmt, ap); in warning()
177 vfprintf(stderr, fmt, ap); in warningx()
191 vfprintf(stdout, fmt, ap); in info()
210 vfprintf(stderr, fmt, ap); in debug()

1234567891011