Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dgroupaccess.h38 int ga_match(char * const *, int);
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dgroupaccess.c75 ga_match(char * const *groups, int n) in ga_match() function
H A Dauth.c193 if (ga_match(options.deny_groups, in allowed_user()
205 if (!ga_match(options.allow_groups, in allowed_user()