Home
last modified time | relevance | path

Searched refs:entry_acl_type (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/libarchive/libarchive/
H A Darchive_disk_acl_freebsd.c117 int i, entry_acl_type, perm_map_size; in translate_acl() local
220 entry_acl_type = default_entry_acl_type; in translate_acl()
234 entry_acl_type = ARCHIVE_ENTRY_ACL_TYPE_ALLOW; in translate_acl()
237 entry_acl_type = ARCHIVE_ENTRY_ACL_TYPE_DENY; in translate_acl()
240 entry_acl_type = ARCHIVE_ENTRY_ACL_TYPE_AUDIT; in translate_acl()
243 entry_acl_type = ARCHIVE_ENTRY_ACL_TYPE_ALARM; in translate_acl()
306 archive_entry_acl_add_entry(entry, entry_acl_type, in translate_acl()