Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/libpam/modules/pam_tacplus/
HDpam_tacplus.c76 syslog(LOG_CRIT, "%s: %s", funcname, tac_strerror(tach)); in do_item()
90 syslog(LOG_CRIT, "tac_get_msg: %s", tac_strerror(tach)); in get_msg()
101 syslog(LOG_CRIT, "tac_set_msg: %s", tac_strerror(tach)); in set_msg()
125 syslog(LOG_ALERT, "tac_config: %s", tac_strerror(tach)); in pam_sm_authenticate()
131 syslog(LOG_CRIT, "tac_create_authen: %s", tac_strerror(tach)); in pam_sm_authenticate()
166 tac_strerror(tach)); in pam_sm_authenticate()
/freebsd-14-stable/lib/libtacplus/
HDtaclib.h135 const char *tac_strerror(struct tac_handle *);
HDtaclib.c1314 tac_strerror(struct tac_handle *h) in tac_strerror() function
/freebsd-14-stable/lib/nss_tacplus/
HDnss_tacplus.c40 syslog(LOG_ERR, "%s(): %s", func, tac_strerror(h)); in tacplus_error()