Lines Matching defs:grcnt
1137 int grcnt;
1148 grcnt = user->grcnt;
1149 while ((--grcnt >= 0) && (groups[grcnt] != gid)) { }
1150 ingroup = (grcnt >= 0);
1372 if (group && group->grcnt
4091 int grcnt;
4098 grcnt = usermapping->grcnt;
4104 if (!grcnt)
4108 (grcnt+1)*sizeof(gid_t));
4110 groups[grcnt++] = gid;
4116 usermapping->grcnt = grcnt;
4145 usermapping->grcnt = 0;