Home
last modified time | relevance | path

Searched refs:PAM_NUM_ERRORS (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/openpam/lib/libpam/
H A Dopenpam_constants.h35 extern const char *pam_err_name[PAM_NUM_ERRORS];
36 extern const char *pam_err_text[PAM_NUM_ERRORS];
H A Dopenpam_constants.c46 const char *pam_err_name[PAM_NUM_ERRORS] = {
83 const char *pam_err_text[PAM_NUM_ERRORS] = {
H A Dpam_strerror.c62 if (error_number >= 0 && error_number < PAM_NUM_ERRORS) { in pam_strerror()
H A Dopenpam_debug.h72 if (c_ >= 0 && c_ < PAM_NUM_ERRORS) \
/dragonfly/contrib/openpam/include/security/
H A Dpam_constants.h85 PAM_NUM_ERRORS /* OpenPAM extension */ enumerator