Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Ddebug.c48 static SM_FILE_T *SmDebugOutput = smioout; variable
63 return SmDebugOutput; in sm_debug_file()
83 SmDebugOutput = fp;
102 if (SmDebugOutput != NULL && SmDebugOutput != smioout) in sm_debug_close()
104 sm_io_close(SmDebugOutput, SM_TIME_DEFAULT); in sm_debug_close()
105 SmDebugOutput = NULL; in sm_debug_close()
135 if (SmDebugOutput == NULL)
152 sm_io_fprintf(SmDebugOutput, SmDebugOutput->f_timeout,
158 sm_io_vfprintf(SmDebugOutput, SmDebugOutput->f_timeout, fmt, ap);
175 sm_io_flush(SmDebugOutput, SM_TIME_DEFAULT); in sm_dflush()