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

/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dvsnprintf.c41 sm_vsnprintf(str, n, fmt, ap) function
74 fake.f_type = "sm_vsnprintf:fake";
H A Dassert.c143 sm_vsnprintf(msg, sizeof msg, fmt, ap);
/freebsd-9.3-release/contrib/sendmail/src/
H A Dtimers.c43 (void) sm_vsnprintf(buf, sizeof(buf), msg, ap);
H A Derr.c916 (void) sm_vsnprintf(eb, spaceleft, fmt, ap);
H A Dconf.c2534 (void) sm_vsnprintf(p, SPACELEFT(buf, p), fmt, ap);
2630 (void) sm_vsnprintf(buf, sizeof(buf), fmt, ap);
5407 n = sm_vsnprintf(buf, bufsize, fmt, ap);
5584 (void) sm_vsnprintf(buf, sizeof(buf), msg, ap);
H A Dmain.c3508 (void) sm_vsnprintf(p, SPACELEFT(buf, p), msg, ap);
H A Dusersmtp.c3311 (void) sm_vsnprintf(SmtpMsgBuffer, sizeof(SmtpMsgBuffer), f, ap);
/freebsd-9.3-release/contrib/sendmail/include/sm/
H A Dio.h326 sm_vsnprintf __P((
H A Dconf.h3008 # define vsnprintf sm_vsnprintf
/freebsd-9.3-release/contrib/sendmail/mail.local/
H A Dmail.local.c1631 (void) sm_vsnprintf(&ErrBuf[len], sizeof ErrBuf - len, fmt, ap);

Completed in 204 milliseconds