Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/atf/dist/tools/
H A Dexpand.cpp45 glob_to_regex(const std::string& glob) in glob_to_regex() function
80 return tools::text::match(candidate, glob_to_regex(glob)); in matches_glob()