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

/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Duser.c48 static gid_t groups[NGROUPS_MAX]; local
54 ngroups = getgroups(NGROUPS_MAX, groups);
60 if (groups[i] == gid)
/bind-9.11.3/unit/atf-src/tools/
H A Duser_test.cpp69 std::set< gid_t > groups;
77 groups.insert(gids[i]);
81 std::cout << "User belongs to " << ngids << " groups\n";
87 std::cout << "Test truncated from " << maxgid << " groups to "
94 if (groups.find(g) == groups.end()) {
H A Duser.cpp75 static gid_t groups[NGROUPS_MAX]; local
81 ngroups = getgroups(NGROUPS_MAX, groups);
87 if (groups[i] == gid)
/bind-9.11.3/unit/atf-src/bootstrap/
H A Dtestsuite550 # Running several jobs in parallel, 0 means as many as test groups.
563 # List test groups?
567 # Test groups to run
592 # Description of all the test groups.
599 # List of the all the test groups.
820 # Selected test groups.
909 Automated Testing Framework 0.17 test suite: bootstrap tests test groups:
915 # Pass an empty line as separator between selected groups and help.
989 # in, but the groups themselves are run in testsuite-dir/group-dir.
1013 # + at-groups/
[all...]

Completed in 14 milliseconds