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

/freebsd-13-stable/lib/libc/posix1e/
H A Dacl_entry.c47 struct acl *acl_int; local
54 acl_int = &(*acl_p)->ats_acl;
60 if (acl_int->acl_cnt + 1 >= ACL_MAX_ENTRIES) {
65 *entry_p = &acl_int->acl_entry[acl_int->acl_cnt++];
82 struct acl *acl_int; local
89 acl_int = &(*acl_p)->ats_acl;
91 if (acl_int->acl_cnt + 1 >= ACL_MAX_ENTRIES) {
96 if (offset < 0 || offset > acl_int->acl_cnt) {
102 for (i = acl_int
127 struct acl *acl_int; local
[all...]
H A Dacl_calc_mask.c51 struct acl *acl_int, *acl_int_new; local
73 acl_int = &(*acl_p)->ats_acl;
74 if ((acl_int->acl_cnt < 3) || (acl_int->acl_cnt > ACL_MAX_ENTRIES)) {
H A Dacl_support.c137 struct acl *acl_int; local
139 acl_int = &acl->ats_acl;
141 qsort(&acl_int->acl_entry[0], acl_int->acl_cnt,
177 struct acl *acl_int; local
185 acl_int = &acl->ats_acl;
189 while (i < acl_int->acl_cnt) {
190 entry = &acl_int->acl_entry[i];
351 struct acl *acl_int; local
354 acl_int
[all...]
H A Dacl_delete_entry.c79 struct acl *acl_int; local
88 acl_int = &acl->ats_acl;
132 struct acl *acl_int; local
140 acl_int = &acl->ats_acl;
142 if (offset < 0 || offset >= acl_int->acl_cnt) {
H A Dacl_to_text.c60 struct acl *acl_int; local
74 acl_int = &acl->ats_acl;
77 for (i = 0; i < acl_int->acl_cnt; i++)
78 if (acl_int->acl_entry[i].ae_tag == ACL_MASK)
79 mask_perm = acl_int->acl_entry[i].ae_perm;
81 for (i = 0; i < acl_int->acl_cnt; i++) {
82 ae_tag = acl_int->acl_entry[i].ae_tag;
83 ae_id = acl_int->acl_entry[i].ae_id;
84 ae_perm = acl_int->acl_entry[i].ae_perm;

Completed in 109 milliseconds