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.c577 | ARCHIVE_ENTRY_ACL_STYLE_SEPARATOR_COMMA
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_pax.c1233 ARCHIVE_ENTRY_ACL_STYLE_SEPARATOR_COMMA |
1245 ARCHIVE_ENTRY_ACL_STYLE_SEPARATOR_COMMA);
1256 ARCHIVE_ENTRY_ACL_STYLE_SEPARATOR_COMMA);
H A Darchive_entry.h608 #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.c1792 *flags |= ARCHIVE_ENTRY_ACL_STYLE_SEPARATOR_COMMA; in archive_entry_acl_text_compat()