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

/osnet-11/usr/src/lib/libwrap/
H A Dhosts_access.c90 static int list_match();
173 match = list_match(sv_list, request, server_match)
174 && list_match(cl_list, request, client_match);
197 /* list_match - match a request against a list of patterns with exceptions */
199 static int list_match(list, request, match_fn) function
219 return (tok == 0 || list_match((char *) 0, request, match_fn) == 0);

Completed in 4695 milliseconds