Searched refs:NOCHANGEBITS (Results 1 – 1 of 1) sorted by relevance
80 #define NOCHANGEBITS (UF_IMMUTABLE | UF_APPEND | SF_IMMUTABLE | SF_APPEND) macro386 if (to_sb.st_flags & (NOCHANGEBITS)) in install()387 (void)chflags(to_name, to_sb.st_flags & ~(NOCHANGEBITS)); in install()699 if (sbp->st_flags & (NOCHANGEBITS)) in create_newfile()700 (void)chflags(path, sbp->st_flags & ~(NOCHANGEBITS)); in create_newfile()