Lines Matching defs:gids
79 struct uid_gid *gids;
528 off = rules->gids[i].name_off;
530 gid = rules->gids[i].gid;
544 struct uid_gid *gids;
552 gids = realloc(rules->gids, (rules->gids_max + add ) * sizeof(struct uid_gid));
553 if (gids == NULL)
555 rules->gids = gids;
558 rules->gids[rules->gids_cur].gid = gid;
562 rules->gids[rules->gids_cur].name_off = off;
1743 free(rules->gids);
1744 rules->gids = NULL;
1758 free(rules->gids);