Searched refs:match_pattern_list (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | match.h | 18 int match_pattern_list(const char *, const char *, u_int, int);
|
D | match.c | 119 match_pattern_list(const char *string, const char *pattern, u_int len, in match_pattern_list() function 181 return match_pattern_list(host, pattern, len, 1); in match_hostname()
|
D | groupaccess.c | 106 switch (match_pattern_list(groups_byname[i], in ga_match_pattern_list()
|
D | compat.c | 169 if (match_pattern_list(version, check[i].pat, in compat_datafellows()
|
D | servconf.c | 630 if (match_pattern_list(user, arg, len, 0) != 1) in match_cfg_line()
|