Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_acl.c81 static void append_entry(char **p, const char *prefix, int type,
938 append_entry(&p, NULL, ARCHIVE_ENTRY_ACL_TYPE_ACCESS, in archive_acl_to_text_l()
942 append_entry(&p, NULL, ARCHIVE_ENTRY_ACL_TYPE_ACCESS, in archive_acl_to_text_l()
946 append_entry(&p, NULL, ARCHIVE_ENTRY_ACL_TYPE_ACCESS, in archive_acl_to_text_l()
983 append_entry(&p, prefix, ap->type, ap->tag, flags, name, in archive_acl_to_text_l()
1013 append_entry(char **p, const char *prefix, int type, in append_entry() function