Lines Matching refs:gidset
5520 gid_t gidset[NGID];5526 gidset[i] = val.gval;5527 n = getgroups (sizeof (gidset) / MAX (sizeof (int), sizeof (gid_t)) - 1,5528 gidset);5531 exit ((n > 0 && gidset[n] != val.gval) ? 1 : 0);