Home | History | Annotate | Download | only in posix1e

Lines Matching refs:_posix1e_acl_check

164  * _posix1e_acl_check -- given an ACL, check its validity.  This is mirrored
178 _posix1e_acl_check(acl_t acl)
190 /* printf("_posix1e_acl_check: checking acl with %d entries\n",
200 /* printf("_posix1e_acl_check: %d: ACL_USER_OBJ\n",
209 /* printf("_posix1e_acl_check: %d: ACL_USER\n", i); */
220 /* printf("_posix1e_acl_check: %d: ACL_GROUP_OBJ\n",
229 /* printf("_posix1e_acl_check: %d: ACL_GROUP\n", i); */
240 /* printf("_posix1e_acl_check: %d: ACL_MASK\n", i); */
248 /* printf("_posix1e_acl_check: %d: ACL_OTHER\n", i); */
256 /* printf("_posix1e_acl_check: %d: INVALID\n", i); */