Searched refs:_posix1e_acl_check (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/libc/posix1e/
H A Dacl_support.h54 int _posix1e_acl_check(acl_t acl);
H A Dacl_valid.c70 error = _posix1e_acl_check(acl);
H A Dacl_support.c159 * _posix1e_acl_check -- given an ACL, check its validity. This is mirrored
173 _posix1e_acl_check(acl_t acl) function
185 /* printf("_posix1e_acl_check: checking acl with %d entries\n",
195 /* printf("_posix1e_acl_check: %d: ACL_USER_OBJ\n",
204 /* printf("_posix1e_acl_check: %d: ACL_USER\n", i); */
215 /* printf("_posix1e_acl_check: %d: ACL_GROUP_OBJ\n",
224 /* printf("_posix1e_acl_check: %d: ACL_GROUP\n", i); */
235 /* printf("_posix1e_acl_check: %d: ACL_MASK\n", i); */
243 /* printf("_posix1e_acl_check: %d: ACL_OTHER\n", i); */
251 /* printf("_posix1e_acl_check
[all...]

Completed in 80 milliseconds