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

/netbsd-6-1-5-RELEASE/usr.sbin/sup/source/
H A Dsup.h199 int Tgid; /* group 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,
976 statp->st_gid == t->Tgid)
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.c106 t->Tgid = 0;
H A Dsupcmain.c462 #define Tcount Tgid
H A Dsupfilesrv.c1235 t->Tgid = sbuf.st_gid;
1408 t->Tgroup = estrdup(gconvert(t->Tgid));
1437 t->Tgroup = estrdup(gconvert(t->Tgid));

Completed in 116 milliseconds