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

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dvprintf.c31 ** as sm_io_vfprintf() does.
40 return sm_io_vfprintf(smiostdout, timeout, fmt, ap);
H A Dfprintf.c54 ret = sm_io_vfprintf(fp, timeout, fmt, ap);
H A Dsnprintf.c84 ret = sm_io_vfprintf(&fake, SM_TIME_FOREVER, fmt, ap);
H A Dvasprintf.c84 ret = sm_io_vfprintf(&fake, SM_TIME_FOREVER, fmt, ap);
H A Dvsnprintf.c36 ** result from sm_io_vfprintf()
77 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.c131 ret = sm_io_vfprintf(&fake, SM_TIME_FOREVER, fmt, ap);
175 sm_io_vfprintf(fp, timeout, fmt0, ap) function
710 cp = "bug in sm_io_vfprintf: bad base";
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dio.h305 int sm_io_vfprintf __P((SM_FILE_T *, int, const char *, va_list));

Completed in 95 milliseconds