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