Symbol: vsprintf
usr/src/boot/include/stdio.h
278
int vsprintf(char * __restrict, const char * __restrict,
usr/src/boot/libsa/stand.h
280
extern void vsprintf(char *buf, const char *cfmt, __va_list);
usr/src/cmd/cmd-inet/usr.sbin/in.rarpd.c
1020
(void) vsprintf(buf, fmt, ap);
usr/src/cmd/cmd-inet/usr.sbin/in.rexecd.c
492
(void) vsprintf(buf+1, fmt, ap);
usr/src/cmd/fs.d/autofs/autod_main.c
560
(void) vsprintf(buff, fmtbuff, ap);
usr/src/cmd/fs.d/df.c
325
cc = vsprintf(&buf[offset], gettext(fmt), ap);
usr/src/cmd/krb5/slave/kpropd.c
1219
vsprintf(error_buf, fmt, args);
usr/src/cmd/listen/lslog.c
208
(void) vsprintf(buf, format, ap);
usr/src/cmd/lp/filter/postscript/postio/parallel.c
259
vsprintf(mesg, fmt, ap);
usr/src/cmd/lp/model/lp.cat.c
281
vsprintf(mesg, fmt, ap);
usr/src/cmd/luxadm/fabric_conf.c
67
(void) vsprintf(input_merged_msg, input_tmplt, ap);
usr/src/cmd/make/lib/mksh/misc.cc
393
(void) vsprintf(buf + mksh_fat_err_len, message, args);
usr/src/cmd/svr4pkg/libinst/ptext.c
45
(void) vsprintf(buffer, fmt, ap);
usr/src/cmd/zdump/zdump.c
938
n = vsprintf(buf, format, args);
usr/src/cmd/ztest/ztest.c
532
(void) vsprintf(buf + strlen(buf), message, args);
usr/src/common/ficl/vm.c
2364
(void) vsprintf(vm->pad, fmt, list);
usr/src/common/ficl/vm.c
2375
(void) vsprintf(vm->pad, fmt, list);
usr/src/common/util/string.h
50
extern int vsprintf(char *, const char *, va_list);
usr/src/head/iso/stdio_iso.h
219
extern int vsprintf(char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD,
usr/src/head/stdio.h
119
using std::vsprintf;
usr/src/lib/cfgadm_plugins/ac/common/mema_util.c
72
(void) vsprintf(ebuf, fmt, ap);
usr/src/lib/gss_mechs/mech_krb5/et/com_err.c
162
vsprintf(whilebuf, fmt, ap);
usr/src/lib/krb5/kadm5/clnt/logger.c
1087
vsprintf(syslogp, format, arglist);
usr/src/lib/krb5/kadm5/clnt/logger.c
454
vsprintf(cp, actual_format, ap);
usr/src/lib/krb5/kadm5/srv/logger.c
1085
vsprintf(syslogp, format, arglist);
usr/src/lib/krb5/kadm5/srv/logger.c
455
vsprintf(cp, actual_format, ap);
usr/src/lib/libc/port/gen/lfmt_log.c
88
msg_offset += 1 + vsprintf(msg.buf + msg_offset, text, args);
usr/src/lib/libc/port/i18n/wsprintf.c
59
if (vsprintf(p1, format, ap) == -1) {
usr/src/lib/libc/port/print/vsprintf.c
94
count = vsprintf(string, format, ap);
usr/src/lib/libprtdiag/common/display_funcs.c
160
len = vsprintf(buffer, fmt, ap);
usr/src/lib/libresolv2/common/irs/irp.c
525
(void) vsprintf(buffer, fmt, ap);
usr/src/lib/libresolv2/common/isc/logging.c
356
(void)vsprintf(lc->buffer, format, args);
usr/src/lib/libresolv2/include/port_after.h
527
char *vsprintf(char *, const char *, va_list);
usr/src/lib/libsqlite/tool/lemon.c
1283
vsprintf(errmsg,format,ap);
usr/src/lib/libxcurses/h/m_wchar.h
226
#define vswprintf(w,n,f,v) vsprintf((char*)w,(const char*)f, v)
usr/src/lib/libxcurses/src/libc/xcurses/vw_print.c
66
(void) vsprintf(buffer, fmt, ap);
usr/src/lib/libxcurses/src/libc/xcurses/vw_print.c
68
(void) vsprintf(buffer, fmt, (va_list) ap);
usr/src/lib/libxcurses/src/libc/xcurses/vwprintw.c
75
(void) vsprintf(buffer, fmt, ap);
usr/src/lib/libxcurses/src/libc/xcurses/vwprintw.c
77
(void) vsprintf(buffer, fmt, (va_list) ap);
usr/src/stand/lib/sa/stdio.h
96
extern int vsprintf(char *, const char *, va_list);
usr/src/tools/smatch/src/check_kernel_printf.c
1412
printf_hook(vsprintf, 2, 0); /* include/linux/kernel.h */
usr/src/tools/smatch/src/lib.c
139
vsprintf(buffer, fmt, args);
usr/src/tools/smatch/src/show-parse.c
205
n = vsprintf(buffer, fmt, args);
usr/src/tools/smatch/src/show-parse.c
219
n = vsprintf(buffer, fmt, args);
usr/src/ucbhead/stdio.h
184
extern char *vsprintf(char *, char *, __va_list);
usr/src/ucblib/libcurses/printw.c
69
(void) vsprintf(buf, fmt, ap);
usr/src/uts/common/crypto/io/dca.c
2414
(void) vsprintf(buf, mess, ap);
usr/src/uts/common/fs/zfs/spa_history.c
538
(void) vsprintf(msg, fmt, adx);
usr/src/uts/common/io/aac/aac.c
8083
(void) vsprintf(aac_prt_buf, fmt, args);
usr/src/uts/common/io/cardbus/cardbus.c
2380
(void) vsprintf(buf, fmt, adx);
usr/src/uts/common/io/chxge/glue.c
416
(void) vsprintf(buf, fmt, ap);
usr/src/uts/common/io/chxge/glue.c
432
(void) vsprintf(buf, fmt, ap);
usr/src/uts/common/io/chxge/glue.c
448
(void) vsprintf(buf, fmt, ap);
usr/src/uts/common/io/cmlb.c
478
(void) vsprintf(cmlb_log_buffer, fmt, ap);
usr/src/uts/common/io/conskbd.c
2447
(void) vsprintf(buf, fmt, ap);
usr/src/uts/common/io/e1000g/e1000g_debug.c
144
(void) vsprintf(buf, fmt, ap);
usr/src/uts/common/io/fibre-channel/impl/fp.c
14998
(void) vsprintf(buf + strlen(buf), fmt, ap);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
9659
(void) vsprintf(buf, fmt, ap);
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
1843
(void) vsprintf(buf + strlen(buf), fmt, ap);
usr/src/uts/common/io/hxge/hpi.c
56
(void) vsprintf(msg_buffer, fmt, ap);
usr/src/uts/common/io/hxge/hxge_main.c
1130
(void) vsprintf(msg_buffer, fmt, ap);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
9922
(void) vsprintf(buff+strlen(buff), fmt, ap);
usr/src/uts/common/io/ib/clients/daplt/daplt.c
9935
(void) vsprintf(buff, fmt, ap);
usr/src/uts/common/io/kbtrans/kbtrans.c
564
(void) vsprintf(buf, fmt, ap);
usr/src/uts/common/io/nxge/npi/npi.c
59
(void) vsprintf(msg_buffer, fmt, ap);
usr/src/uts/common/io/nxge/nxge_main.c
1893
(void) vsprintf(msg_buffer, fmt, ap);
usr/src/uts/common/io/pcic.c
6839
(void) vsprintf(buf, fmt, adx);
usr/src/uts/common/io/sata/adapters/ahci/ahci.c
10300
(void) vsprintf(ahci_log_buf, fmt, ap);
usr/src/uts/common/io/sata/impl/sata.c
18320
(void) vsprintf(sata_log_buf, fmt, ap);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
10087
(void) vsprintf(mptsas_log_buf, fmt, ap);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
10136
(void) vsprintf(mptsas_log_buf, fmt, ap);
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
2570
(void) vsprintf(buf, fmt, ap);
usr/src/uts/common/io/scsi/impl/scsi_hba.c
545
(void) vsprintf(scsi_hba_log_buf, f, ap);
usr/src/uts/common/io/scsi/impl/scsi_subr.c
1307
(void) vsprintf(scsi_log_buffer, fmt, ap);
usr/src/uts/common/io/scsi/targets/sd.c
2106
(void) vsprintf(sd_log_buf, fmt, ap);
usr/src/uts/common/io/scsi/targets/sd.c
2116
(void) vsprintf(sd_log_buf, fmt, ap);
usr/src/uts/common/io/scsi/targets/sd.c
2156
(void) vsprintf(sd_log_buf, fmt, ap);
usr/src/uts/common/io/scsi/targets/sd.c
2166
(void) vsprintf(sd_log_buf, fmt, ap);
usr/src/uts/common/io/scsi/targets/sd.c
2206
(void) vsprintf(sd_log_buf, fmt, ap);
usr/src/uts/common/io/scsi/targets/sd.c
2216
(void) vsprintf(sd_log_buf, fmt, ap);
usr/src/uts/common/io/scsi/targets/ses.c
1517
(void) vsprintf(buf, fmt, ap);
usr/src/uts/common/io/urtw/urtw.c
583
(void) vsprintf(msg_buffer, fmt, ap);
usr/src/uts/common/io/wscons.c
1511
(void) vsprintf(buf, fmt, ap);
usr/src/uts/common/io/xge/drv/xge_osdep.h
148
(void) vsprintf(buf, fmt, va); \
usr/src/uts/common/sys/cmn_err.h
106
extern char *vsprintf(char *, const char *, __va_list)
usr/src/uts/i86pc/io/acpi_drv/acpi_drv.c
753
(void) vsprintf(acpi_drv_prt_buf, fmt, args);
usr/src/uts/intel/io/amd8111s/amd8111s_main.c
671
(void) vsprintf(buf, fmt, ap);
usr/src/uts/intel/io/dktp/dcdev/gda.c
219
(void) vsprintf(buf, fmt, ap);
usr/src/uts/intel/io/ecpp.c
3604
(void) vsprintf(msg_buffer, fmt, ap);
usr/src/uts/sun/io/dada/impl/dcd_subr.c
156
(void) vsprintf(dcd_log_buffer, fmt, ap);
usr/src/uts/sun/io/eri/eri.c
4583
(void) vsprintf(msg_buffer, fmt, ap);
usr/src/uts/sun/io/eri/eri.c
4613
(void) vsprintf(msg_buffer, fmt, ap);
usr/src/uts/sun/io/scsi/adapters/fas.c
9250
(void) vsprintf(fas_log_buf, fmt, ap);
usr/src/uts/sun/io/scsi/adapters/fas.c
9273
(void) vsprintf(fas_log_buf, fmt, ap);
usr/src/uts/sun/io/scsi/adapters/fas.c
9302
(void) vsprintf(fas_log_buf, fmt, ap);
usr/src/uts/sun4u/io/i2c/nexus/pcf8584.c
212
(void) vsprintf(msg_buff, fmt, ap);
usr/src/uts/sun4u/io/i2c/nexus/smbus.c
193
(void) vsprintf(msg_buff, fmt, ap);
usr/src/uts/sun4v/io/cnex.c
142
(void) vsprintf(buf, fmt, ap);
usr/src/uts/sun4v/io/ldc.c
265
(void) vsprintf(buf, fmt, ap);
usr/src/uts/sun4v/io/niumx/niumx.c
1233
(void) vsprintf(msgbuf, fmt, ap);
usr/src/uts/sun4v/io/vcc.c
206
(void) vsprintf(buf, fmt, ap);
usr/src/uts/sun4v/io/vnet.c
357
(void) vsprintf(bufp, fmt, ap);
usr/src/uts/sun4v/io/vnet_dds.c
156
(void) vsprintf(bufp, fmt, ap);
usr/src/uts/sun4v/io/vnet_gen.c
5807
(void) vsprintf(bufp, fmt, ap);
usr/src/uts/sun4v/io/vsw.c
519
(void) vsprintf(buf, fmt, ap);
usr/src/uts/sun4v/os/suspend.c
185
(void) vsprintf(buf, fmt, ap);