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

/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Duser_test.c64 const gid_t maxgid_limit = 1 << 16; local
82 if (maxgid > maxgid_limit) {
84 "reasonable enough\n", maxgid, maxgid_limit);
85 maxgid = maxgid_limit;
/bind-9.11.3/unit/atf-src/tools/
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 192 milliseconds