Searched refs:SF_IMMUTABLE (Results 1 - 21 of 21) sorted by relevance

/macosx-10.9.5/Libc-997.90.3/gen/
H A Dstrtofflags.c83 { "noschg", SF_IMMUTABLE, 0 },
84 { "noschange", SF_IMMUTABLE, 0 },
85 { "nosimmutable", SF_IMMUTABLE, 0 },
/macosx-10.9.5/removefile-33/
H A Dremovefile_tree_walker.c80 !(current_file->fts_statp->st_flags & (SF_APPEND|SF_IMMUTABLE)) &&
99 !(current_file->fts_statp->st_flags & (SF_APPEND|SF_IMMUTABLE)) &&
H A Dremovefile_sunlink.c70 # if !defined SF_IMMUTABLE
71 # define SF_IMMUTABLE 0 macro
365 (statbuf.st_flags & SF_IMMUTABLE) ||
/macosx-10.9.5/file_cmds-230/rm/
H A Drm.c243 !(p->fts_statp->st_flags & (SF_APPEND|SF_IMMUTABLE)) &&
270 !(p->fts_statp->st_flags & (SF_APPEND|SF_IMMUTABLE)))
370 !(sb.st_flags & (SF_APPEND|SF_IMMUTABLE)))
504 !(sp->st_flags & (SF_APPEND|SF_IMMUTABLE)) &&
/macosx-10.9.5/srm-7/srm/src/
H A Dsunlink.c43 # if !defined SF_IMMUTABLE
44 # define SF_IMMUTABLE 0 macro
408 (statbuf.st_flags & SF_IMMUTABLE) ||
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dstat.h481 #define SF_IMMUTABLE 0x00020000 /* file may not be changed */ macro
498 #define IMMUTABLE (UF_IMMUTABLE | SF_IMMUTABLE)
/macosx-10.9.5/xar-202/xar/lib/
H A Dstat.c315 #ifdef SF_IMMUTABLE
316 if( sb->st_flags & SF_IMMUTABLE )
365 #ifdef SF_IMMUTABLE
367 flags |= SF_IMMUTABLE;
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_entry.c1906 #ifdef SF_IMMUTABLE
1907 { "noschg", L"noschg", SF_IMMUTABLE, 0 },
1908 { "noschange", L"noschange", SF_IMMUTABLE, 0 },
1909 { "nosimmutable", L"nosimmutable", SF_IMMUTABLE, 0 },
H A Darchive_write_disk.c2111 * SF_IMMUTABLE prevents hardlinks from being created, so
2125 #ifdef SF_IMMUTABLE
2126 critical_flags |= SF_IMMUTABLE;
/macosx-10.9.5/file_cmds-230/install/
H A Dxinstall.c83 #define NOCHANGEBITS (UF_IMMUTABLE | UF_APPEND | SF_IMMUTABLE | SF_APPEND)
/macosx-10.9.5/msdosfs-198/msdosfs.kextproj/msdosfs.kmodproj/
H A Dmsdosfs_vnops.c347 if ((vap->va_flags & (SF_IMMUTABLE | UF_IMMUTABLE)) != 0)
554 if (vap->va_flags & ~(SF_ARCHIVED | SF_IMMUTABLE | UF_IMMUTABLE | UF_HIDDEN))
571 if (vap->va_flags & (SF_IMMUTABLE | UF_IMMUTABLE))
2818 if ((vap->va_flags & (SF_IMMUTABLE | UF_IMMUTABLE)) != 0)
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_attrlist.c763 if ((cap->ca_flags & SF_IMMUTABLE) && (vfs_context_suser(abp->ab_context) == 0))
H A Dhfs_catalog.c1847 if (attrp->ca_flags & (SF_IMMUTABLE | UF_IMMUTABLE))
2018 if (attrp->ca_flags & (SF_IMMUTABLE | UF_IMMUTABLE))
4421 if ((attrp->ca_flags & (SF_IMMUTABLE | UF_IMMUTABLE)) == 0)
4425 attrp->ca_flags &= ~(SF_IMMUTABLE | UF_IMMUTABLE);
/macosx-10.9.5/shell_cmds-175/find/
H A Dfunction.c510 !(entry->fts_statp->st_flags & (SF_APPEND|SF_IMMUTABLE)) &&
/macosx-10.9.5/smb-697.95.1/kernel/smbfs/
H A Dsmbfs_vnops.c2182 if (vap->va_flags & ~(SF_ARCHIVED | SF_IMMUTABLE | UF_IMMUTABLE | UF_HIDDEN))
2217 if (vap->va_flags & (SF_IMMUTABLE | UF_IMMUTABLE)) {
2228 if (vap->va_flags & (SF_IMMUTABLE | UF_IMMUTABLE)) {
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DStorageManager.cpp1909 if (sb.st_flags & (SF_IMMUTABLE | UF_IMMUTABLE)) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DStorageManager.cpp1909 if (sb.st_flags & (SF_IMMUTABLE | UF_IMMUTABLE)) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DStorageManager.cpp1909 if (sb.st_flags & (SF_IMMUTABLE | UF_IMMUTABLE)) {
/macosx-10.9.5/system_cmds-597.90.1/fs_usage.tproj/
H A Dfs_usage.c3803 if (ti->arg2 & SF_IMMUTABLE)
3804 mlen += sprintf(&buf[mlen], "SF_IMMUTABLE | ");
3810 else if (ti->arg2 & ~(UF_NODUMP | UF_IMMUTABLE | UF_APPEND | SF_ARCHIVED | SF_IMMUTABLE | SF_APPEND))
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/fs_usage.tproj/
H A Dfs_usage.c3803 if (ti->arg2 & SF_IMMUTABLE)
3804 mlen += sprintf(&buf[mlen], "SF_IMMUTABLE | ");
3810 else if (ti->arg2 & ~(UF_NODUMP | UF_IMMUTABLE | UF_APPEND | SF_ARCHIVED | SF_IMMUTABLE | SF_APPEND))
/macosx-10.9.5/ntfs-83/kext/
H A Dntfs_vnops.c2221 if (flags & ~(SF_ARCHIVED | SF_IMMUTABLE | UF_IMMUTABLE |
2226 SF_IMMUTABLE | UF_IMMUTABLE |
2309 if (flags & (SF_IMMUTABLE | UF_IMMUTABLE))

Completed in 656 milliseconds