Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_acl_text.c440 ARCHIVE_ENTRY_ACL_STYLE_SEPARATOR_COMMA, in DEFINE_TEST()
H A Dtest_acl_platform_posix1e.c576 | ARCHIVE_ENTRY_ACL_STYLE_SEPARATOR_COMMA
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_pax.c1217 ARCHIVE_ENTRY_ACL_STYLE_SEPARATOR_COMMA | in archive_write_pax_header()
1229 ARCHIVE_ENTRY_ACL_STYLE_SEPARATOR_COMMA); in archive_write_pax_header()
1240 ARCHIVE_ENTRY_ACL_STYLE_SEPARATOR_COMMA); in archive_write_pax_header()
H A Darchive_entry.h570 #define ARCHIVE_ENTRY_ACL_STYLE_SEPARATOR_COMMA 0x00000008 macro
H A Darchive_acl.c690 if (flags & ARCHIVE_ENTRY_ACL_STYLE_SEPARATOR_COMMA) in archive_acl_to_text_w()
923 if (flags & ARCHIVE_ENTRY_ACL_STYLE_SEPARATOR_COMMA) in archive_acl_to_text_l()
H A Darchive_entry.c1682 *flags |= ARCHIVE_ENTRY_ACL_STYLE_SEPARATOR_COMMA; in archive_entry_acl_text_compat()