Searched refs:UF_APPEND (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/removefile-35/
H A Dremovefile_tree_walker.c79 (current_file->fts_statp->st_flags & (UF_APPEND|UF_IMMUTABLE)) &&
81 chflags(path, current_file->fts_statp->st_flags &= ~(UF_APPEND|UF_IMMUTABLE)) < 0) {
98 (current_file->fts_statp->st_flags & (UF_APPEND|UF_IMMUTABLE)) &&
100 chflags(path, current_file->fts_statp->st_flags &= ~(UF_APPEND|UF_IMMUTABLE)) < 0) {
H A Dremovefile_sunlink.c64 # if !defined UF_APPEND
65 # define UF_APPEND 0 macro
363 (statbuf.st_flags & UF_APPEND) ||
/macosx-10.10/Libc-1044.1.2/gen/
H A Dstrtofflags.c87 { "nouappnd", UF_APPEND, 0 },
88 { "nouappend", UF_APPEND, 0 },
/macosx-10.10/file_cmds-242/rm/
H A Drm.c243 (p->fts_statp->st_flags & (UF_APPEND|UF_IMMUTABLE)) &&
246 p->fts_statp->st_flags &= ~(UF_APPEND|UF_IMMUTABLE)) < 0)
270 (p->fts_statp->st_flags & (UF_APPEND|UF_IMMUTABLE)) &&
273 p->fts_statp->st_flags &= ~(UF_APPEND|UF_IMMUTABLE));
370 (sb.st_flags & (UF_APPEND|UF_IMMUTABLE)) &&
372 rval = chflags(f, sb.st_flags & ~(UF_APPEND|UF_IMMUTABLE));
506 (!(sp->st_flags & (UF_APPEND|UF_IMMUTABLE)) || !uid)))
/macosx-10.10/srm-7/srm/src/
H A Dsunlink.c37 # if !defined UF_APPEND
38 # define UF_APPEND 0 macro
406 (statbuf.st_flags & UF_APPEND) ||
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dstat.h464 #define UF_APPEND 0x00000004 /* writes to file may only append */ macro
502 #define APPEND (UF_APPEND | SF_APPEND)
/macosx-10.10/xar-254/xar/lib/
H A Dstat.c303 #ifdef UF_APPEND
304 if( sb->st_flags & UF_APPEND )
353 #ifdef UF_APPEND
355 flags |= UF_APPEND;
/macosx-10.10/webdavfs-367/webdav_fs.kextproj/webdav_fs.kmodproj/
H A Dwebdav_vnops.c687 if ( (cache_vap.va_flags & (UF_NODUMP | UF_APPEND)) == 0 )
1558 if ( attrbuf.va_flags & UF_APPEND )
1560 /* If the UF_APPEND flag is set, there was an error downloading the file from the
2162 if ( attrbuf.va_flags & UF_APPEND )
2164 /* If the UF_APPEND flag is set, there was an error downloading the file from the
3425 * Don't set UF_NODUMP or UF_APPEND on the cache file as they are used as
3429 ap->a_vap->va_flags &= ~(UF_NODUMP | UF_APPEND);
3483 if (attrbuf.va_flags & UF_APPEND)
3485 /* If the UF_APPEND flag is set, there was an error downloading the file from the
4034 if (attrbuf.va_flags & UF_APPEND)
[all...]
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_entry.c1923 #ifdef UF_APPEND
1924 { "nouappnd", L"nouappnd", UF_APPEND, 0 },
1925 { "nouappend", L"nouappend", UF_APPEND, 0 },
H A Darchive_write_disk.c2134 #ifdef UF_APPEND
2135 critical_flags |= UF_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/shell_cmds-179/find/
H A Dfunction.c509 if ((entry->fts_statp->st_flags & (UF_APPEND|UF_IMMUTABLE)) &&
513 entry->fts_statp->st_flags &= ~(UF_APPEND|UF_IMMUTABLE));
/macosx-10.10/webdavfs-367/mount.tproj/
H A Dwebdav_requestqueue.c625 verify_noerr(fchflags(myrequest->element.download.node->file_fd, UF_APPEND));
/macosx-10.10/system_cmds-643.1.1/fs_usage.tproj/
H A Dfs_usage.c3903 if (ti->arg2 & UF_APPEND)
3904 mlen += sprintf(&buf[mlen], "UF_APPEND | ");
3916 else if (ti->arg2 & ~(UF_NODUMP | UF_IMMUTABLE | UF_APPEND | SF_ARCHIVED | SF_IMMUTABLE | SF_APPEND))
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_subr.c5690 * UF_APPEND or SF_APPEND bits are set, we do not deny
6022 mask &= ~(UF_IMMUTABLE | UF_APPEND);
6787 * allowable for a UF_APPEND file.

Completed in 179 milliseconds