Searched defs:is_root (Results 1 - 6 of 6) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Duser_test.c107 ATF_TC(is_root); variable
108 ATF_TC_HEAD(is_root, tc)
112 ATF_TC_BODY(is_root, tc)
142 ATF_TP_ADD_TC(tp, is_root);
/bind-9.11.3/unit/atf-src/tools/
H A Duser.cpp93 impl::is_root(void) function in class:impl
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 tools::user::is_root;
115 ATF_REQUIRE(is_root());
117 ATF_REQUIRE(!is_root());
146 ATF_ADD_TEST_CASE(tcs, is_root);
H A Dfs.cpp101 if (tools::user::is_root()) {
354 impl::path::is_root(void) function in class:impl::path
/bind-9.11.3/lib/dns/include/dns/
H A Drbt.h99 unsigned int is_root : 1; /*%< range is 0..1 */ member in struct:dns_rbtnode
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dfs.cpp163 impl::path::is_root(void) function in class:impl::path

Completed in 45 milliseconds