Searched refs:sm_vsnprintf (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dvsnprintf.c43 sm_vsnprintf(str, n, fmt, ap) function
76 fake.f_type = "sm_vsnprintf:fake";
H A Dassert.c145 sm_vsnprintf(msg, sizeof msg, fmt, ap);
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dio.h328 sm_vsnprintf __P((
H A Dconf.h2992 # define vsnprintf sm_vsnprintf
/illumos-gate/usr/src/cmd/sendmail/src/
H A Derr.c916 (void) sm_vsnprintf(eb, spaceleft, fmt, ap);
H A Dconf.c2529 (void) sm_vsnprintf(p, SPACELEFT(buf, p), fmt, ap);
2625 (void) sm_vsnprintf(buf, sizeof(buf), fmt, ap);
5354 n = sm_vsnprintf(buf, bufsize, fmt, ap);
5515 (void) sm_vsnprintf(buf, sizeof(buf), msg, ap);
H A Dmain.c3505 (void) sm_vsnprintf(p, SPACELEFT(buf, p), msg, ap);
H A Dusersmtp.c3303 (void) sm_vsnprintf(SmtpMsgBuffer, sizeof(SmtpMsgBuffer), f, ap);

Completed in 152 milliseconds