Searched refs:string_match (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/crypto/heimdal/appl/login/
H A Dlogin_access.c53 static int string_match(char *tok, char *string);
214 } else if (string_match(tok, string)) { /* ALL or exact match */
245 } else if (string_match(tok, string)) { /* ALL or exact match */
261 /* string_match - match a string against one token */
263 static int string_match(char *tok, char *string) function
/freebsd-11-stable/crypto/heimdal/appl/rsh/
H A Dlogin_access.c53 static int string_match(char *tok, char *string);
214 } else if (string_match(tok, string)) { /* ALL or exact match */
245 } else if (string_match(tok, string)) { /* ALL or exact match */
261 /* string_match - match a string against one token */
263 static int string_match(char *tok, char *string) function
/freebsd-11-stable/lib/libpam/modules/pam_login_access/
H A Dlogin_access.c45 static int string_match(const char *, const char *);
236 } else if (string_match(tok, string)) { /* ALL or exact match */
264 } else if (string_match(tok, string)) { /* ALL or exact match */
280 /* string_match - match a string against one token */
283 string_match(const char *tok, const char *string) function
/freebsd-11-stable/contrib/tcp_wrappers/
H A Dhosts_access.c96 static int string_match(char *tok, char *string);
250 return (string_match(tok, eval_daemon(request)));
252 return (string_match(tok, eval_daemon(request))
269 && string_match(tok, eval_user(request)));
331 return (string_match(tok, eval_hostaddr(host))
332 || (NOT_INADDR(tok) && string_match(tok, eval_hostname(host))));
336 /* string_match - match string against pattern */
338 static int string_match(tok, string) function
/freebsd-11-stable/contrib/bmake/
H A Dmeta.c931 string_match(const void *p, const void *q) function
1360 if (Lst_Find(missingFiles, p, string_match) == NULL)
1446 if (Lst_Find(missingFiles, p, string_match) == NULL)

Completed in 131 milliseconds