Lines Matching refs:uidstr
4238 item->uidstr = item->maptext;
4239 item->gidstr = strchr(item->uidstr, ':');
4372 if ((item->uidstr[0] >= '0') && (item->uidstr[0] <= '9'))
4373 uid = atoi(item->uidstr);
4376 if (item->uidstr[0]) {
4377 pwd = getpwnam(item->uidstr);
4382 item->uidstr);
4390 || (!item->uidstr[0] && !item->gidstr[0])) {
4398 if (sid && !item->uidstr[0] && !item->gidstr[0]
4454 secondstep = (item->uidstr[0] != '\0')
4477 || (!item->uidstr[0] && !item->gidstr[0]))) {
4479 if (sid && !item->uidstr[0] && !item->gidstr[0]