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

/sendmail/sendmail/
H A Ddaemon.c124 ** for some reason.
3025 char *reason; local
3029 reason = ShutdownRequest;
3034 sm_syslog(LOG_INFO, CurEnv->e_id, "stopping daemon, reason=%s",
3035 reason == NULL ? "implicit call" : reason);
3107 char *reason; local
3115 reason = RestartRequest;
3130 reason == NULL ? "implicit call" : reason);
[all...]
H A Dtls.c1650 int reason, depth; local
1654 reason = X509_STORE_CTX_get_error(ctx);
1669 "STARTTLS: %s cert verify: depth=%d %s, state=%d, reason=%s",
1670 name, depth, buf, ok, X509_verify_cert_error_string(reason));

Completed in 12 milliseconds