Searched refs:sm_stringf_x (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/sendmail/libsm/ |
H A D | stringf.c | 41 sm_stringf_x(const char *fmt, ...) in sm_stringf_x() function 43 sm_stringf_x(fmt, va_alist) in sm_stringf_x()
|
H A D | t-string.c | 31 s = sm_stringf_x("%.3s%03d", "foobar", 42); 35 s = sm_stringf_x("+%*x+", 2000, 0xCAFE);
|
/freebsd/contrib/sendmail/include/sm/ |
H A D | string.h | 63 sm_stringf_x __P((const char *_fmt, ...));
|
/freebsd/contrib/sendmail/src/ |
H A D | map.c | 4515 nbuf = sm_stringf_x(format, 8727 nbuf = sm_stringf_x("%s%c%d", conn, CONDELSE, (int) CurrentPid);
|