Searched refs:sm_io_vfprintf (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/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 | 158 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
|
/illumos-gate/usr/src/cmd/sendmail/include/sm/ |
H A D | io.h | 303 int sm_io_vfprintf __P((SM_FILE_T *, int, const char *, va_list));
|