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

/macosx-10.9.5/bind9-45.100/bind9/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 "
94 ATF_REQUIRE(atf_user_is_member_of_group(g));
97 ATF_REQUIRE(!atf_user_is_member_of_group(g));
H A Dfs.c734 if (!ok && atf_user_is_member_of_group(st.st_gid)) {
740 !atf_user_is_member_of_group(st.st_gid))) {
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-run/
H A Duser.cpp74 return atf_user_is_member_of_group(gid);

Completed in 77 milliseconds