Searched refs:string_match (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/tcp_wrappers/ |
| 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
|
| D | CHANGES | 186 - Moving host-specific pattern matching from string_match() to the
|
| /freebsd-12-stable/crypto/heimdal/appl/login/ |
| 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-12-stable/crypto/heimdal/appl/rsh/ |
| 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-12-stable/lib/libpam/modules/pam_login_access/ |
| 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
|
| /freebsd-12-stable/contrib/bmake/ |
| D | meta.c | 988 string_match(const void *p, const void *q) in string_match() function 1417 if (Lst_Find(missingFiles, p, string_match) == NULL) in meta_oodate() 1503 if (Lst_Find(missingFiles, p, string_match) == NULL) in meta_oodate()
|