Symbol: vsnprintf
bin/sh/output.c
308
vsnprintf(outbuf, length, fmt, ap);
cddl/usr.sbin/zfsd/tests/libmocks.c
50
vsnprintf(syslog_last_message, 4096, message, ap);
crypto/heimdal/appl/ftp/ftpd/ftpd.c
1678
vsnprintf(p, sizeof(buf) - strlen(p), fmt, ap);
crypto/heimdal/appl/rsh/rshd.c
106
len = vsnprintf (buf + 1, sizeof(buf) - 1, m, args);
crypto/heimdal/appl/telnet/telnetd/global.c
100
ret = vsnprintf (nfrontp,
crypto/heimdal/base/heimbase.c
373
vsnprintf(str, sizeof(str), fmt, ap);
crypto/heimdal/lib/hx509/softp11.c
141
len = vsnprintf(str, size, fmt, ap);
crypto/heimdal/lib/roken/snprintf.c
541
ret = vsnprintf (str, sz, format, args);
crypto/krb5/src/include/k5-platform.h
937
n = vsnprintf(str, size, format, args);
crypto/krb5/src/kprop/kpropd.c
1037
vsnprintf(error_buf, sizeof(error_buf), fmt, args);
crypto/krb5/src/lib/kadm5/logger.c
679
vsnprintf(syslogp, sizeof(outbuf) - (syslogp - outbuf), format, arglist);
crypto/krb5/src/util/support/k5buf.c
174
r = vsnprintf(endptr(buf), remaining, fmt, ap);
crypto/krb5/src/util/support/k5buf.c
185
r = vsnprintf(endptr(buf), remaining, fmt, apcopy);
crypto/krb5/src/util/support/k5buf.c
197
r = vsnprintf(endptr(buf), remaining, fmt, ap);
crypto/krb5/src/util/support/printf.c
51
len2 = vsnprintf(str, len, format, ap2);
crypto/openssh/auth.c
599
vsnprintf(buf, sizeof(buf), fmt, args);
crypto/openssh/log.c
392
vsnprintf(msgbuf, sizeof(msgbuf), fmtbuf, args);
crypto/openssh/log.c
394
vsnprintf(msgbuf, sizeof(msgbuf), fmt, args);
crypto/openssh/openbsd-compat/bsd-asprintf.c
52
ret = vsnprintf(string, INIT_SZ, fmt, ap2);
crypto/openssh/openbsd-compat/bsd-asprintf.c
66
ret = vsnprintf(newstr, len, fmt, ap2);
crypto/openssh/openbsd-compat/bsd-snprintf.c
879
ret = vsnprintf(str, count, fmt, ap);
crypto/openssh/openbsd-compat/openbsd-compat.h
320
int vsnprintf(char *, size_t, const char *, va_list);
crypto/openssh/openbsd-compat/regress/snprintftest.c
43
ret = vsnprintf(str, count, fmt, ap);
crypto/openssh/openbsd-compat/setproctitle.c
148
r = vsnprintf(buf + len, sizeof(buf) - len , fmt, ap);
crypto/openssh/packet.c
1967
vsnprintf(buf, sizeof(buf), fmt, args);
crypto/openssh/packet.c
2080
vsnprintf(buf, sizeof(buf), fmt, args);
crypto/openssh/packet.c
2850
vsnprintf(buf, sizeof(buf), fmt, args);
crypto/openssh/readpass.c
207
vsnprintf(prompt, sizeof(prompt), fmt, args);
crypto/openssh/regress/unittests/test_helper/test_helper.c
289
vsnprintf(subtest_info, sizeof(subtest_info), fmt, ap);
crypto/openssh/sftp-client.c
314
vsnprintf(errmsg, sizeof(errmsg), errfmt, args);
crypto/openssh/sshbuf-getput-basic.c
366
if ((len = vsnprintf(NULL, 0, fmt, ap2)) < 0) {
crypto/openssh/sshbuf-getput-basic.c
378
if ((r = vsnprintf((char *)p, len + 1, fmt, ap2)) != len) {
crypto/openssl/providers/implementations/kem/template_kem.c
38
vsnprintf(out, BUFSIZE, fmt, argptr);
crypto/openssl/providers/implementations/keymgmt/template_kmgmt.c
39
vsnprintf(out, BUFSIZE, fmt, argptr);
include/stdio.h
315
int (vsnprintf)(char * __restrict, size_t, const char * __restrict,
lib/libc/gen/setproctitle.c
109
(void)vsnprintf(buf + len, SPT_BUFSIZE - len, fmt, ap);
lib/libc/secure/snprintf_chk.c
52
rv = vsnprintf(buf, len, fmt, ap);
lib/libc/secure/sprintf_chk.c
54
if ((rv = vsnprintf(buf, slen, fmt, ap)) >= 0 &&
lib/libc/secure/vsnprintf_chk.c
48
return (vsnprintf(buf, len, fmt, ap));
lib/libc/secure/vsprintf_chk.c
52
if ((rv = vsnprintf(buf, slen, fmt, ap)) >= 0 &&
lib/libc/tests/stdio/printbasic_test.c
77
vsnprintf(s, sizeof(s), fmt, ap);
lib/libc/tests/stdio/printfloat_test.c
69
vsnprintf(s, sizeof(s), fmt, ap);
lib/libcasper/services/cap_syslog/cap_syslog.c
64
(void)vsnprintf(message, sizeof(message), fmt, ap);
lib/libcuse/cuse_lib.c
394
vsnprintf(info.devname, sizeof(info.devname), _fmt, args);
lib/libdevdctl/exception.cc
60
vsnprintf(buf, sizeof(buf), fmt, ap);
lib/libdpv/dprompt.c
353
len = vsnprintf(dprompt_pos, (size_t)(PROMPT_MAX -
lib/libdpv/status.c
78
n = vsnprintf(status_buf, status_width + 1, fmt, args);
lib/libefivar/efivar-dp-format.c
108
vsnprintf (Str->Str + Str->Count, Str->Capacity - Str->Count, Fmt, Args);
lib/libefivar/efivar-dp-format.c
95
Count = vsnprintf (NULL, 0, Fmt, Args);
lib/libiscsiutil/log.c
91
ret = vsnprintf(msgbuf, sizeof(msgbuf), fmt, ap);
lib/libkvm/kvm_private.c
108
(void)vsnprintf(cp, sizeof(kd->errbuf), fmt, ap);
lib/libkvm/kvm_private.c
88
(void)vsnprintf(kd->errbuf,
lib/libnetgraph/sock.c
193
vsnprintf(ngn.name, sizeof(ngn.name), fmt, args);
lib/libnetmap/nmctx.c
102
rv = vsnprintf(errmsg, MAXERRMSG, fmt, ap);
lib/libpjdlog/pjdlog.c
417
vsnprintf(pjdlog_prefix[pjdlog_prefix_current],
lib/libpjdlog/pjdlog.c
514
return (vsnprintf(str + len, size - len, fmt, ap));
lib/libpjdlog/pjdlog.c
669
vsnprintf(log, sizeof(log), fmt, ap);
lib/libradius/radlib.c
91
vsnprintf(h->errmsg, ERRSIZE, format, ap);
lib/libsecureboot/vets.c
124
rc = vsnprintf(ebuf, sizeof(ebuf), fmt, ap);
lib/libtacplus/taclib.c
423
vsnprintf(h->errmsg, ERRSIZE, format, ap);
lib/libunbound/config.h
1400
int vsnprintf (char *str, size_t count, const char *fmt, va_list arg);
lib/libusb/libusb10.c
1895
vsnprintf(buffer, sizeof(buffer), new_fmt, args);
lib/libutil/mntopts.c
305
vsnprintf(val, sizeof(val), fmt, ap);
libexec/bootpd/report.c
99
vsnprintf(buf, sizeof(buf), fmt, ap);
sbin/dhclient/errwarn.c
102
vsnprintf(mbuf, sizeof(mbuf), fbuf, list);
sbin/dhclient/errwarn.c
128
vsnprintf(mbuf, sizeof(mbuf), fbuf, list);
sbin/dhclient/errwarn.c
154
vsnprintf(mbuf, sizeof(mbuf), fbuf, list);
sbin/dhclient/errwarn.c
216
vsnprintf(mbuf, sizeof(mbuf), fbuf, list);
sbin/dhclient/errwarn.c
68
vsnprintf(mbuf, sizeof(mbuf), fbuf, list);
sbin/dump/optr.c
244
(void) vsnprintf(lastmsg, sizeof(lastmsg), fmt, ap);
sbin/fsck_msdosfs/main.c
147
vsnprintf(prompt, sizeof(prompt), fmt, ap);
sbin/geom/core/geom.c
222
ret = vsnprintf(str, size, format, ap);
sbin/geom/misc/subr.c
410
vsnprintf(param, sizeof(param), pfmt, ap);
sbin/hastd/nv.c
817
namesize = vsnprintf(name, sizeof(name), namefmt, nameap);
sbin/hastd/nv.c
838
namesize = vsnprintf(name, sizeof(name), namefmt, nameap);
sbin/hastd/pjdlog.c
294
vsnprintf(pjdlog_prefix, sizeof(pjdlog_prefix), fmt, ap);
sbin/hastd/pjdlog.c
412
len += vsnprintf(log + len, sizeof(log) - len, fmt, ap);
sbin/hastd/primary.c
1108
(void)vsnprintf(msg, sizeof(msg), fmt, ap);
sbin/hastd/secondary.c
519
len = vsnprintf(msg, sizeof(msg), fmt, ap);
sbin/hastd/subr.c
63
return (vsnprintf(str + len, size - len, fmt, ap));
sbin/ifconfig/ifieee80211.c
2591
n = vsnprintf(buf+1, sizeof(buf)-1, fmt, ap);
sbin/ipfw/ipfw2.c
525
i = vsnprintf(b->ptr, b->avail, format, args);
share/examples/scsi_target/scsi_cmds.c
804
vsnprintf(msg_buf, sizeof(msg_buf), msg, ap);
stand/libsa/geli/geliboot.c
143
vsnprintf(devname, sizeof(devname), namefmt, args);
stand/libsa/stand.h
306
extern int vsnprintf(char *buf, size_t size, const char *cfmt, __va_list);
stand/libsa/zfs/zfsimpl.c
1470
vsnprintf(line, sizeof(line), fmt, args);
stand/powerpc/boot1.chrp/boot1.c
653
vsnprintf(buf, sizeof buf, fmt, ap);
stand/powerpc/boot1.chrp/boot1.c
71
static int vsnprintf(char *str, size_t sz, const char *fmt, va_list ap);
sys/cddl/compat/opensolaris/kern/opensolaris_cmn_err.c
55
vsnprintf(buf, sizeof(buf), fmt, adx);
sys/cddl/compat/opensolaris/kern/opensolaris_string.c
87
size = vsnprintf(NULL, 0, fmt, adx) + 1;
sys/cddl/compat/opensolaris/kern/opensolaris_string.c
93
(void) vsnprintf(buf, size, fmt, adx);
sys/cddl/dev/fbt/fbt.c
1038
n = vsnprintf(cd->cd_ptr, len, format, ap);
sys/compat/linuxkpi/common/include/linux/kernel.h
153
i = vsnprintf(buf, size, fmt, args);
sys/compat/linuxkpi/common/src/linux_compat.c
1823
len = vsnprintf(NULL, 0, fmt, aq);
sys/compat/linuxkpi/common/src/linux_compat.c
1831
vsnprintf(p, len + 1, fmt, ap);
sys/compat/linuxkpi/common/src/linux_compat.c
2005
written = vsnprintf(
sys/compat/linuxkpi/common/src/linux_kobject.c
67
len = vsnprintf(&dummy, 0, fmt, tmp_va);
sys/compat/linuxkpi/common/src/linux_kobject.c
81
vsnprintf(name, len, fmt, args);
sys/compat/linuxkpi/common/src/linux_seq_buf.c
41
ret = vsnprintf(s->buffer + s->len, s->size - s->len, fmt, args);
sys/dev/etherswitch/e6000sw/e6000sw.c
422
vsnprintf(resname, len - 1, fmt, ap);
sys/dev/filemon/filemon_wrapper.c
83
len = vsnprintf(filemon->msgbufr, sizeof(filemon->msgbufr), fmt, ap);
sys/dev/hpt27xx/hpt27xx_os_bsd.c
300
vsnprintf(buf, sizeof(buf), fmt, args);
sys/dev/hptmv/hptproc.c
389
vsnprintf(hptproc_buffer, sizeof(hptproc_buffer), fmt, ap);
sys/dev/hptnr/hptnr_os_bsd.c
287
vsnprintf(buf, sizeof(buf), fmt, args);
sys/dev/hptrr/hptrr_os_bsd.c
273
vsnprintf(buf, sizeof(buf), fmt, args);
sys/dev/isci/isci_logger.c
60
vsnprintf(buffer, sizeof(buffer)-1, log_message, argp);
sys/dev/isci/isci_logger.c
91
vsnprintf(buffer, sizeof(buffer)-1, log_message, argp); \
sys/dev/isp/isp_freebsd.c
3238
vsnprintf(&lbuf[loc], sizeof (lbuf) - loc - 1, fmt, ap);
sys/dev/ocs_fc/ocs_os.c
580
p += vsnprintf(p, sizeof(buf) - (p - buf), fmt, ap);
sys/dev/ocs_fc/ocs_os.h
335
#define ocs_vsnprintf(buf, n, fmt, ap) vsnprintf((char*)buf, n, fmt, ap)
sys/dev/ocs_fc/ocs_utils.c
654
vsnprintf(valuebuf, sizeof(valuebuf), fmt, ap);
sys/dev/pci/pci_iov.c
108
vsnprintf(buf, sizeof(buf), fmt, ap);
sys/dev/pms/freebsd/driver/common/lxencrypt.c
65
i = vsnprintf(s, PAGE_SIZE - 1, fmt, args);
sys/dev/rndtest/rndtest.c
170
vsnprintf(buf, sizeof (buf), fmt, ap);
sys/dev/sdhci/sdhci.c
201
retval = vsnprintf(buf, sizeof(buf), fmt, ap);
sys/dev/xen/bus/xen_intr.c
984
vsnprintf(descr, sizeof(descr), fmt, ap);
sys/kern/kern_boottrace.c
396
vsnprintf(eventname, sizeof(eventname), fmt, ap);
sys/kern/kern_fail.c
477
n = vsnprintf(NULL, 0, fmt, ap);
sys/kern/kern_fail.c
483
vsnprintf(name, n + 1, fmt, ap);
sys/kern/kern_intr.c
303
vsnprintf(ie->ie_name, sizeof(ie->ie_name), fmt, ap);
sys/kern/kern_kthread.c
147
vsnprintf(tdname, sizeof(tdname), fmt, ap);
sys/kern/kern_kthread.c
351
vsnprintf(tdname, sizeof(tdname), fmt, ap);
sys/kern/kern_kthread.c
513
vsnprintf(td->td_name, sizeof(td->td_name), fmt, ap);
sys/kern/kern_kthread.c
521
vsnprintf(buf, sizeof(buf), fmt, ap);
sys/kern/kern_shutdown.c
819
(void)vsnprintf(buf, sizeof(buf), fmt, ap);
sys/kern/kern_shutdown.c
944
(void)vsnprintf(buf, sizeof(buf), fmt, ap);
sys/kern/subr_bus.c
4905
vsnprintf(descr, sizeof(descr), fmt, ap);
sys/kern/subr_gtaskqueue.c
457
vsnprintf(ktname, sizeof(ktname), name, ap);
sys/kern/subr_intr.c
512
vsnprintf(isrc->isrc_name, INTR_ISRC_NAMELEN, fmt, ap);
sys/kern/subr_prf.c
559
retval = vsnprintf(str, size, format, ap);
sys/kern/subr_sbuf.c
691
len = vsnprintf(&s->s_buf[s->s_len], SBUF_FREESPACE(s) + 1,
sys/kern/subr_taskqueue.c
711
vsnprintf(ktname, sizeof(ktname), name, ap);
sys/kern/vfs_mount.c
2449
vsnprintf(errmsg, (size_t)len, fmt, ap);
sys/kern/vfs_mount.c
2465
vsnprintf(errmsg, (size_t)len, fmt, ap);
sys/libkern/asprintf.c
40
len = vsnprintf(&dummy, 0, format, tmp_va);
sys/libkern/asprintf.c
53
ret = vsnprintf(*buf, len, format, va);
sys/net/route/fib_algo.c
423
vsnprintf(buf, sizeof(buf), fmt, ap);
sys/net80211/ieee80211_input.c
1009
len = vsnprintf(buf, sizeof(buf), fmt, ap);
sys/net80211/ieee80211_input.c
1032
len = vsnprintf(buf, sizeof(buf), fmt, ap);
sys/net80211/ieee80211_input.c
1054
len = vsnprintf(buf, sizeof(buf), fmt, ap);
sys/net80211/ieee80211_input.c
950
len = vsnprintf(buf, sizeof(buf), fmt, ap);
sys/net80211/ieee80211_input.c
970
len = vsnprintf(buf, sizeof(buf), fmt, ap);
sys/net80211/ieee80211_input.c
990
len = vsnprintf(buf, sizeof(buf), fmt, ap);
sys/netgraph/ng_parse.c
1629
len = vsnprintf(*cbufp, *cbuflenp, fmt, args);
sys/netinet/libalias/alias_db.c
140
vsnprintf(str, LIBALIAS_BUF_SIZE, format, ap);
sys/netinet/libalias/alias_sctp.c
2721
vsnprintf(buffer, LIBALIAS_BUF_SIZE, format, ap);
sys/netlink/netlink_message_parser.c
64
vsnprintf(buf, NL_MAX_ERROR_BUF, fmt, ap);
sys/security/mac_do/mac_do.c
441
vsnprintf(err->msg, PARSE_ERROR_SIZE, fmt, ap);
sys/sys/boottrace.h
63
len = vsnprintf(msg, sizeof(msg), fmt, ap);
sys/sys/systm.h
234
int vsnprintf(char *, size_t, const char *, __va_list) __printflike(3, 0);
sys/tests/ktest.c
330
vsnprintf(ctx->buf, ctx->bufsize, fmt, ap);
sys/xen/xenbus/xenbus.c
113
ret = vsnprintf(printf_buffer+len, PRINTF_BUFFER_SIZE-len, fmt, ap);
tests/sys/kern/ktrace_test.c
83
vsnprintf(buf, sizeof(buf), fmt, ap);
tests/sys/kern/ptrace_test.c
107
vsnprintf(buf, sizeof(buf), fmt, ap);
tools/regression/sockets/unix_cmsg/uc_common.c
66
if (vsnprintf(buf, sizeof(buf), format, ap) < 0)
tools/regression/sockets/unix_cmsg/uc_common.c
81
if (vsnprintf(buf, sizeof(buf), format, ap) < 0)
tools/regression/sockets/unix_cmsg/uc_common.c
97
if (vsnprintf(buf, sizeof(buf), format, ap) < 0)
tools/tools/net80211/wesside/wesside/wesside.c
240
vsnprintf(lame, sizeof(lame), fmt, ap);
tools/tools/usbtest/usbtest.c
95
vsnprintf(menu, sizeof(menu), fmt, args);
usr.bin/systat/main.c
360
(void) vsnprintf(buf, sizeof(buf), fmt, ap);
usr.bin/top/display.c
988
vsnprintf(next_msg, setup_buffer_bufsiz + NEXT_MSG_ADDLEN,
usr.sbin/autofs/log.c
93
ret = vsnprintf(msgbuf, sizeof(msgbuf), fmt, ap);
usr.sbin/jail/jail.c
630
len = vsnprintf(NULL, 0, fmt, tap);
usr.sbin/jail/jail.c
633
(void)vsnprintf(cs, len + 1, fmt, ap);
usr.sbin/jail/jail.c
653
len = vsnprintf(NULL, 0, fmt, tap);
usr.sbin/jail/jail.c
656
(void)vsnprintf(cs, len + 1, fmt, ap);
usr.sbin/moused/moused/moused.c
1258
vsnprintf(buf, sizeof(buf), fmt, ap);
usr.sbin/moused/msconvd/msconvd.c
769
vsnprintf(buf, sizeof(buf), fmt, ap);
usr.sbin/route6d/route6d.c
3472
vsnprintf(buf, sizeof(buf), fmt, ap);
usr.sbin/uhsoctl/uhsoctl.c
591
vsnprintf(cmd, sizeof(cmd), cf, ap);
usr.sbin/uhsoctl/uhsoctl.c
678
vsnprintf(cmd, sizeof(cmd), cf, ap);