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

/illumos-gate/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);
/illumos-gate/usr/src/cmd/pginfo/
H A Dpginfo.pl262 @pgs = grep { list_match($p->sh_name($_), @sharing_filter) } @pgs if
266 @pgs = grep { !list_match($p->sh_name($_), @sharing_filter_neg) } @pgs if
284 list_match($p->sh_name($_), @sharing_filter_neg)
520 # list_match(arg, list)
523 sub list_match subroutine
/illumos-gate/usr/src/cmd/pgstat/
H A Dpgstat.pl193 if (!list_match($sort_key, \@sort_keys, 1)) {
922 @pgs = grep { list_match($p->sh_name($_), \@sharing_filter, 0) } @pgs if
929 !list_match($p->sh_name($_), \@sharing_filter_neg, 0)
958 # list_match(val, list_ref, strict)
961 sub list_match subroutine

Completed in 84 milliseconds