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

/freebsd-11.0-release/contrib/sendmail/libsm/
H A Dvprintf.c29 ** as sm_io_vfprintf() does.
38 return sm_io_vfprintf(smiostdout, timeout, fmt, ap);
H A Dfprintf.c52 ret = sm_io_vfprintf(fp, timeout, fmt, ap);
H A Dsnprintf.c82 ret = sm_io_vfprintf(&fake, SM_TIME_FOREVER, fmt, ap);
H A Dvasprintf.c82 ret = sm_io_vfprintf(&fake, SM_TIME_FOREVER, fmt, ap);
H A Dvsnprintf.c34 ** result from sm_io_vfprintf()
75 ret = sm_io_vfprintf(&fake, SM_TIME_FOREVER, fmt, ap);
H A Ddebug.c158 sm_io_vfprintf(SmDebugOutput, SmDebugOutput->f_timeout, fmt, ap);
H A Dvfprintf.c129 ret = sm_io_vfprintf(&fake, SM_TIME_FOREVER, fmt, ap);
173 sm_io_vfprintf(fp, timeout, fmt0, ap) function
708 cp = "bug in sm_io_vfprintf: bad base";
/freebsd-11.0-release/contrib/sendmail/include/sm/
H A Dio.h303 int sm_io_vfprintf __P((SM_FILE_T *, int, const char *, va_list));
/freebsd-11.0-release/contrib/sendmail/rmail/
H A Drmail.c434 (void) sm_io_vfprintf(smioerr, SM_TIME_DEFAULT, fmt, ap);
/freebsd-11.0-release/contrib/sendmail/vacation/
H A Dvacation.c1194 sm_io_vfprintf(smioerr, SM_TIME_DEFAULT, fmt, ap);

Completed in 65 milliseconds