Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bart/
H A Drules.c41 static int match_subtree(const char *, char *);
1017 if (match_subtree(fname, root->subtree)) { in check_rules()
1043 match_subtree(const char *fname, char *rule) in match_subtree() function