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

/freebsd-10-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-10-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-10-stable/lib/libpam/modules/pam_login_access/
H A Dlogin_access.c48 static int string_match(const char *, const char *);
187 } else if (string_match(tok, string)) { /* ALL or exact match */
216 } else if (string_match(tok, string)) { /* ALL or exact match */
232 /* string_match - match a string against one token */
235 string_match(const char *tok, const char *string) function
/freebsd-10-stable/contrib/tcp_wrappers/
H A Dhosts_access.c95 static int string_match();
251 return (string_match(tok, eval_daemon(request)));
253 return (string_match(tok, eval_daemon(request))
270 && string_match(tok, eval_user(request)));
332 return (string_match(tok, eval_hostaddr(host))
333 || (NOT_INADDR(tok) && string_match(tok, eval_hostname(host))));
337 /* string_match - match string against pattern */
339 static int string_match(tok, string) function
/freebsd-10-stable/contrib/bmake/
H A Dmeta.c922 string_match(const void *p, const void *q) function
1351 if (Lst_Find(missingFiles, p, string_match) == NULL)
1437 if (Lst_Find(missingFiles, p, string_match) == NULL)

Completed in 71 milliseconds