Searched defs:SM_LOG_STR (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmain.c282 # ifndef SM_LOG_STR
283 # define SM_LOG_STR "sendmail" macro
284 # endif /* ! SM_LOG_STR */
286 openlog(SM_LOG_STR, LOG_PID, LOG_MAIL);
288 openlog(SM_LOG_STR, LOG_PID);

Completed in 168 milliseconds