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

/netbsd-current/external/bsd/atf/dist/atf-c/detail/
H A Duser.h47 bool atf_user_is_unprivileged(void);
H A Duser.c75 atf_user_is_unprivileged(void) function
H A Duser_test.c126 atf_tc_set_md_var(tc, "descr", "Tests the atf_user_is_unprivileged "
132 ATF_REQUIRE(atf_user_is_unprivileged());
134 ATF_REQUIRE(!atf_user_is_unprivileged());

Completed in 223 milliseconds