Lines Matching refs:gidstr
4239 item->gidstr = strchr(item->uidstr, ':');
4240 if (item->gidstr) {
4241 pu = item->gidstr++;
4242 item->sidstr = strchr(item->gidstr, ':');
4390 || (!item->uidstr[0] && !item->gidstr[0])) {
4398 if (sid && !item->uidstr[0] && !item->gidstr[0]
4455 || !item->gidstr[0];
4457 if ((item->gidstr[0] >= '0')
4458 && (item->gidstr[0] <= '9'))
4459 gid = atoi(item->gidstr);
4462 if (item->gidstr[0]) {
4463 grp = getgrnam(item->gidstr);
4468 item->gidstr);
4477 || (!item->uidstr[0] && !item->gidstr[0]))) {
4479 if (sid && !item->uidstr[0] && !item->gidstr[0]