Symbol: ACL_BRAND_POSIX
bin/setfacl/util.c
70
case ACL_BRAND_POSIX:
lib/libc/posix1e/acl_branding.c
134
case ACL_BRAND_POSIX:
lib/libc/posix1e/acl_branding.c
156
_acl_brand_as(acl, ACL_BRAND_POSIX);
lib/libc/posix1e/acl_calc_mask.c
72
if (!_acl_brand_may_be(*acl_p, ACL_BRAND_POSIX)) {
lib/libc/posix1e/acl_calc_mask.c
76
_acl_brand_as(*acl_p, ACL_BRAND_POSIX);
lib/libc/posix1e/acl_from_text.c
229
_acl_brand_as(acl, ACL_BRAND_POSIX);
lib/libc/posix1e/acl_from_text.c
237
case ACL_BRAND_POSIX:
lib/libc/posix1e/acl_from_text.c
92
assert(_acl_brand(aclp) == ACL_BRAND_POSIX);
lib/libc/posix1e/acl_set.c
202
if (!_entry_brand_may_be(entry_d, ACL_BRAND_POSIX)) {
lib/libc/posix1e/acl_set.c
206
_entry_brand_as(entry_d, ACL_BRAND_POSIX);
lib/libc/posix1e/acl_strip.c
106
assert(_entry_brand(entry_new) == ACL_BRAND_POSIX);
lib/libc/posix1e/acl_strip.c
116
assert(_acl_brand(acl_new) == ACL_BRAND_POSIX);
lib/libc/posix1e/acl_strip.c
139
case ACL_BRAND_POSIX:
lib/libc/posix1e/acl_strip.c
167
case ACL_BRAND_POSIX:
lib/libc/posix1e/acl_strip.c
72
assert(_acl_brand(aclp) == ACL_BRAND_POSIX);
lib/libc/posix1e/acl_strip.c
78
assert(_acl_brand(acl_old) == ACL_BRAND_POSIX);
lib/libc/posix1e/acl_strip.c
93
assert(_entry_brand(entry) == ACL_BRAND_POSIX);
lib/libc/posix1e/acl_support.c
101
assert(_entry_brand(a) == ACL_BRAND_POSIX);
lib/libc/posix1e/acl_support.c
102
assert(_entry_brand(b) == ACL_BRAND_POSIX);
lib/libc/posix1e/acl_support.c
157
if (_acl_brand(acl) != ACL_BRAND_POSIX)
lib/libc/posix1e/acl_to_text.c
252
case ACL_BRAND_POSIX:
lib/libc/posix1e/acl_valid.c
70
if (!_acl_brand_may_be(acl, ACL_BRAND_POSIX)) {