Home
last modified time | relevance | path

Searched refs:atf_user_is_member_of_group (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/atf/atf-c/detail/
H A Duser_test.c99 ATF_REQUIRE(atf_user_is_member_of_group(g)); in ATF_TC_BODY()
102 ATF_REQUIRE(!atf_user_is_member_of_group(g)); in ATF_TC_BODY()
H A Duser.h41 bool atf_user_is_member_of_group(gid_t);
H A Duser.c46 atf_user_is_member_of_group(gid_t gid) in atf_user_is_member_of_group() function
H A Dfs.c731 if (!ok && atf_user_is_member_of_group(st.st_gid)) { in atf_fs_eaccess()
737 !atf_user_is_member_of_group(st.st_gid))) { in atf_fs_eaccess()