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

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Duser.c57 ngroups = getgroups(NGROUPS_MAX, groups);
H A Duser_test.c72 ngids = getgroups(NGROUPS_MAX, gids);
74 atf_tc_fail("Call to getgroups failed");
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Duser_test.cpp73 int ngids = ::getgroups(NGROUPS_MAX, gids);
75 ATF_FAIL("Call to ::getgroups failed");

Completed in 29 milliseconds