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

/macosx-10.10.1/Libc-1044.1.2/posix1e/
H A Dacl_entry.c55 acl_create_entry_np(acl_t *acl_p, acl_entry_t *entry_p, int index) argument
57 struct _acl *ap = *acl_p;
88 acl_create_entry(acl_t *acl_p, acl_entry_t *entry_p) argument
90 return(acl_create_entry_np(acl_p, entry_p, ACL_LAST_ENTRY));
H A Dacl.c118 acl_calc_mask(__unused acl_t *acl_p) argument
/macosx-10.10.1/libarchive-30/libarchive/libarchive/
H A Darchive_entry_private.h171 struct ae_acl *acl_p; member in struct:archive_entry
H A Darchive_entry.c1193 entry->acl_p = NULL;
1370 entry->acl_p = entry->acl_head;
1414 entry->acl_p = entry->acl_head;
1421 while (entry->acl_p != NULL && (entry->acl_p->type & want_type) == 0)
1422 entry->acl_p = entry->acl_p->next;
1423 if (entry->acl_p == NULL) {
1432 *type = entry->acl_p->type;
1433 *permset = entry->acl_p
[all...]
/macosx-10.10.1/Libc-1044.1.2/include/sys/
H A Dacl.h153 extern int acl_create_entry(acl_t *acl_p, acl_entry_t *entry_p);
154 extern int acl_create_entry_np(acl_t *acl_p, acl_entry_t *entry_p, int entry_index);
164 extern int acl_calc_mask(acl_t *acl_p); /* not supported */

Completed in 125 milliseconds