Searched refs:acl_p (Results 1 - 4 of 4) sorted by last modified time

/freebsd-10.0-release/lib/libc/posix1e/
H A Dacl_calc_mask.c47 acl_calc_mask(acl_t *acl_p) argument
54 * (23.4.2.4) requires acl_p to point to a pointer to a valid ACL.
60 if (acl_p == NULL || *acl_p == NULL) {
65 if (!_acl_brand_may_be(*acl_p, ACL_BRAND_POSIX)) {
69 _acl_brand_as(*acl_p, ACL_BRAND_POSIX);
71 acl_int = &(*acl_p)->ats_acl;
77 acl_new = acl_dup(*acl_p);
124 **acl_p = *acl_new;
H A Dacl_entry.c40 * to by acl_p.
43 acl_create_entry(acl_t *acl_p, acl_entry_t *entry_p) argument
47 if (acl_p == NULL) {
52 acl_int = &(*acl_p)->ats_acl;
71 (*acl_p)->ats_cur_entry = 0;
77 acl_create_entry_np(acl_t *acl_p, acl_entry_t *entry_p, int offset) argument
82 if (acl_p == NULL) {
87 acl_int = &(*acl_p)->ats_acl;
113 (*acl_p)->ats_cur_entry = 0;
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_acl.c96 acl->acl_p = NULL;
359 acl->acl_p = acl->acl_head;
403 acl->acl_p = acl->acl_head;
410 while (acl->acl_p != NULL && (acl->acl_p->type & want_type) == 0)
411 acl->acl_p = acl->acl_p->next;
412 if (acl->acl_p == NULL) {
421 *type = acl->acl_p->type;
422 *permset = acl->acl_p
[all...]
H A Darchive_acl_private.h49 struct archive_acl_entry *acl_p; member in struct:archive_acl

Completed in 185 milliseconds