Searched refs:sm_io_vfprintf (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/sendmail/libsm/ |
H A D | vprintf.c | 38 return sm_io_vfprintf(smiostdout, timeout, fmt, ap);
|
H A D | fprintf.c | 52 ret = sm_io_vfprintf(fp, timeout, fmt, ap);
|
H A D | vsnprintf.c | 75 ret = sm_io_vfprintf(&fake, SM_TIME_FOREVER, fmt, ap);
|
H A D | snprintf.c | 82 ret = sm_io_vfprintf(&fake, SM_TIME_FOREVER, fmt, ap);
|
H A D | vasprintf.c | 82 ret = sm_io_vfprintf(&fake, SM_TIME_FOREVER, fmt, ap);
|
H A D | debug.c | 190 sm_io_vfprintf(SmDebugOutput, SmDebugOutput->f_timeout, fmt, ap);
|
H A D | vfprintf.c | 129 ret = sm_io_vfprintf(&fake, SM_TIME_FOREVER, fmt, ap); 173 sm_io_vfprintf(fp, timeout, fmt0, ap) in sm_io_vfprintf() function
|
/freebsd/contrib/sendmail/rmail/ |
H A D | rmail.c | 434 (void) sm_io_vfprintf(smioerr, SM_TIME_DEFAULT, fmt, ap);
|
/freebsd/contrib/sendmail/include/sm/ |
H A D | io.h | 303 int sm_io_vfprintf __P((SM_FILE_T *, int, const char *, va_list));
|
/freebsd/contrib/sendmail/vacation/ |
H A D | vacation.c | 1274 sm_io_vfprintf(smioerr, SM_TIME_DEFAULT, fmt, ap);
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 356 copied varargs in sm_io_vfprintf(). The issues were found
|