Searched refs:expand_glob (Results 1 - 3 of 3) sorted by relevance
/bind-9.11.3/unit/atf-src/tools/ |
H A D | expand_test.cpp | 157 set_md_var("descr", "Tests the expand_glob function with random " 162 using tools::expand::expand_glob; 174 exps = expand_glob("foo", candidates); 178 exps = expand_glob("bar", candidates); 182 exps = expand_glob("foo*", candidates); 189 exps = expand_glob("*foo", candidates); 194 exps = expand_glob("*foo*", candidates); 201 exps = expand_glob("ba", candidates); 204 exps = expand_glob("ba*", candidates); 209 exps = expand_glob("*b [all...] |
H A D | expand.hpp | 47 //! any character that will be expanded by expand_glob. 66 std::vector< std::string > expand_glob(const std::string& glob, function in namespace:tools::expand
|
H A D | atffile.cpp | 215 tools::expand::expand_glob(name, m_dir.names());
|
Completed in 596 milliseconds