Searched refs:atf_user_is_member_of_group (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Duser.h45 bool atf_user_is_member_of_group(gid_t);
H A Duser.c49 atf_user_is_member_of_group(gid_t gid) function
H A Duser_test.c59 atf_tc_set_md_var(tc, "descr", "Tests the atf_user_is_member_of_group "
102 ATF_REQUIRE(atf_user_is_member_of_group(g));
105 ATF_REQUIRE(!atf_user_is_member_of_group(g));
H A Dfs.c735 if (!ok && atf_user_is_member_of_group(st.st_gid)) {
741 !atf_user_is_member_of_group(st.st_gid))) {
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Duser.cpp76 return atf_user_is_member_of_group(gid);

Completed in 13 milliseconds