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

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_entry_private.h170 struct ae_acl *acl_head; member in struct:archive_entry
H A Darchive_entry.c417 ap = entry->acl_head;
1183 while (entry->acl_head != NULL) {
1184 ap = entry->acl_head->next;
1185 aes_clean(&entry->acl_head->name);
1186 free(entry->acl_head);
1187 entry->acl_head = ap;
1295 ap = entry->acl_head;
1312 entry->acl_head = ap;
1332 ap = entry->acl_head;
1370 entry->acl_p = entry->acl_head;
[all...]

Completed in 69 milliseconds