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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dacls.h109 char *gidstr; /* gid text from the same record */ member in struct:MAPLIST
H A Dacls.c4248 item->gidstr = strchr(item->uidstr, ':');
4249 if (item->gidstr) {
4250 pu = item->gidstr++;
4251 item->sidstr = strchr(item->gidstr, ':');
4399 || (!item->uidstr[0] && !item->gidstr[0])) {
4407 if (sid && !item->uidstr[0] && !item->gidstr[0]
4464 || !item->gidstr[0];
4466 if ((item->gidstr[0] >= '0')
4467 && (item->gidstr[0] <= '9'))
4468 gid = atoi(item->gidstr);
[all...]

Completed in 86 milliseconds