Home
last modified time | relevance | path

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

/freebsd/lib/libpam/modules/pam_tacplus/
H A Dpam_tacplus.c75 syslog(LOG_CRIT, "%s: %s", funcname, tac_strerror(tach)); in do_item()
89 syslog(LOG_CRIT, "tac_get_msg: %s", tac_strerror(tach)); in get_msg()
100 syslog(LOG_CRIT, "tac_set_msg: %s", tac_strerror(tach)); in set_msg()
124 syslog(LOG_ALERT, "tac_config: %s", tac_strerror(tach)); in pam_sm_authenticate()
130 syslog(LOG_CRIT, "tac_create_authen: %s", tac_strerror(tach)); in pam_sm_authenticate()
165 tac_strerror(tach)); in pam_sm_authenticate()
/freebsd/lib/libtacplus/
H A Dtaclib.h135 const char *tac_strerror(struct tac_handle *);
H A Dtaclib.c1313 tac_strerror(struct tac_handle *h) in tac_strerror() function
/freebsd/lib/nss_tacplus/
H A Dnss_tacplus.c40 syslog(LOG_ERR, "%s(): %s", func, tac_strerror(h)); in tacplus_error()