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

/freebsd-12-stable/contrib/sendmail/include/sm/
H A Ddebug.h52 # define SM_DEBUG_UNKNOWN ((SM_ATOMIC_UINT_T)(-1)) macro
64 ** It is initialized to SM_DEBUG_UNKNOWN, which indicates
66 ** SM_DEBUG_UNKNOWN, then the access functions will look up
108 ((debug)->debug_level != SM_DEBUG_UNKNOWN || \
112 ((debug)->debug_level == SM_DEBUG_UNKNOWN \
115 # define sm_debug_unknown(debug) ((debug)->debug_level == SM_DEBUG_UNKNOWN)
130 SM_DEBUG_UNKNOWN, \
/freebsd-12-stable/contrib/sendmail/libsm/
H A Ddebug.c263 debug->debug_level = SM_DEBUG_UNKNOWN;
414 if (debug->debug_level == SM_DEBUG_UNKNOWN)

Completed in 85 milliseconds