Searched refs:dm_regex_match (Results 1 – 6 of 6) sorted by relevance
148 dm_regex_match
937 int dm_regex_match(struct dm_regex *regex, const char *s);
157 m = dm_regex_match(rf->engine, sl->str); in _accept_p()
169 m0 = dm_regex_match(_cache.preferred_names_matcher, path0); in _compare_paths()170 m1 = dm_regex_match(_cache.preferred_names_matcher, path1); in _compare_paths()
343 int dm_regex_match(struct dm_regex *regex, const char *s) in dm_regex_match() function