Searched refs:pam_func_t (Results 1 – 2 of 2) sorted by relevance
295 typedef int (*pam_func_t)(struct pam_handle *, int, int, const char **); typedef303 pam_func_t func[PAM_NUM_PRIMITIVES];
137 module->func[i] = (pam_func_t)dlfunc(module->dlh, in try_module()