Searched refs:is_root (Results 1 - 12 of 12) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Duser_test.cpp105 ATF_TEST_CASE(is_root); variable
106 ATF_TEST_CASE_HEAD(is_root)
108 set_md_var("descr", "Tests the is_root function");
110 ATF_TEST_CASE_BODY(is_root)
112 using atf::atf_run::is_root;
115 ATF_REQUIRE(is_root());
117 ATF_REQUIRE(!is_root());
146 ATF_ADD_TEST_CASE(tcs, is_root);
H A Duser.hpp46 bool is_root(void);
H A Duser.cpp80 impl::is_root(void) function in class:impl
H A Drequirements.cpp229 if (!impl::is_root())
234 if (impl::is_root()) {
305 if (impl::is_root()) {
H A Dfs_test.cpp161 ATF_REQUIRE(atf::atf_run::is_root());
163 ATF_REQUIRE(!atf::atf_run::is_root());
H A Drequirements_test.cpp322 if (atf::atf_run::is_root())
333 if (atf::atf_run::is_root())
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Duser_test.c110 ATF_TC(is_root); variable
111 ATF_TC_HEAD(is_root, tc)
115 ATF_TC_BODY(is_root, tc)
145 ATF_TP_ADD_TC(tp, is_root);
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dfs.hpp152 bool is_root(void) const;
H A Dfs_test.cpp114 set_md_var("descr", "Tests the path::is_root function");
120 ATF_REQUIRE( path("/").is_root());
121 ATF_REQUIRE( path("////").is_root());
122 ATF_REQUIRE(!path("////a").is_root());
123 ATF_REQUIRE(!path("//a//").is_root());
124 ATF_REQUIRE(!path("a////").is_root());
125 ATF_REQUIRE(!path("../foo").is_root());
H A Dfs.cpp167 impl::path::is_root(void) function in class:impl::path
/bind-9.6-ESV-R11/lib/dns/
H A Drbt.c91 #define IS_ROOT(node) ISC_TF((node)->is_root == 1)
399 new_current->is_root = 1;
539 new_current->is_root = current->is_root;
572 current->is_root = 1;
1438 node->is_root = 0;
1611 child->is_root = 1;
1612 node->is_root = 0;
1644 child->is_root = 1;
1645 node->is_root
[all...]
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Drbt.h105 unsigned int is_root : 1; /*%< range is 0..1 */ member in struct:dns_rbtnode

Completed in 1894 milliseconds