Searched refs:dlfailure (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/OpenPAM-20/compat/
H A Dpam_shim.c130 void dlfailure (const char *caller) function
143 if (NULL == openpam) dlfailure("pam_start");
145 if (NULL == func) dlfailure("pam_start");
156 if (NULL == openpam) dlfailure("pam_end");
158 if (NULL == func) dlfailure("pam_end");
170 if (NULL == openpam) dlfailure("pam_authenticate");
172 if (NULL == func) dlfailure("pam_authenticate");
184 if (NULL == openpam) dlfailure("pam_setcred");
186 if (NULL == func) dlfailure("pam_setcred");
198 if (NULL == openpam) dlfailure("pam_acct_mgm
[all...]

Completed in 125 milliseconds