Searched refs:string_match (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/tcp_wrappers/ |
| H A D | hosts_access.c | 95 static int string_match(char *tok, char *string); 249 return (string_match(tok, eval_daemon(request))); 251 return (string_match(tok, eval_daemon(request)) 268 && string_match(tok, eval_user(request))); 330 return (string_match(tok, eval_hostaddr(host)) 331 || (NOT_INADDR(tok) && string_match(tok, eval_hostname(host)))); 337 static int string_match(tok, string) in string_match() function
|
| H A D | CHANGES | 186 - Moving host-specific pattern matching from string_match() to the
|
| /freebsd-13.1/crypto/heimdal/appl/login/ |
| H A D | login_access.c | 53 static int string_match(char *tok, char *string); 214 } else if (string_match(tok, string)) { /* ALL or exact match */ in user_match() 245 } else if (string_match(tok, string)) { /* ALL or exact match */ in from_match() 263 static int string_match(char *tok, char *string) in string_match() function
|
| /freebsd-13.1/crypto/heimdal/appl/rsh/ |
| H A D | login_access.c | 53 static int string_match(char *tok, char *string); 214 } else if (string_match(tok, string)) { /* ALL or exact match */ in user_match() 245 } else if (string_match(tok, string)) { /* ALL or exact match */ in from_match() 263 static int string_match(char *tok, char *string) in string_match() function
|
| /freebsd-13.1/lib/libpam/modules/pam_login_access/ |
| H A D | login_access.c | 45 static int string_match(const char *, const char *); 236 } else if (string_match(tok, string)) { /* ALL or exact match */ in user_match() 264 } else if (string_match(tok, string)) { /* ALL or exact match */ in from_match() 283 string_match(const char *tok, const char *string) in string_match() function
|