Symbol: ACL_BRAND_POSIX
bin/setfacl/util.c
63
case ACL_BRAND_POSIX:
lib/libc/posix1e/acl_branding.c
126
case ACL_BRAND_POSIX:
lib/libc/posix1e/acl_branding.c
148
_acl_brand_as(acl, ACL_BRAND_POSIX);
lib/libc/posix1e/acl_calc_mask.c
64
if (!_acl_brand_may_be(*acl_p, ACL_BRAND_POSIX)) {
lib/libc/posix1e/acl_calc_mask.c
68
_acl_brand_as(*acl_p, ACL_BRAND_POSIX);
lib/libc/posix1e/acl_equiv_mode_np.c
55
if (_acl_brand(acl) != ACL_BRAND_POSIX)
lib/libc/posix1e/acl_from_text.c
227
_acl_brand_as(acl, ACL_BRAND_POSIX);
lib/libc/posix1e/acl_from_text.c
235
case ACL_BRAND_POSIX:
lib/libc/posix1e/acl_from_text.c
90
assert(_acl_brand(aclp) == ACL_BRAND_POSIX);
lib/libc/posix1e/acl_set.c
196
if (!_entry_brand_may_be(entry_d, ACL_BRAND_POSIX)) {
lib/libc/posix1e/acl_set.c
200
_entry_brand_as(entry_d, ACL_BRAND_POSIX);
lib/libc/posix1e/acl_strip.c
107
assert(_entry_brand(entry_new) == ACL_BRAND_POSIX);
lib/libc/posix1e/acl_strip.c
117
assert(_acl_brand(acl_new) == ACL_BRAND_POSIX);
lib/libc/posix1e/acl_strip.c
140
case ACL_BRAND_POSIX:
lib/libc/posix1e/acl_strip.c
168
case ACL_BRAND_POSIX:
lib/libc/posix1e/acl_strip.c
73
assert(_acl_brand(aclp) == ACL_BRAND_POSIX);
lib/libc/posix1e/acl_strip.c
79
assert(_acl_brand(acl_old) == ACL_BRAND_POSIX);
lib/libc/posix1e/acl_strip.c
94
assert(_entry_brand(entry) == ACL_BRAND_POSIX);
lib/libc/posix1e/acl_support.c
149
if (_acl_brand(acl) != ACL_BRAND_POSIX)
lib/libc/posix1e/acl_support.c
93
assert(_entry_brand(a) == ACL_BRAND_POSIX);
lib/libc/posix1e/acl_support.c
94
assert(_entry_brand(b) == ACL_BRAND_POSIX);
lib/libc/posix1e/acl_to_text.c
245
case ACL_BRAND_POSIX:
lib/libc/posix1e/acl_valid.c
64
if (!_acl_brand_may_be(acl, ACL_BRAND_POSIX)) {