Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_acl_private.h80 int archive_acl_from_text_nl(struct archive_acl *, const char * /* text */,
H A Darchive_acl.c1623 return archive_acl_from_text_nl(acl, text, strlen(text), want_type, sc); in archive_acl_from_text_l()
1627 archive_acl_from_text_nl(struct archive_acl *acl, const char *text, in archive_acl_from_text_nl() function
H A Darchive_read_support_format_tar.c2137 r = archive_acl_from_text_nl(archive_entry_acl(entry), p, value_length, in pax_attribute_SCHILY_acl()