Symbol: UF_IMMUTABLE
bin/cpdup/cpdup.c
1161
if (stat1->st_flags & (UF_IMMUTABLE|SF_IMMUTABLE))
bin/cpdup/cpdup.c
1181
if ((stat1->st_flags & (UF_IMMUTABLE|SF_IMMUTABLE)) == 0)
bin/rm/rm.c
250
(p->fts_statp->st_flags & (UF_APPEND|UF_IMMUTABLE)) &&
bin/rm/rm.c
253
p->fts_statp->st_flags &= ~(UF_APPEND|UF_IMMUTABLE)) < 0)
bin/rm/rm.c
276
(p->fts_statp->st_flags & (UF_APPEND|UF_IMMUTABLE)) &&
bin/rm/rm.c
279
p->fts_statp->st_flags &= ~(UF_APPEND|UF_IMMUTABLE));
bin/rm/rm.c
388
(sb.st_flags & (UF_APPEND|UF_IMMUTABLE)) &&
bin/rm/rm.c
390
rval = lchflags(f, sb.st_flags & ~(UF_APPEND|UF_IMMUTABLE));
bin/rm/rm.c
527
(!(sp->st_flags & (UF_APPEND|UF_IMMUTABLE)) || !uid)
lib/libc/gen/strtofflags.c
62
{ "nouchg", UF_IMMUTABLE, 0 },
lib/libc/gen/strtofflags.c
63
{ "nouchange", UF_IMMUTABLE, 0 },
lib/libc/gen/strtofflags.c
64
{ "nouimmutable", UF_IMMUTABLE, 0 },
sys/sys/stat.h
276
#define IMMUTABLE (UF_IMMUTABLE | SF_IMMUTABLE)
usr.bin/find/function.c
381
if ((entry->fts_statp->st_flags & (UF_APPEND|UF_IMMUTABLE)) &&
usr.bin/find/function.c
385
entry->fts_statp->st_flags &= ~(UF_APPEND|UF_IMMUTABLE));
usr.bin/xinstall/xinstall.c
75
#define NOCHANGEBITS (UF_IMMUTABLE | UF_APPEND | SF_IMMUTABLE | SF_APPEND)
usr.sbin/mtree/mtree.h
150
#define UF_MASK ((UF_NODUMP | UF_IMMUTABLE | \
usr.sbin/mtree/stat_flags.c
170
TEST(p, "uchg", UF_IMMUTABLE);
usr.sbin/mtree/stat_flags.c
171
TEST(p, "uchange", UF_IMMUTABLE);
usr.sbin/mtree/stat_flags.c
172
TEST(p, "uimmutable", UF_IMMUTABLE);
usr.sbin/mtree/stat_flags.c
70
if (flags & UF_IMMUTABLE)