Home | History | Annotate | Download | only in tests

Lines Matching defs:gids

3490   gid_t *gids = new gid_t[n];
3491 int res = getgroups(n, gids);
3494 EXPECT_NOT_POISONED(gids[i]);