Home
last modified time | relevance | path

Searched refs:ACL_BRAND_POSIX (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/lib/libc/posix1e/
Dacl_strip.c77 assert(_acl_brand(aclp) == ACL_BRAND_POSIX); in _posix1e_acl_strip_np()
83 assert(_acl_brand(acl_old) == ACL_BRAND_POSIX); in _posix1e_acl_strip_np()
98 assert(_entry_brand(entry) == ACL_BRAND_POSIX); in _posix1e_acl_strip_np()
119 assert(_entry_brand(entry_new) == ACL_BRAND_POSIX); in _posix1e_acl_strip_np()
129 assert(_acl_brand(acl_new) == ACL_BRAND_POSIX); in _posix1e_acl_strip_np()
152 case ACL_BRAND_POSIX: in acl_strip_np()
180 case ACL_BRAND_POSIX: in acl_is_trivial_np()
Dacl_from_text.c92 assert(_acl_brand(aclp) == ACL_BRAND_POSIX); in _posix1e_acl_entry_from_text()
229 _acl_brand_as(acl, ACL_BRAND_POSIX); in acl_from_text()
237 case ACL_BRAND_POSIX: in acl_from_text()
Dacl_calc_mask.c67 if (!_acl_brand_may_be(*acl_p, ACL_BRAND_POSIX)) { in acl_calc_mask()
71 _acl_brand_as(*acl_p, ACL_BRAND_POSIX); in acl_calc_mask()
Dacl_branding.c130 case ACL_BRAND_POSIX: in _acl_type_not_valid_for_acl()
152 _acl_brand_as(acl, ACL_BRAND_POSIX); in _acl_brand_from_type()
Dacl_support.c98 assert(_entry_brand(a) == ACL_BRAND_POSIX); in _posix1e_acl_entry_compare()
99 assert(_entry_brand(b) == ACL_BRAND_POSIX); in _posix1e_acl_entry_compare()
154 if (_acl_brand(acl) != ACL_BRAND_POSIX) in _posix1e_acl()
Dacl_set.c199 if (!_entry_brand_may_be(entry_d, ACL_BRAND_POSIX)) { in acl_set_tag_type()
203 _entry_brand_as(entry_d, ACL_BRAND_POSIX); in acl_set_tag_type()
Dacl_valid.c67 if (!_acl_brand_may_be(acl, ACL_BRAND_POSIX)) { in acl_valid()
Dacl_to_text.c248 case ACL_BRAND_POSIX: in acl_to_text_np()
/freebsd-12-stable/bin/setfacl/
Dutil.c63 case ACL_BRAND_POSIX: in brand_name()
/freebsd-12-stable/sys/sys/
Dacl.h156 #define ACL_BRAND_POSIX 1 macro
/freebsd-12-stable/contrib/libarchive/libarchive/
Darchive_disk_acl_freebsd.c133 case ACL_BRAND_POSIX: in translate_acl()