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

/freebsd-10-stable/lib/libc/posix1e/
H A Dacl_to_text.c66 acl_perm_t ae_perm, effective_perm, mask_perm; local
109 effective_perm = ae_perm & mask_perm;
110 if (effective_perm != ae_perm) {
112 effective_perm,
137 effective_perm = ae_perm & mask_perm;
138 if (effective_perm != ae_perm) {
140 effective_perm,
169 effective_perm = ae_perm & mask_perm;
170 if (effective_perm != ae_perm) {
172 effective_perm,
[all...]

Completed in 41 milliseconds