Searched refs:auth_openprincipals (Results 1 – 3 of 3) sorted by relevance
175 FILE *auth_openprincipals(const char *, struct passwd *, int);
210 if ((f = auth_openprincipals(file, pw, options.strict_modes)) == NULL) { in match_principals_file()
539 auth_openprincipals(const char *file, struct passwd *pw, int strict_modes) in auth_openprincipals() function