Searched refs:is_member_of_group (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Duser_test.cpp60 ATF_TEST_CASE(is_member_of_group); variable
61 ATF_TEST_CASE_HEAD(is_member_of_group)
63 set_md_var("descr", "Tests the is_member_of_group function");
65 ATF_TEST_CASE_BODY(is_member_of_group)
67 using atf::atf_run::is_member_of_group;
89 ATF_REQUIRE(!is_member_of_group(g));
92 ATF_REQUIRE(is_member_of_group(g));
137 ATF_ADD_TEST_CASE(tcs, is_member_of_group);
H A Duser.hpp45 bool is_member_of_group(gid_t);
H A Duser.cpp72 impl::is_member_of_group(gid_t gid) function in class:impl
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c/detail/
H A Duser_test.c56 ATF_TC(is_member_of_group); variable
57 ATF_TC_HEAD(is_member_of_group, tc)
62 ATF_TC_BODY(is_member_of_group, tc)
136 ATF_TP_ADD_TC(tp, is_member_of_group);

Completed in 133 milliseconds