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

/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c/detail/
H A Duser.h46 bool atf_user_is_root(void);
H A Duser.c69 atf_user_is_root(void) function
H A Duser_test.c105 atf_tc_set_md_var(tc, "descr", "Tests the atf_user_is_root function");
110 ATF_REQUIRE(atf_user_is_root());
112 ATF_REQUIRE(!atf_user_is_root());
H A Dfs_test.c592 if (!atf_user_is_root()) {
683 const int experr = atf_user_is_root() ? t->rerror : t->uerror;
803 if (atf_user_is_root()) {
H A Dfs.c717 if (atf_user_is_root()) {
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-run/
H A Duser.cpp80 return atf_user_is_root();

Completed in 193 milliseconds