/src/sys/arch/atari/stand/tostools/libtos/ |
eprintf.c | 74 rv = vfprintf(stderr, frm, args); 76 vfprintf(stdout, frm, args);
|
/src/regress/lib/libc/ieeefp/testfloat/ |
fail.c | 72 vfprintf( stderr, message, varArgs );
|
/src/lib/libc/gen/ |
verrx.c | 61 (void)vfprintf(stderr, fmt, ap);
|
vwarnx.c | 61 (void)vfprintf(stderr, fmt, ap);
|
verrc.c | 62 (void)vfprintf(stderr, fmt, ap);
|
vwarnc.c | 62 (void)vfprintf(stderr, fmt, ap);
|
/src/lib/libc/stdio/ |
vprintf.c | 56 return vfprintf(stdout, fmt, ap);
|
printf.c | 59 ret = vfprintf(stdout, fmt, ap);
|
fprintf.c | 57 ret = vfprintf(fp, fmt, ap);
|
Makefile.inc | 19 vasprintf.c vdprintf.c vfprintf.c vfscanf.c vfwprintf.c vfwscanf.c \ 53 printf.3 vfprintf.3 printf.3 vprintf.3 printf.3 vsnprintf.3 \
|
/src/bin/pax/ |
tty_subs.c | 112 (void)vfprintf(ttyoutf, fmt, ap); 164 (void)vfprintf(stderr, fmt, ap); 191 (void)vfprintf(stderr, fmt, ap);
|
/src/sbin/newfs_lfs/ |
misc.c | 65 (void)vfprintf(stderr, fmt, ap);
|
/src/tools/compat/ |
dprintf.c | 61 e = vfprintf(fp, fmt, ap);
|
/src/sbin/dkscan_bsdlabel/ |
dkscan_util.c | 103 vfprintf(stderr, format, ap); 115 vfprintf(stdout, format, ap);
|
/src/usr.bin/menuc/ |
util.c | 61 vfprintf(stdout, fmt, args);
|
/src/usr.sbin/altq/altqd/ |
libaltq2.c | 66 vfprintf(stderr, format, ap);
|
/src/lib/librefuse/ |
refuse_log.c | 47 /* This function needs to be thread-safe. Calling vfprintf(3) 50 vfprintf(stderr, fmt, ap);
|
/src/lib/libcurses/ |
ctrace.c | 101 (void)vfprintf(tracefp, fmt, ap);
|
printw.c | 138 n = vfprintf(win->fp, fmt, ap);
|
/src/usr.bin/xlint/lint1/ |
err.c | 553 (void)vfprintf(out, msgs[msgid], ap); 574 (void)vfprintf(out, msgs[msgid], ap); 590 (void)vfprintf(out, msgs[msgid], ap); 779 (void)vfprintf(out, queries[query_id], ap);
|
/src/sys/external/bsd/acpica/dist/compiler/ |
aslfileio.c | 372 Actual = vfprintf (AslGbl_Files[FileId].Handle, Format, Args); 394 Actual = vfprintf (AslGbl_Files[ASL_FILE_PREPROCESSOR_USER].Handle,
|
/src/usr.bin/patch/ |
util.c | 218 vfprintf(stderr, fmt, ap); 233 vfprintf(stderr, fmt, ap); 249 vfprintf(stderr, fmt, ap); 266 vfprintf(stdout, fmt, ap);
|
/src/usr.sbin/envstat/ |
config_yacc.y | 113 vfprintf(stderr, fmt, ap);
|
/src/usr.bin/unzip/ |
unzip.c | 123 vfprintf(stderr, fmt, ap); 140 vfprintf(stderr, fmt, ap); 157 vfprintf(stderr, fmt, ap); 173 vfprintf(stderr, fmt, ap); 187 vfprintf(stdout, fmt, ap); 206 vfprintf(stderr, fmt, ap);
|
/src/sbin/dump/ |
optr.c | 293 (void) vfprintf(stderr, fmt, ap); 307 (void) vfprintf(stderr, fmt, ap); 325 (void) vfprintf(stderr, fmt, ap);
|