Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_acl_private.h68 wchar_t *archive_acl_to_text_w(struct archive_acl *, ssize_t *, int,
H A Darchive_entry.c1725 return (archive_acl_to_text_w(&entry->acl, len, flags, in archive_entry_acl_to_text_w()
1794 entry->acl.acl_text_w = archive_acl_to_text_w(&entry->acl, in archive_entry_acl_text_w()
H A Darchive_acl.c663 archive_acl_to_text_w(struct archive_acl *acl, ssize_t *text_len, int flags, in archive_acl_to_text_w() function