HomeSort by: relevance | last modified time | path
    Searched defs:SETFLAGS (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/mtree/
compare.c 114 /* SETFLAGS:
118 #define SETFLAGS(pflags, mask) \
191 SETFLAGS(p->fts_statp->st_flags, SP_FLGS);
396 SETFLAGS(0, CH_MASK);
400 SETFLAGS(0, (~SP_FLGS & CH_MASK));
  /src/usr.bin/xinstall/
xinstall.c 156 #define SETFLAGS 0x02 /* Tell install to set flags. */
381 iflags |= SETFLAGS;
842 flags & SETFLAGS ? fileflags : from_sb.st_flags & ~UF_NODUMP) == -1)

Completed in 12 milliseconds