Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/libarchive/libarchive/
HDarchive_acl.c70 static void append_entry_w(wchar_t **wp, const wchar_t *prefix, int type,
705 append_entry_w(&wp, NULL, ARCHIVE_ENTRY_ACL_TYPE_ACCESS, in archive_acl_to_text_w()
709 append_entry_w(&wp, NULL, ARCHIVE_ENTRY_ACL_TYPE_ACCESS, in archive_acl_to_text_w()
713 append_entry_w(&wp, NULL, ARCHIVE_ENTRY_ACL_TYPE_ACCESS, in archive_acl_to_text_w()
744 append_entry_w(&wp, prefix, ap->type, ap->tag, flags, in archive_acl_to_text_w()
778 append_entry_w(wchar_t **wp, const wchar_t *prefix, int type, in append_entry_w() function