Lines Matching defs:gp
103 struct group *gp;344 for (gp = t->groups; gp != NULL; gp = gp->nxt) {345 if (gid == gp->grp) {346 if (gp->cnt++ == 1) {348 if (gp->nxt == NULL)357 gp = (struct group *)emalloc(sizeof (struct group));358 gp->grp = gid;359 gp->cnt = 1;360 gp->nxt = t->groups;361 t->groups = gp;