Searched refs:SF_IMMUTABLE (Results 1 - 20 of 20) sorted by last modified time

/macosx-10.10/smb-759.0/kernel/smbfs/
H A Dsmbfs_vnops.c2386 if (vap->va_flags & ~(SF_ARCHIVED | SF_IMMUTABLE | UF_IMMUTABLE | UF_HIDDEN))
2421 if (vap->va_flags & (SF_IMMUTABLE | UF_IMMUTABLE)) {
2432 if (vap->va_flags & (SF_IMMUTABLE | UF_IMMUTABLE)) {
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DStorageManager.cpp1953 if (sb.st_flags & (SF_IMMUTABLE | UF_IMMUTABLE)) {
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DStorageManager.cpp1953 if (sb.st_flags & (SF_IMMUTABLE | UF_IMMUTABLE)) {
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DStorageManager.cpp1953 if (sb.st_flags & (SF_IMMUTABLE | UF_IMMUTABLE)) {
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_catalog.c1847 if (attrp->ca_flags & (SF_IMMUTABLE | UF_IMMUTABLE))
2018 if (attrp->ca_flags & (SF_IMMUTABLE | UF_IMMUTABLE))
4408 if ((attrp->ca_flags & (SF_IMMUTABLE | UF_IMMUTABLE)) == 0)
4412 attrp->ca_flags &= ~(SF_IMMUTABLE | UF_IMMUTABLE);
H A Dhfs_attrlist.c924 if ((cap->ca_flags & SF_IMMUTABLE) && (vfs_context_suser(abp->ab_context) == 0))
1545 if ((cap->ca_flags & SF_IMMUTABLE) && (vfs_context_suser(ctx) == 0))
/macosx-10.10/msdosfs-209.1.1/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))
2822 if ((vap->va_flags & (SF_IMMUTABLE | UF_IMMUTABLE)) != 0)
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dstat.h485 #define SF_IMMUTABLE 0x00020000 /* file may not be changed */ macro
503 #define IMMUTABLE (UF_IMMUTABLE | SF_IMMUTABLE)
/macosx-10.10/Libc-1044.1.2/gen/
H A Dstrtofflags.c83 { "noschg", SF_IMMUTABLE, 0 },
84 { "noschange", SF_IMMUTABLE, 0 },
85 { "nosimmutable", SF_IMMUTABLE, 0 },
/macosx-10.10/system_cmds-643.1.1/fs_usage.tproj/
H A Dfs_usage.c3909 if (ti->arg2 & SF_IMMUTABLE)
3910 mlen += sprintf(&buf[mlen], "SF_IMMUTABLE | ");
3916 else if (ti->arg2 & ~(UF_NODUMP | UF_IMMUTABLE | UF_APPEND | SF_ARCHIVED | SF_IMMUTABLE | SF_APPEND))
/macosx-10.10/file_cmds-242/install/
H A Dxinstall.c84 #define NOCHANGEBITS (UF_IMMUTABLE | UF_APPEND | SF_IMMUTABLE | SF_APPEND)
/macosx-10.10/file_cmds-242/rm/
H A Drm.c244 !(p->fts_statp->st_flags & (SF_APPEND|SF_IMMUTABLE)) &&
271 !(p->fts_statp->st_flags & (SF_APPEND|SF_IMMUTABLE)))
371 !(sb.st_flags & (SF_APPEND|SF_IMMUTABLE)))
505 !(sp->st_flags & (SF_APPEND|SF_IMMUTABLE)) &&
/macosx-10.10/removefile-35/
H A Dremovefile_sunlink.c70 # if !defined SF_IMMUTABLE
71 # define SF_IMMUTABLE 0 macro
365 (statbuf.st_flags & SF_IMMUTABLE) ||
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)) &&
/macosx-10.10/shell_cmds-179/find/
H A Dfunction.c510 !(entry->fts_statp->st_flags & (SF_APPEND|SF_IMMUTABLE)) &&
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_write_disk.c2111 * SF_IMMUTABLE prevents hardlinks from being created, so
2125 #ifdef SF_IMMUTABLE
2126 critical_flags |= SF_IMMUTABLE;
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 },
/macosx-10.10/ntfs-84/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))
/macosx-10.10/xar-254/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.10/srm-7/srm/src/
H A Dsunlink.c43 # if !defined SF_IMMUTABLE
44 # define SF_IMMUTABLE 0 macro
408 (statbuf.st_flags & SF_IMMUTABLE) ||

Completed in 329 milliseconds