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

/freebsd-10.1-release/crypto/heimdal/appl/login/
H A Dlogin_access.c52 static int from_match(char *tok, struct login_info *item);
115 match = (list_match(froms, &item, from_match)
211 return (user_match(tok, item) && from_match(at + 1, &fake_item));
226 /* from_match - match a host or tty against a list of tokens */
228 static int from_match(char *tok, struct login_info *item) function
/freebsd-10.1-release/crypto/heimdal/appl/rsh/
H A Dlogin_access.c52 static int from_match(char *tok, struct login_info *item);
115 match = (list_match(froms, &item, from_match)
211 return (user_match(tok, item) && from_match(at + 1, &fake_item));
226 /* from_match - match a host or tty against a list of tokens */
228 static int from_match(char *tok, struct login_info *item) function
/freebsd-10.1-release/lib/libpam/modules/pam_login_access/
H A Dlogin_access.c44 static int from_match(const char *, const char *);
101 match = (list_match(froms, from, from_match)
197 /* from_match - match a host or tty against a list of tokens */
200 from_match(const char *tok, const char *string) function

Completed in 183 milliseconds