HomeSort by: relevance | last modified time | path
    Searched refs:UF_IMMUTABLE (Results 1 - 12 of 12) sorted by relevancy

  /src/lib/libutil/
stat_flags.c 79 if (flags & UF_IMMUTABLE)
175 TEST(p, "uchg", UF_IMMUTABLE);
176 TEST(p, "uchange", UF_IMMUTABLE);
177 TEST(p, "uimmutable", UF_IMMUTABLE);
  /src/external/bsd/libarchive/dist/libarchive/test/
test_write_format_mtree_fflags.c 36 #if defined(UF_IMMUTABLE) && defined(UF_NODUMP)
43 { "./f1", UF_IMMUTABLE | UF_NODUMP },
44 { "./f11", UF_IMMUTABLE | UF_NODUMP },
127 #if defined(UF_IMMUTABLE) && defined(UF_NODUMP)
test_entry.c 433 assertEqualInt(UF_NODUMP | UF_IMMUTABLE | UF_APPEND, clear);
438 assertEqualInt(UF_NODUMP | UF_IMMUTABLE | UF_APPEND, clear);
  /src/usr.sbin/mtree/
mtree.h 150 #define UF_MASK ((UF_NODUMP | UF_IMMUTABLE | \
  /src/sys/sys/
stat.h 204 #define UF_IMMUTABLE 0x00000002 /* file may not be changed */
226 #define IMMUTABLE (UF_IMMUTABLE | SF_IMMUTABLE)
  /src/sbin/restore/
utilities.c 426 if (flags & UF_IMMUTABLE) {
  /src/sys/compat/linux/common/
linux_file64.c 127 if ((st->st_flags & (UF_IMMUTABLE|SF_IMMUTABLE)) != 0)
  /src/external/bsd/libarchive/dist/libarchive/
archive_entry.c 1882 * uchg,uchange,uimmutable UF_IMMUTABLE
1962 #ifdef UF_IMMUTABLE
1963 { "nouchg", L"nouchg", UF_IMMUTABLE, 0},
1964 { "nouchange", L"nouchange", UF_IMMUTABLE, 0},
1965 { "nouimmutable", L"nouimmutable", UF_IMMUTABLE, 0},
archive_write_disk_posix.c 3940 #ifdef UF_IMMUTABLE
3941 | UF_IMMUTABLE
3999 #ifdef UF_IMMUTABLE
4000 | UF_IMMUTABLE
  /src/usr.bin/find/
function.c 473 if ((entry->fts_statp->st_flags & (UF_APPEND|UF_IMMUTABLE)) &&
477 entry->fts_statp->st_flags &= ~(UF_APPEND|UF_IMMUTABLE));
  /src/tools/compat/
compat_defs.h 1333 #define UF_IMMUTABLE 0x00000002
  /src/usr.bin/xinstall/
xinstall.c 429 #define NOCHANGEBITS (UF_IMMUTABLE | UF_APPEND | SF_IMMUTABLE | SF_APPEND)

Completed in 60 milliseconds