Searched refs:acl_head (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/libarchive/libarchive/
H A Darchive_acl_private.h48 struct archive_acl_entry *acl_head; member in struct:archive_acl
H A Darchive_acl.c82 while (acl->acl_head != NULL) {
83 ap = acl->acl_head->next;
84 archive_mstring_clean(&acl->acl_head->name);
85 free(acl->acl_head);
86 acl->acl_head = ap;
108 ap = src->acl_head;
283 ap = acl->acl_head;
300 acl->acl_head = ap;
321 ap = acl->acl_head;
359 acl->acl_p = acl->acl_head;
[all...]

Completed in 43 milliseconds