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

/osnet-11/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);
/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dio.h328 sm_vsnprintf __P((
H A Dconf.h3001 # define vsnprintf sm_vsnprintf
/osnet-11/usr/src/cmd/sendmail/src/
H A Derr.c916 (void) sm_vsnprintf(eb, spaceleft, fmt, ap);
H A Dconf.c2527 (void) sm_vsnprintf(p, SPACELEFT(buf, p), fmt, ap);
2623 (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.c3502 (void) sm_vsnprintf(p, SPACELEFT(buf, p), msg, ap);
H A Dusersmtp.c3311 (void) sm_vsnprintf(SmtpMsgBuffer, sizeof(SmtpMsgBuffer), f, ap);

Completed in 62 milliseconds