Searched refs:list_match (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/lib/libwrap/ |
H A D | hosts_access.c | 90 static int list_match(); 173 match = list_match(sv_list, request, server_match) 174 && list_match(cl_list, request, client_match); 199 static int list_match(list, request, match_fn) in list_match() function 219 return (tok == 0 || list_match((char *) 0, request, match_fn) == 0);
|
/titanic_44/usr/src/cmd/pginfo/ |
H A D | pginfo.pl | 262 @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
|
/titanic_44/usr/src/cmd/pgstat/ |
H A D | pgstat.pl | 193 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
|