Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sendmail/libsm/
H A Dvprintf.c40 return sm_io_vfprintf(smiostdout, timeout, fmt, ap);
H A Dfprintf.c54 ret = sm_io_vfprintf(fp, timeout, fmt, ap);
H A Dvsnprintf.c77 ret = sm_io_vfprintf(&fake, SM_TIME_FOREVER, 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 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) in sm_io_vfprintf() function
/titanic_50/usr/src/cmd/sendmail/include/sm/
H A Dio.h305 int sm_io_vfprintf __P((SM_FILE_T *, int, const char *, va_list));