login_access.c | 51 static int list_match(char *, const char *, 121 match = (list_match(froms, from, from_match) 122 && list_match(users, user, user_match)); 131 /* list_match - match an item against a list of tokens with exceptions */ 134 list_match(char *list, const char *item, function in typeref:typename:int 158 if (tok == 0 || list_match((char *) 0, item, match_fn) == NO)
|