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

/netbsd-current/lib/libc/posix1e/
H A Dacl_calc_mask.c53 acl_calc_mask(acl_t *acl_p) argument
61 * (23.4.2.4) requires acl_p to point to a pointer to a valid ACL.
67 if (acl_p == NULL || *acl_p == NULL) {
72 if (!_acl_brand_may_be(*acl_p, ACL_BRAND_POSIX)) {
76 _acl_brand_as(*acl_p, ACL_BRAND_POSIX);
78 acl_int = &(*acl_p)->ats_acl;
84 acl_new = acl_dup(*acl_p);
132 **acl_p = *acl_new;
H A Dacl_entry.c45 * to by acl_p.
48 acl_create_entry(acl_t *acl_p, acl_entry_t *entry_p) argument
52 if (acl_p == NULL) {
57 acl_int = &(*acl_p)->ats_acl;
76 (*acl_p)->ats_cur_entry = 0;
82 acl_create_entry_np(acl_t *acl_p, acl_entry_t *entry_p, int offset) argument
87 if (acl_p == NULL) {
92 acl_int = &(*acl_p)->ats_acl;
118 (*acl_p)->ats_cur_entry = 0;
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_acl_private.h47 struct archive_acl_entry *acl_p; member in struct:archive_acl
H A Darchive_acl.c144 acl->acl_p = NULL;
421 acl->acl_p = acl->acl_head;
465 acl->acl_p = acl->acl_head;
472 while (acl->acl_p != NULL && (acl->acl_p->type & want_type) == 0)
473 acl->acl_p = acl->acl_p->next;
474 if (acl->acl_p == NULL) {
483 *type = acl->acl_p->type;
484 *permset = acl->acl_p
[all...]

Completed in 189 milliseconds