Home
last modified time | relevance | path

Searched refs:ACL_OTHER (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/sys/
H A Dacl.h75 #define ACL_OTHER 0x00000020 macro
76 #define ACL_OTHER_OBJ ACL_OTHER
/dragonfly/lib/libposix1e/
H A Dacl_support.c202 case ACL_OTHER: in acl_check()
204 if (stage > ACL_OTHER) in acl_check()
206 stage = ACL_OTHER; in acl_check()
H A Dacl_from_text.c96 return (ACL_OTHER); in acl_string_to_tag()
203 case ACL_OTHER: in acl_from_text()
H A Dacl_to_text.c200 case ACL_OTHER: in acl_to_text()