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