user.c | 444 int entc; local in function:modify_gid 480 entc = (int)(colon - buf); 481 if (entc == groupc && 482 strncmp(group, buf, (unsigned) entc) == 0) { 551 int entc; local in function:append_group 604 entc = (int)(colon - buf); 609 if (entc == groupc && 610 strncmp(groups[i], buf, (unsigned) entc) == 0) {
|