Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/xinstall/
Dxinstall.c80 #define NOCHANGEBITS (UF_IMMUTABLE | UF_APPEND | SF_IMMUTABLE | SF_APPEND) macro
386 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()