Home
last modified time | relevance | path

Searched refs:ga_init (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/ssh/include/
H A Dgroupaccess.h37 int ga_init(const char *, gid_t);
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dgroupaccess.c46 ga_init(const char *user, gid_t base) in ga_init() function
H A Dauth.c185 if (ga_init(pw->pw_name, pw->pw_gid) == 0) { in allowed_user()
H A Dservconf.c641 } else if (ga_init(pw->pw_name, pw->pw_gid) == 0) { in match_cfg_line_group()