Home
last modified time | relevance | path

Searched refs:atf_user_is_root (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/atf/atf-c/detail/
H A Duser_test.c115 ATF_REQUIRE(atf_user_is_root()); in ATF_TC_BODY()
117 ATF_REQUIRE(!atf_user_is_root()); in ATF_TC_BODY()
H A Duser.h42 bool atf_user_is_root(void);
H A Duser.c66 atf_user_is_root(void) in atf_user_is_root() function
H A Dfs_test.c589 if (!atf_user_is_root()) { in ATF_TC_BODY()
680 const int experr = atf_user_is_root() ? t->rerror : t->uerror; in ATF_TC_BODY()
800 if (atf_user_is_root()) { in ATF_TC_BODY()
H A Dfs.c714 if (atf_user_is_root()) { in atf_fs_eaccess()