Searched refs:expand_glob (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c++/detail/
H A Dexpand_test.cpp157 set_md_var("descr", "Tests the expand_glob function with random "
162 using atf::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 Dexpand.hpp47 //! any character that will be expanded by expand_glob.
66 std::vector< std::string > expand_glob(const std::string& glob, function in namespace:atf::expand
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c++/detail/
H A Dexpand_test.cpp157 set_md_var("descr", "Tests the expand_glob function with random "
162 using atf::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 Dexpand.hpp47 //! any character that will be expanded by expand_glob.
66 std::vector< std::string > expand_glob(const std::string& glob, function in namespace:atf::expand
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-run/
H A Datffile.cpp210 atf::expand::expand_glob(name, m_dir.names());
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-run/
H A Datffile.cpp204 atf::expand::expand_glob(name, m_dir.names());

Completed in 109 milliseconds