Searched refs:copyfile (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_read_disk_entry_from_file.c58 #include <copyfile.h>
318 * The Mac OS "copyfile()" API copies the extended metadata for a
350 have_attrs = copyfile(name, NULL, 0, copyfile_flags | COPYFILE_CHECK);
376 /* XXX I wish copyfile() could pack directly to a memory
380 if (copyfile(name, tempfile.s, 0, copyfile_flags | COPYFILE_PACK)) {
H A Darchive_write_disk_posix.c63 #include <copyfile.h>
3980 * On Mac OS, we use copyfile() to unpack the metadata and
4108 if (copyfile(pathname, tmpdatafork.s, 0,
4155 if (copyfile(metadata, datafork, 0,
4175 /* This would be simpler if copyfile() could just accept the
4178 * copyfile() can read it back in again. */
/freebsd-10-stable/contrib/libarchive/tar/
H A Dbsdtar.c36 #include <copyfile.h>
250 * Enable Mac OS "copyfile()" extension by default.
260 * On Mac OS ACLs are archived with copyfile() (--mac-metadata)

Completed in 103 milliseconds