HomeSort by: relevance | last modified time | path
    Searched refs:SP_FLGS (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/mtree/
mtree.h 156 #define SP_FLGS (SF_IMMUTABLE | SF_APPEND) /* special flags */
compare.c 191 SETFLAGS(p->fts_statp->st_flags, SP_FLGS);
196 CLEARFLAGS(p->fts_statp->st_flags, SP_FLGS);
398 CLEARFLAGS(0, SP_FLGS);
400 SETFLAGS(0, (~SP_FLGS & CH_MASK));
verify.c 309 flags = p->st_flags & ~SP_FLGS;

Completed in 13 milliseconds