Searched refs:archive_entry_acl_count (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_entry.h592 __LA_DECL int archive_entry_acl_count(struct archive_entry *, int /* want_type */);
H A Darchive_entry.c1543 archive_entry_acl_count(struct archive_entry *entry, int want_type) function
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_entry.c739 assertEqualInt(archive_entry_acl_count(e, ARCHIVE_ENTRY_ACL_TYPE_ACCESS), 0);
740 assertEqualInt(archive_entry_acl_count(e, ARCHIVE_ENTRY_ACL_TYPE_DEFAULT), 0);

Completed in 99 milliseconds