Searched refs:ARCHIVE_EXTRACT_FFLAGS (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/libarchive/tar/
H A Dbsdtar.c223 bsdtar->extract_flags |= ARCHIVE_EXTRACT_FFLAGS;
404 bsdtar->extract_flags &= ~ARCHIVE_EXTRACT_FFLAGS;
444 bsdtar->extract_flags |= ARCHIVE_EXTRACT_FFLAGS;
/freebsd-9.3-release/usr.sbin/bsdinstall/distextract/
H A Ddistextract.c216 ARCHIVE_EXTRACT_XATTR | ARCHIVE_EXTRACT_FFLAGS);
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive.h466 #define ARCHIVE_EXTRACT_FFLAGS (0x0040) macro
H A Darchive_write_disk.c144 #define TODO_FFLAGS ARCHIVE_EXTRACT_FFLAGS
430 if (a->flags & ARCHIVE_EXTRACT_FFLAGS)
/freebsd-9.3-release/usr.sbin/pkg/
H A Dpkg.c124 ARCHIVE_EXTRACT_FFLAGS | ARCHIVE_EXTRACT_XATTR);
/freebsd-9.3-release/contrib/libarchive/cpio/
H A Dcpio.c167 cpio->extract_flags |= ARCHIVE_EXTRACT_FFLAGS;

Completed in 117 milliseconds