Searched refs:acl_text (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/libarchive/libarchive/
H A Darchive_acl_private.h52 char *acl_text; member in struct:archive_acl
H A Darchive_acl.c92 if (acl->acl_text != NULL) {
93 free(acl->acl_text);
94 acl->acl_text = NULL;
277 if (acl->acl_text != NULL) {
278 free(acl->acl_text);
279 acl->acl_text = NULL;
627 const char **acl_text, size_t *acl_text_len,
640 if (acl->acl_text != NULL) {
641 free (acl->acl_text);
642 acl->acl_text
626 archive_acl_text_l(struct archive_acl *acl, int flags, const char **acl_text, size_t *acl_text_len, struct archive_string_conv *sc) argument
[all...]
H A Darchive_read_support_format_tar.c120 struct archive_string acl_text; member in struct:tar
272 archive_string_free(&tar->acl_text);
852 * more to make sure that we don't overrun acl_text later.
856 err = read_body_to_string(a, tar, &(tar->acl_text), h, unconsumed);
871 p = acl = tar->acl_text.s;
H A Darchive_entry.c1355 const char **acl_text, size_t *len, struct archive_string_conv *sc)
1357 return (archive_acl_text_l(&entry->acl, flags, acl_text, len, sc));
1354 _archive_entry_acl_text_l(struct archive_entry *entry, int flags, const char **acl_text, size_t *len, struct archive_string_conv *sc) argument
/freebsd-10.1-release/bin/getfacl/
H A Dgetfacl.c183 char *acl_text; local
248 acl_text = acl_to_text_np(acl, 0, flags);
249 if (!acl_text) {
254 printf("%s", acl_text);
257 (void)acl_free(acl_text);

Completed in 177 milliseconds