Home
last modified time | relevance | path

Searched refs:vsnprintf (Results 101 – 125 of 301) sorted by relevance

12345678910>>...13

/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_osdep.c232 (void) vsnprintf(buf, sizeof (buf), fmt, args); in i40e_debug()
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_debug.c167 len += vsnprintf(msg_ptr, RDS_PRINT_BUF_LEN - len - 2, fmt, ap); in rds_vlog()
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_util.c451 size = vsnprintf(newbuf, STDBUFSIZE, fmt, ap); in vp2buf()
458 size = vsnprintf(newbuf, size+1, fmt, ap); in vp2buf()
/illumos-gate/usr/src/cmd/rcap/common/
H A Dutils.c68 (void) vsnprintf(buf + strlen(buf), LINELEN - 1 - strlen(buf), in vdprintfe()
/illumos-gate/usr/src/uts/common/io/
H A Dstr_conf.c102 (void) vsnprintf(ptr, buf + BUFSZ - ptr, fmt, alist); in i_fmodsw_dprintf()
/illumos-gate/usr/src/lib/libdisasm/common/
H A Dlibdisasm.c316 return (vsnprintf(s, n, format, args)); in dis_vsnprintf()
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_ofs_debug_util.c161 len += vsnprintf(msg_ptr, SOL_OFS_PRINT_BUF_LEN - len - 2, fmt, ap); in sol_ofs_dprintf_vlog()
/illumos-gate/usr/src/lib/libipmi/common/
H A Dipmi_util.c54 (void) vsnprintf(ihp->ih_errmsg, sizeof (ihp->ih_errmsg), in ipmi_set_error()
/illumos-gate/usr/src/cmd/lp/model/netpr/
H A Dnet.c326 (void) vsnprintf(buf, sizeof (buf), fmt, ap); in netpr_send_message()
/illumos-gate/usr/src/lib/scsi/libscsi/common/
H A Dscsi_subr.c99 (void) vsnprintf(errmsg, sizeof (hp->lsh_errmsg), fmt, ap); in libscsi_verror()
/illumos-gate/usr/src/lib/pam_modules/passwd_auth/
H A Dpasswd_auth.c52 (void) vsnprintf(messages[0], sizeof (messages[0]), fmt, ap); in error()
/illumos-gate/usr/src/lib/pam_modules/unix_auth/
H A Dunix_auth.c62 (void) vsnprintf(messages[0], sizeof (messages[0]), fmt, ap); in error()
/illumos-gate/usr/src/stand/lib/sa/
H A Dstdio.c241 nwritten = vsnprintf(NULL, 0, format, va); in fprintf()
/illumos-gate/usr/src/cmd/ctwatch/
H A Dctwatch.c93 if (vsnprintf(path, PATH_MAX, format, varg) >= PATH_MAX) { in sopen()
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_internal.c1571 if ((new_size = vsnprintf(cb->cb_buf, cb->cb_size, fmt, ap)) >= in set_char_buf()
1577 (void) vsnprintf(cb->cb_buf, cb->cb_size, fmt, ap); in set_char_buf()
1601 new_len = vsnprintf(size_buf, sizeof (size_buf), fmt, ap); in append_char_buf()
1612 (void) vsnprintf(&cb->cb_buf[old_len], cb->cb_size - old_len, fmt, ap); in append_char_buf()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dpoll_solaris.c187 vsnprintf(varnamebuff, sizeof(varnamebuff), namefmt, ap); in nv_open_fmt()
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3_debug.c166 len += vsnprintf(msg_ptr, RDSV3_PRINT_BUF_LEN - len - 2, fmt, ap); in rdsv3_vlog()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dwalkstack.c334 (void) vsnprintf(buffer, sizeof (buffer), format, ap); in async_filenoprintf()
H A Dsyslog.c315 (void) vsnprintf(o, &outline[sizeof (outline)] - o, buf, ap); in vsyslog()
/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dwine.sizeof_param410 vsnprintf 1 0
/illumos-gate/usr/src/lib/brand/solaris10/s10_support/
H A Ds10_support.c88 (void) vsnprintf(buf, sizeof (buf), msg, ap); in s10_err()
/illumos-gate/usr/src/lib/libipd/common/
H A Dlibipd.c93 (void) vsnprintf(ipd_errmsg, sizeof (ipd_errmsg), fmt, ap); in ipd_set_errno()
/illumos-gate/usr/src/lib/pam_modules/authtok_get/
H A Dauthtok_get.c49 (void) vsnprintf(messages[0], sizeof (messages[0]), fmt, ap); in error()
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_util.c277 len += vsnprintf(msg_ptr, IBTL_PRINT_BUF_LEN - len - 2, fmt, ap); in ibtf_vlog()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dstdio156 extern int vsnprintf(char*, int, const char*, va_list);
297 printf("#define vsnprintf _ast_vsnprintf\n");
437 extern int vsnprintf(char*, int, const char*, va_list);

12345678910>>...13