Searched refs:PAM_MAX_ITEMS (Results 1 – 2 of 2) sorted by relevance
110 #define PAM_MAX_ITEMS 64 /* Max number of items */ macro211 struct pam_item ps_item[PAM_MAX_ITEMS]; /* array of PAM items */
56 static char *pam_inames [PAM_MAX_ITEMS] = {118 item_type >= PAM_MAX_ITEMS || in pam_trace_iname()417 if (item_type <= 0 || item_type >= PAM_MAX_ITEMS) in pam_set_item()560 if (item_type <= 0 || item_type >= PAM_MAX_ITEMS) in pam_get_item()2524 for (i = 0; i < PAM_MAX_ITEMS; i++) { in clean_up()