Home
last modified time | relevance | path

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

/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/kmkbuiltin/
H A Dinstall.c107 #define NOCHANGEBITS (UF_IMMUTABLE | UF_APPEND | SF_IMMUTABLE | SF_APPEND) macro
648 if (to_sb.st_flags & NOCHANGEBITS) in install()
649 (void)chflags(to_name, to_sb.st_flags & ~NOCHANGEBITS); in install()
717 if (to_sb.st_flags & NOCHANGEBITS) in install()
718 (void)fchflags(to_fd, to_sb.st_flags & ~NOCHANGEBITS); in install()
866 if (sbp->st_flags & NOCHANGEBITS) in create_newfile()
867 (void)chflags(path, sbp->st_flags & ~NOCHANGEBITS); in create_newfile()
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/xinstall/
H A Dxinstall.c395 #define NOCHANGEBITS (UF_IMMUTABLE | UF_APPEND | SF_IMMUTABLE | SF_APPEND) in main() macro
396 if (to_sb.st_flags & NOCHANGEBITS) in main()
398 to_sb.st_flags & ~(NOCHANGEBITS)); in main()
681 to_sb.st_flags & (NOCHANGEBITS)) in install()
682 (void)chflags(to_name, to_sb.st_flags & ~(NOCHANGEBITS)); in install()