Searched refs:sm_io_vfprintf (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/cmd/sendmail/libsm/ |
H A D | vprintf.c | 40 return sm_io_vfprintf(smiostdout, timeout, fmt, ap);
|
H A D | fprintf.c | 54 ret = sm_io_vfprintf(fp, timeout, fmt, ap);
|
H A D | vsnprintf.c | 77 ret = sm_io_vfprintf(&fake, SM_TIME_FOREVER, fmt, ap);
|
H A D | snprintf.c | 84 ret = sm_io_vfprintf(&fake, SM_TIME_FOREVER, fmt, ap);
|
H A D | vasprintf.c | 84 ret = sm_io_vfprintf(&fake, SM_TIME_FOREVER, fmt, ap);
|
H A D | debug.c | 158 sm_io_vfprintf(SmDebugOutput, SmDebugOutput->f_timeout, fmt, ap);
|
H A D | vfprintf.c | 131 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 D | io.h | 305 int sm_io_vfprintf __P((SM_FILE_T *, int, const char *, va_list));
|