Searched refs:user_match (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/heimdal/appl/login/ |
H A D | login_access.c | 51 static int user_match(char *tok, struct login_info *item); 116 && list_match(users, &item, user_match)); in login_access() 193 static int user_match(char *tok, struct login_info *item) in user_match() function 211 return (user_match(tok, item) && from_match(at + 1, &fake_item)); in user_match()
|
/freebsd/crypto/heimdal/appl/rsh/ |
H A D | login_access.c | 51 static int user_match(char *tok, struct login_info *item); 116 && list_match(users, &item, user_match)); in login_access() 193 static int user_match(char *tok, struct login_info *item) in user_match() function 211 return (user_match(tok, item) && from_match(at + 1, &fake_item)); in user_match()
|
/freebsd/lib/libpam/modules/pam_login_access/ |
H A D | login_access.c | 43 static int user_match(const char *, const char *, struct pam_login_access_options *); 99 && list_match(users, user, user_match, login_access_opts)); in login_access() 210 user_match(const char *tok, const char *string, in user_match() function
|