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

/ast/src/cmd/coshell/
H A Dservice.h293 gid_t* gids; member in struct:__anon66
H A Dmain.c118 if (!(state.gids = newof(0, gid_t, n + 2, 0)))
119 error(3, "out of space [gids]");
120 if ((n = getgroups(n, state.gids + 1)) < 0)
122 state.gids[n + 1] = -1;
123 state.gids[0] = getegid();

Completed in 461 milliseconds