Searched refs:is_glob (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/atf/dist/tools/
H A Dexpand_test.cpp43 ATF_TEST_CASE(is_glob); variable
44 ATF_TEST_CASE_HEAD(is_glob)
46 set_md_var("descr", "Tests the is_glob function.");
48 ATF_TEST_CASE_BODY(is_glob)
50 using tools::expand::is_glob;
52 ATF_REQUIRE(!is_glob(""));
53 ATF_REQUIRE(!is_glob("a"));
54 ATF_REQUIRE(!is_glob("foo"));
56 ATF_REQUIRE( is_glob("*"));
57 ATF_REQUIRE( is_glob("
[all...]
H A Dexpand.hpp49 bool is_glob(const std::string&);
H A Dexpand.cpp71 impl::is_glob(const std::string& glob) function in class:impl

Completed in 448 milliseconds