Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/posix1e/
H A Dacl_valid.c93 if (_posix1e_acl(acl, type)) in acl_valid_file_np()
108 if (_posix1e_acl(acl, type)) in acl_valid_link_np()
123 if (_posix1e_acl(acl, type)) in acl_valid_fd_np()
H A Dacl_set.c71 if (_posix1e_acl(acl, type)) in acl_set_file()
92 if (_posix1e_acl(acl, type)) in acl_set_link_np()
123 if (_posix1e_acl(acl, type)) in acl_set_fd_np()
H A Dacl_support.h58 int _posix1e_acl(acl_t acl, acl_type_t type);
H A Dacl_support.c154 _posix1e_acl(acl_t acl, acl_type_t type) in _posix1e_acl() function