Searched refs:Tmode (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/sup/source/
H A Dsupcmeat.c155 if (*state != 0 && t->Tmode == SCMEOF) {
217 t->Tmode = SCMEOF;
250 t->Tmode = SCMEOF;
265 t->Tmode = SCMEOF;
267 t->Tmode = SCMOK;
288 t->Tmode = SCMEOF;
375 t->Tmode = SCMOK;
558 if (S_ISLNK(t->Tmode))
573 if (exists && (sbuf.st_mode & S_IFMT) == (t->Tmode & S_IFMT)) {
574 if (!S_ISREG(t->Tmode))
[all...]
H A Dsup.h195 int Tmode; /* st_mode of file */ member in struct:treestruct
H A Dsupmsg.c376 x = writeint((int) t->Tmode);
417 t->Tmode = mode;
567 x = writeint(t->Tmode);
568 if (t->Tmode == 0) {
611 x = readint(&t->Tmode);
612 if (t->Tmode == 0) {
H A Dsupfilesrv.c1208 if (S_ISLNK(t->Tmode))
1212 if (x < 0 || (sbuf.st_mode & S_IFMT) != (t->Tmode & S_IFMT)) {
1216 switch (t->Tmode & S_IFMT) {
1300 if (S_ISDIR(t->Tmode)) /* send no directories this pass */
1307 if (S_ISREG(t->Tmode)) {
1355 t->Tmode = 0;
1373 t->Tmode = 0;
1397 t->Tmode = 0;
1404 t->Tmode = 0;
1406 if (t->Tmode) {
[all...]
H A Dscan.c389 newt->Tmode = t->Tmode;
662 t->Tmode = st->st_mode;
870 ts.Tmode = atoo(p);
900 t->Tmode = ts.Tmode;
984 t->Tmode, t->Tctime, t->Tmtime, fname) < 0)
H A Dstree.c109 t->Tmode = 0;
H A Dsupcmain.c460 #define Taflags Tmode

Completed in 275 milliseconds