Symbol: _acl_brand
lib/libc/posix1e/acl_branding.c
120
switch (_acl_brand(acl)) {
lib/libc/posix1e/acl_branding.c
164
*brand_p = _acl_brand(acl);
lib/libc/posix1e/acl_branding.c
71
return (_acl_brand(entry2acl(entry)));
lib/libc/posix1e/acl_branding.c
81
if (_acl_brand(acl) == ACL_BRAND_UNKNOWN)
lib/libc/posix1e/acl_branding.c
84
if (_acl_brand(acl) == brand)
lib/libc/posix1e/acl_cmp_np.c
48
if (_acl_brand(acl1) != _acl_brand(acl2))
lib/libc/posix1e/acl_delete_entry.c
84
if (_entry_brand(entry_d) != _acl_brand(acl)) {
lib/libc/posix1e/acl_equiv_mode_np.c
51
if (_acl_brand(acl) == ACL_BRAND_UNKNOWN && acl->ats_acl.acl_cnt == 0)
lib/libc/posix1e/acl_equiv_mode_np.c
55
if (_acl_brand(acl) != ACL_BRAND_POSIX)
lib/libc/posix1e/acl_from_text.c
222
if (_acl_brand(acl) == ACL_BRAND_UNKNOWN) {
lib/libc/posix1e/acl_from_text.c
229
switch (_acl_brand(acl)) {
lib/libc/posix1e/acl_from_text.c
89
assert(_acl_brand(aclp) == ACL_BRAND_POSIX);
lib/libc/posix1e/acl_strip.c
117
assert(_acl_brand(acl_new) == ACL_BRAND_POSIX);
lib/libc/posix1e/acl_strip.c
136
switch (_acl_brand(aclp)) {
lib/libc/posix1e/acl_strip.c
167
switch (_acl_brand(aclp)) {
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_support.c
149
if (_acl_brand(acl) != ACL_BRAND_POSIX)
lib/libc/posix1e/acl_support.c
61
assert(_acl_brand(a) == _acl_brand(b));
lib/libc/posix1e/acl_support.h
42
int _acl_brand(const acl_t acl);
lib/libc/posix1e/acl_to_text.c
244
switch (_acl_brand(acl)) {