Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/mtree/
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-12-stable/usr.bin/xinstall/
Dxinstall.c87 #define SETFLAGS 0x02 /* Tell install to set flags. */ macro
324 iflags |= SETFLAGS; in main()
1028 if (!dounpriv & !devnull && (flags & SETFLAGS || in install()
1031 flags & SETFLAGS ? fset : from_sb.st_flags & ~UF_NODUMP)) { in install()
1032 if (flags & SETFLAGS) { in install()