Searched refs:UF_NODUMP (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/Libc-1044.1.2/gen/
H A Dstrtofflags.c92 { "nodump", UF_NODUMP, 1 },
/macosx-10.10/xar-254/xar/lib/
H A Dstat.c295 #ifdef UF_NODUMP
296 if( sb->st_flags & UF_NODUMP )
345 #ifdef UF_NODUMP
347 flags |= UF_NODUMP;
/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 )
1481 if (attrbuf.va_flags & UF_NODUMP)
2093 if ( (attrbuf.va_flags & UF_NODUMP) &&
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);
3447 if (attrbuf.va_flags & UF_NODUMP)
3947 if ((attrbuf.va_flags & UF_NODUMP) && (uio_offset(auio) + uio_resid(auio)) > (off_t)attrbuf.va_data_size)
4213 if ((attrbuf.va_flags & UF_NODUMP) && (uio_offset(auio) + uio_resid(auio)) > (off_t)attrbuf.va_data_size)
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dstat.h462 #define UF_NODUMP 0x00000001 /* do not dump file */ macro
/macosx-10.10/libarchive-30/libarchive/tar/
H A Dwrite.c845 #if defined(HAVE_STRUCT_STAT_ST_FLAGS) && defined(UF_NODUMP)
848 (lst->st_flags & UF_NODUMP))
/macosx-10.10/file_cmds-242/install/
H A Dxinstall.c504 * trying to turn off UF_NODUMP. If we're trying to set real flags,
508 flags & SETFLAGS ? fset : from_sb.st_flags & ~UF_NODUMP)) {
/macosx-10.10/crontabs-52/newsyslog/
H A Dnewsyslog.c2164 failed = fchflags(fd, UF_NODUMP);
2234 failed = chflags(fname, UF_NODUMP);
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_entry.c1932 #ifdef UF_NODUMP
1933 { "nodump", L"nodump", 0, UF_NODUMP},
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vnops.c2387 if ((from_cp->c_bsdflags & UF_NODUMP) &&
2389 from_cp->c_bsdflags &= ~UF_NODUMP;
2392 if ((to_cp->c_bsdflags & UF_NODUMP) &&
2394 to_cp->c_bsdflags &= ~UF_NODUMP;
2942 ((cp->c_bsdflags & UF_NODUMP) == 0) &&
H A Dhfs_hotfiles.c821 (cp->c_bsdflags & UF_NODUMP) ||
/macosx-10.10/hfs-285/newfs_hfs/
H A Dmakehfs.c1693 cfp->bsdInfo.ownerFlags = (uint8_t) SWAP_BE16 (((uint16_t)UF_NODUMP));
1731 cfp->bsdInfo.ownerFlags = (uint8_t) SWAP_BE16 (((uint16_t)UF_NODUMP));
/macosx-10.10/system_cmds-643.1.1/fs_usage.tproj/
H A Dfs_usage.c3899 if (ti->arg2 & UF_NODUMP)
3900 mlen += sprintf(&buf[mlen], "UF_NODUMP | ");
3916 else if (ti->arg2 & ~(UF_NODUMP | UF_IMMUTABLE | UF_APPEND | SF_ARCHIVED | SF_IMMUTABLE | SF_APPEND))
/macosx-10.10/webdavfs-367/mount.tproj/
H A Dwebdav_network.c1615 require(fchflags(node->file_fd, UF_NODUMP) == 0, fchflags);

Completed in 354 milliseconds