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

/freebsd-10-stable/contrib/atf/atf-c/detail/
H A Duser.h43 bool atf_user_is_unprivileged(void);
H A Duser.c72 atf_user_is_unprivileged(void) function
H A Duser_test.c123 atf_tc_set_md_var(tc, "descr", "Tests the atf_user_is_unprivileged "
129 ATF_REQUIRE(atf_user_is_unprivileged());
131 ATF_REQUIRE(!atf_user_is_unprivileged());

Completed in 64 milliseconds