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

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_entry_private.h56 struct ae_acl { struct
57 struct ae_acl *next;
170 struct ae_acl *acl_head;
171 struct ae_acl *acl_p;
H A Darchive_entry.c122 static struct ae_acl *acl_new_entry(struct archive_entry *entry,
395 struct ae_acl *ap, *ap2;
1181 struct ae_acl *ap;
1204 struct ae_acl *ap;
1233 struct ae_acl *ap;
1278 static struct ae_acl *
1282 struct ae_acl *ap, *aq;
1307 ap = (struct ae_acl *)malloc(sizeof(*ap));
1329 struct ae_acl *ap;
1453 struct ae_acl *a
[all...]

Completed in 162 milliseconds