Symbol: vprintf
bin/cpdup/misc.c
13
vprintf(ctl, va);
games/hack/hack.pri.c
108
vprintf(fmt, ap);
games/hack/hack.tty.c
202
vprintf(fmt, ap);
include/stdio.h
262
int vprintf(const char * __restrict, __va_list) __printflike(1, 0);
lib/libc/sysvipc/utils.c
48
vprintf(format, ap);
lib/libc/sysvipc/utils.c
68
vprintf(format, ap);
libexec/ftpd/ftpd.c
2484
vprintf(fmt, ap);
libexec/ftpd/ftpd.c
2503
vprintf(fmt, ap);
sbin/fsck/fsutil.c
94
vprintf(fmt, ap);
sbin/hammer2/cmd_debug.c
1346
vprintf(ctl, va);
sbin/restore/dirs.c
141
vprintf(stdout, "Extract directories from tape\n");
sbin/restore/dirs.c
367
vprintf(stdout, "Mangled directory: ");
sbin/restore/dirs.c
369
vprintf(stdout,
sbin/restore/dirs.c
372
vprintf(stdout,
sbin/restore/dirs.c
377
vprintf(stdout,
sbin/restore/dirs.c
381
vprintf(stdout, "\n");
sbin/restore/dirs.c
577
vprintf(stdout, "Set directory mode, owner, and times.\n");
sbin/restore/main.c
194
vprintf(stdout, "Begin incremental restore\n");
sbin/restore/main.c
198
vprintf(stdout, "Calculate node updates.\n");
sbin/restore/main.c
207
vprintf(stdout, "Begin level 0 restore\n");
sbin/restore/main.c
210
vprintf(stdout, "Calculate extraction list.\n");
sbin/restore/main.c
219
vprintf(stdout, "Verify the directory structure\n");
sbin/restore/restore.c
150
vprintf(stdout, "Mark entries to be removed.\n");
sbin/restore/restore.c
152
vprintf(stdout, "Delete whiteouts\n");
sbin/restore/restore.c
510
vprintf(stdout, "Find unreferenced names.\n");
sbin/restore/restore.c
558
vprintf(stdout, "Remove old nodes (directories).\n");
sbin/restore/restore.c
56
vprintf(stdout, "%s", type == LEAF ? "leaf" : "dir ");
sbin/restore/restore.c
589
vprintf(stdout, "Continue extraction of new leaves\n");
sbin/restore/restore.c
591
vprintf(stdout, "Extract new leaves.\n");
sbin/restore/restore.c
667
vprintf(stdout, "Extract requested files\n");
sbin/restore/restore.c
764
vprintf(stdout, "Add whiteouts\n");
sbin/restore/restore.c
772
vprintf(stdout, "Add links\n");
sbin/restore/restore.c
802
vprintf(stdout, "Check the symbol table.\n");
sbin/restore/symtab.c
441
vprintf(stdout, "Check pointing the restore\n");
sbin/restore/symtab.c
529
vprintf(stdout, "Initialize symbol table.\n");
sbin/restore/tape.c
1041
vprintf(stdout, "Note: Doing Byte swapping\n");
sbin/restore/tape.c
183
vprintf(stdout, "Verify tape and initialize maps\n");
sbin/restore/tape.c
548
vprintf(stdout, "skipped socket %s\n", name);
sbin/restore/tape.c
560
vprintf(stdout, "extract file %s\n", name);
sbin/restore/tape.c
568
vprintf(stdout,
sbin/restore/tape.c
581
vprintf(stdout, "extract fifo %s\n", name);
sbin/restore/tape.c
603
vprintf(stdout, "extract special file %s\n", name);
sbin/restore/tape.c
624
vprintf(stdout, "extract file %s\n", name);
sbin/restore/tape.c
882
vprintf(stdout,
sbin/restore/tape.c
929
vprintf(stdout, "End-of-tape encountered\n");
sbin/restore/tape.c
976
vprintf(stdout, "Tape block size is %ld\n", ntrec);
sbin/restore/utilities.c
124
vprintf(stdout, "rename %s to %s\n", from, to);
sbin/restore/utilities.c
143
vprintf(stdout, "Make node %s\n", cp);
sbin/restore/utilities.c
165
vprintf(stdout, "Remove node %s\n", cp);
sbin/restore/utilities.c
185
vprintf(stdout, "Remove leaf %s\n", cp);
sbin/restore/utilities.c
232
vprintf(stdout, "Create %s link %s->%s\n",
sbin/restore/utilities.c
249
vprintf(stdout, "Create whiteout %s\n", name);
sbin/restore/utilities.c
271
vprintf(stdout, "Delete whiteout %s\n", name);
stand/boot/common/panic.c
50
vprintf(fmt, ap);
stand/boot/efi/boot1/boot1.c
746
vprintf(fmt, ap);
stand/lib/stand.h
249
extern void vprintf(const char *, __va_list) __printflike(1, 0);
sys/netproto/802_11/wlan/ieee80211.c
271
retval += vprintf(fmt, ap);
sys/netproto/802_11/wlan/ieee80211_input.c
1024
vprintf(fmt, ap);
sys/netproto/802_11/wlan/ieee80211_input.c
1055
vprintf(fmt, ap);
sys/netproto/802_11/wlan/ieee80211_input.c
992
vprintf(fmt, ap);
test/interbench/interbench.c
1024
if (vprintf(format, ap) == -1)
tools/tools/ath/athrd/athrd.c
1653
vprintf(fmt, ap);
tools/tools/net80211/wlantxtime/wlantxtime.c
84
vprintf(fmt, ap);
usr.bin/dsynth/subs.c
379
vprintf(ctl, va);
usr.bin/getent/getent.c
172
vprintf(fmt, ap);
usr.bin/sockstat/sockstat.c
101
len = vprintf(fmt, ap);
usr.sbin/lpr/common_source/common.c
689
vprintf(msg, ap);
usr.sbin/mtree/spec.c
293
result = vprintf(fmt, ap);