Lines Matching refs:gids
81 struct uid_gid *gids;
530 off = rules->gids[i].name_off;
532 gid = rules->gids[i].gid;
546 struct uid_gid *gids;
554 gids = realloc(rules->gids, (rules->gids_max + add ) * sizeof(struct uid_gid));
555 if (gids == NULL)
557 rules->gids = gids;
560 rules->gids[rules->gids_cur].gid = gid;
564 rules->gids[rules->gids_cur].name_off = off;
1699 rules->gids = mfree(rules->gids);
1713 free(rules->gids);