Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_acl_private.h80 int archive_acl_from_text_l(struct archive_acl *, const char * /* text */,
H A Darchive_entry.c1615 return (archive_acl_from_text_l(&entry->acl, text, type, NULL)); in archive_entry_acl_from_text()
1622 return (archive_acl_from_text_l(&entry->acl, text, type, sc)); in _archive_entry_acl_from_text_l()
H A Darchive_read_support_format_tar.c1044 err = archive_acl_from_text_l(archive_entry_acl(entry), in header_Solaris_ACL()
1850 r = archive_acl_from_text_l(archive_entry_acl(entry), value, type, in pax_attribute_acl()
H A Darchive_acl.c1621 archive_acl_from_text_l(struct archive_acl *acl, const char *text, in archive_acl_from_text_l() function
/dragonfly/lib/libarchive/
H A DSymbol.map552 archive_acl_from_text_l;