HomeSort by: relevance | last modified time | path
    Searched refs:UF_IMMUTABLE (Results 1 - 8 of 8) 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/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/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/usr.bin/xinstall/
xinstall.c 429 #define NOCHANGEBITS (UF_IMMUTABLE | UF_APPEND | SF_IMMUTABLE | SF_APPEND)
  /src/tools/compat/
compat_defs.h 1320 #define UF_IMMUTABLE 0x00000002

Completed in 34 milliseconds