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

/netbsd-6-1-5-RELEASE/usr.sbin/sup/source/
H A Dsup.h197 int Tuid; /* owner id of file */ member in struct:treestruct
H A Dsupcmeat.c881 ugconvert(t->Tuser, t->Tgroup, &t->Tuid, &t->Tgid, &t->Tmode);
886 if (statp->st_uid == t->Tuid && statp->st_gid == t->Tgid)
894 (void) chown(t->Tname, t->Tuid, t->Tgid);
968 ugconvert(t->Tuser, t->Tgroup, &t->Tuid, &t->Tgid,
975 if (statp->st_uid == t->Tuid &&
985 (void) chown(t->Tname, t->Tuid, t->Tgid);
1046 ugconvert(t->Tuser, t->Tgroup, &t->Tuid, &t->Tgid, &t->Tmode);
1047 (void) chown(t->Tname, t->Tuid, t->Tgid);
H A Dstree.c105 t->Tuid = 0;
H A Dsupcmain.c461 #define Twant Tuid
H A Dsupfilesrv.c1234 t->Tuid = sbuf.st_uid;
1407 t->Tuser = estrdup(uconvert(t->Tuid));
1436 t->Tuser = estrdup(uconvert(t->Tuid));

Completed in 61 milliseconds