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

/sendmail/libsm/
H A Ddebug.c48 static SM_FILE_T *SmDebugOutput = smioout; variable
63 return SmDebugOutput;
76 ** Sets SmDebugOutput.
83 SmDebugOutput = fp;
96 ** Closes SmDebugOutput.
102 if (SmDebugOutput != NULL && SmDebugOutput != smioout)
104 sm_io_close(SmDebugOutput, SM_TIME_DEFAULT);
105 SmDebugOutput = NULL;
135 if (SmDebugOutput
[all...]

Completed in 2951 milliseconds