Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libwrap/
H A Dhosts_access.c88 static int list_match();
171 match = list_match(sv_list, request, server_match)
172 && list_match(cl_list, request, client_match);
197 static int list_match(list, request, match_fn) in list_match() function
217 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)
523 sub list_match subroutine
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.get_string_props.zcp43 function list_match(t1, t2)
50 return (list_match(ans, expected[n][1]) and (src == expected[n][2]))
/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)
961 sub list_match subroutine