Home
last modified time | relevance | path

Searched refs:group_match (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libpam/modules/pam_login_access/
H A Dlogin_access.c44 static int group_match(const char *, const char *);
176 group_match(const char *tok, const char *username) in group_match() function
230 rc = group_match(grpstr, string); in user_match()
236 return (group_match(tok, string)); in user_match()