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

/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dfile_module.c982 int ntokens, i, match, gidcount; local
994 gidcount = 0;
1055 gidlist = (gid_t *) reallocf(gidlist, (gidcount + 1) * sizeof(gid_t));
1058 gidcount = 0;
1062 gidlist[gidcount++] = gid;
1068 if (gidcount != 0) {
1069 item = (si_item_t *)LI_ils_create("L4488s4@", (unsigned long)si, CATEGORY_GROUPLIST, 1, va, vb, user, gidcount,
1070 gidcount * sizeof(gid_t), gidlist);

Completed in 106 milliseconds