Home
last modified time | relevance | path

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

/freebsd/usr.bin/xinstall/
H A Dxinstall.c100 #define NOCHANGEBITS (UF_IMMUTABLE | UF_APPEND | SF_IMMUTABLE | SF_APPEND) macro
578 if (target_sb->st_flags & NOCHANGEBITS) in do_link()
580 ~NOCHANGEBITS); in do_link()
626 if (target_sb->st_flags & NOCHANGEBITS) in do_symlink()
628 ~NOCHANGEBITS); in do_symlink()
944 if (to_sb.st_flags & NOCHANGEBITS) in install()
945 (void)chflags(to_name, to_sb.st_flags & ~NOCHANGEBITS); in install()
959 if (to_sb.st_flags & NOCHANGEBITS) in install()
970 if (to_sb.st_flags & NOCHANGEBITS) in install()
1019 if (to_sb.st_flags & NOCHANGEBITS) in install()
[all …]