Searched refs:match_pattern_list (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dmatch.h18 int match_pattern_list(const char *, const char *, u_int, int);
H A Dgroupaccess.c103 switch (match_pattern_list(groups_byname[i],
H A Dmatch.c120 match_pattern_list(const char *string, const char *pattern, u_int len, function
182 return match_pattern_list(host, pattern, len, 1);
H A Dcompat.c173 if (match_pattern_list(version, check[i].pat,
H A Dssh_namespace.h331 #define match_pattern_list ssh_match_pattern_list macro
H A Dreadconf.c394 if (ignored_unknown != NULL && match_pattern_list(cp, ignored_unknown,
H A Dservconf.c725 if (match_pattern_list(ci->user, arg, len, 0) != 1)

Completed in 94 milliseconds