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

/freebsd-10.0-release/lib/libc/posix1e/
H A Dacl_calc_mask.c49 struct acl *acl_int, *acl_int_new; local
71 acl_int = &(*acl_p)->ats_acl;
72 if ((acl_int->acl_cnt < 3) || (acl_int->acl_cnt > ACL_MAX_ENTRIES)) {
H A Dacl_delete_entry.c77 struct acl *acl_int; local
86 acl_int = &acl->ats_acl;
130 struct acl *acl_int; local
138 acl_int = &acl->ats_acl;
140 if (offset < 0 || offset >= acl_int->acl_cnt) {
H A Dacl_entry.c45 struct acl *acl_int; local
52 acl_int = &(*acl_p)->ats_acl;
58 if (acl_int->acl_cnt + 1 >= ACL_MAX_ENTRIES) {
63 *entry_p = &acl_int->acl_entry[acl_int->acl_cnt++];
80 struct acl *acl_int; local
87 acl_int = &(*acl_p)->ats_acl;
89 if (acl_int->acl_cnt + 1 >= ACL_MAX_ENTRIES) {
94 if (offset < 0 || offset >= acl_int->acl_cnt) {
100 for (i = acl_int
125 struct acl *acl_int; local
[all...]
H A Dacl_support.c135 struct acl *acl_int; local
137 acl_int = &acl->ats_acl;
139 qsort(&acl_int->acl_entry[0], acl_int->acl_cnt,
175 struct acl *acl_int; local
183 acl_int = &acl->ats_acl;
187 while (i < acl_int->acl_cnt) {
188 entry = &acl_int->acl_entry[i];
349 struct acl *acl_int; local
352 acl_int
[all...]
H A Dacl_to_text.c58 struct acl *acl_int; local
72 acl_int = &acl->ats_acl;
75 for (i = 0; i < acl_int->acl_cnt; i++)
76 if (acl_int->acl_entry[i].ae_tag == ACL_MASK)
77 mask_perm = acl_int->acl_entry[i].ae_perm;
79 for (i = 0; i < acl_int->acl_cnt; i++) {
80 ae_tag = acl_int->acl_entry[i].ae_tag;
81 ae_id = acl_int->acl_entry[i].ae_id;
82 ae_perm = acl_int->acl_entry[i].ae_perm;

Completed in 198 milliseconds