Searched refs:acl_valid (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/lib/libc/posix1e/
H A DMakefile.inc31 acl_valid.c \
79 acl_valid.3 \
105 acl_valid.3 acl_valid_file_np.3 \
106 acl_valid.3 acl_valid_fd_np.3 \
H A Dacl_calc_mask.c119 if (acl_valid(acl_new) == -1) {
H A Dacl_valid.c29 * acl_valid -- POSIX.1e ACL check routine
45 * acl_valid: accepts an ACL, returns 0 on valid ACL, -1 for invalid,
50 * true. POSIX.1e allows acl_valid() to reorder the ACL as it sees fit.
57 acl_valid(acl_t acl) function
H A Dacl_from_text.c188 * Postpone most validity checking until the end and call acl_valid() to do
250 /* XXX Should we only return ACLs valid according to acl_valid? */
252 if (acl_valid(acl) == -1) {
/freebsd-11-stable/sys/sys/
H A Dacl.h407 int acl_valid(acl_t _acl);

Completed in 117 milliseconds