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

/freebsd-10-stable/lib/libpam/modules/pam_login_access/
H A Dlogin_access.c47 static int netgroup_match(const char *, const char *, const char *);
144 /* netgroup_match - match group against machine or user */
147 netgroup_match(const char *group, const char *machine, const char *user) function
186 return (netgroup_match(tok + 1, (char *) 0, string));
215 return (netgroup_match(tok + 1, string, (char *) 0));
/freebsd-10-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-10-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));

Completed in 169 milliseconds