Home
last modified time | relevance | path

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

/freebsd/lib/libc/posix1e/
H A Dacl_valid.c87 if (_posix1e_acl(acl, type)) in acl_valid_file_np()
102 if (_posix1e_acl(acl, type)) in acl_valid_link_np()
117 if (_posix1e_acl(acl, type)) in acl_valid_fd_np()
H A Dacl_set.c65 if (_posix1e_acl(acl, type)) in acl_set_file()
86 if (_posix1e_acl(acl, type)) in acl_set_link_np()
117 if (_posix1e_acl(acl, type)) in acl_set_fd_np()
H A Dacl_support.h56 int _posix1e_acl(acl_t acl, acl_type_t type);
H A Dacl_support.c146 _posix1e_acl(acl_t acl, acl_type_t type) in _posix1e_acl() function