Searched refs:sm_stringf_x (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/sendmail/libsm/ |
H A D | stringf.c | 43 sm_stringf_x(const char *fmt, ...) in sm_stringf_x() function 45 sm_stringf_x(fmt, va_alist) in sm_stringf_x()
|
H A D | t-string.c | 33 s = sm_stringf_x("%.3s%03d", "foobar", 42); 37 s = sm_stringf_x("+%*x+", 2000, 0xCAFE);
|
/titanic_41/usr/src/cmd/sendmail/include/sm/ |
H A D | string.h | 65 sm_stringf_x __P((const char *_fmt, ...));
|
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | map.c | 3837 nbuf = sm_stringf_x(format, 7817 nbuf = sm_stringf_x("%s%c%d", conn, CONDELSE, (int) CurrentPid);
|