Searched refs:maxgid_limit (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Duser_test.c67 const gid_t maxgid_limit = 1 << 16; local
85 if (maxgid > maxgid_limit) {
87 "reasonable enough\n", maxgid, maxgid_limit);
88 maxgid = maxgid_limit;
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Duser_test.cpp85 const gid_t maxgid_limit = 1 << 16; local
86 if (maxgid > maxgid_limit) {
88 << maxgid_limit << " to keep the run time reasonable " local
90 maxgid = maxgid_limit;

Completed in 41 milliseconds