Home
last modified time | relevance | path

Searched refs:SETFLAGS (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/mtree/
H A Dcompare.c118 #define SETFLAGS(pflags, mask) \ macro
189 SETFLAGS(p->fts_statp->st_flags, SP_FLGS); in compare()
387 SETFLAGS(0, CH_MASK); in compare()
391 SETFLAGS(0, (~SP_FLGS & CH_MASK)); in compare()
/freebsd/usr.bin/xinstall/
H A Dxinstall.c99 #define SETFLAGS 0x02 /* Tell install to set flags. */ macro
350 iflags |= SETFLAGS; in main()
1050 if (!dounpriv && !devnull && (flags & SETFLAGS || in install()
1053 flags & SETFLAGS ? fset : from_sb.st_flags & ~UF_NODUMP)) { in install()
1054 if (flags & SETFLAGS) { in install()