Searched refs:netgroup_match (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/crypto/heimdal/appl/login/
H A Dlogin_access.c175 /* netgroup_match - match group against machine or user */
177 static int netgroup_match(char *group, char *machine, char *user) function
213 return (netgroup_match(tok + 1, (char *) 0, string));
244 return (netgroup_match(tok + 1, string, (char *) 0));
/freebsd-12-stable/crypto/heimdal/appl/rsh/
H A Dlogin_access.c175 /* netgroup_match - match group against machine or user */
177 static int netgroup_match(char *group, char *machine, char *user) function
213 return (netgroup_match(tok + 1, (char *) 0, string));
244 return (netgroup_match(tok + 1, string, (char *) 0));
/freebsd-12-stable/lib/libpam/modules/pam_login_access/
H A Dlogin_access.c44 static int netgroup_match(const char *, const char *, const char *);
149 /* netgroup_match - match group against machine or user */
152 netgroup_match(const char *group, const char *machine, const char *user) function
227 return (netgroup_match(tok + 1, (char *) 0, string));
263 return (netgroup_match(tok + 1, string, (char *) 0));

Completed in 179 milliseconds