Searched refs:archive_entry_acl_count (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_entry_strmode.c83 if (archive_entry_acl_count(entry, ARCHIVE_ENTRY_ACL_TYPE_ACCESS))
H A Darchive_entry.h403 __LA_DECL int archive_entry_acl_count(struct archive_entry *, int /* want_type */);
H A Darchive_write_set_format_pax.c746 if (!need_extension && archive_entry_acl_count(entry_original,
751 if (!need_extension && archive_entry_acl_count(entry_original,
H A Darchive_entry.c1326 archive_entry_acl_count(struct archive_entry *entry, int want_type) function
1354 count = archive_entry_acl_count(entry, want_type);
/freebsd-9.3-release/contrib/libarchive/libarchive/test/
H A Dtest_entry.c668 assertEqualInt(archive_entry_acl_count(e, ARCHIVE_ENTRY_ACL_TYPE_ACCESS), 0);
669 assertEqualInt(archive_entry_acl_count(e, ARCHIVE_ENTRY_ACL_TYPE_DEFAULT), 0);

Completed in 91 milliseconds