Home
last modified time | relevance | path

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

/freebsd/lib/libc/posix1e/
H A Dacl_extended_file_np.c42 _acl_extended_file(acl_get_func f, pathconf_func pathconf_f, const char* path_p);
47 return (_acl_extended_file(acl_get_file, pathconf, path_p)); in acl_extended_file_np()
53 return (_acl_extended_file(acl_get_link_np, lpathconf, path_p)); in acl_extended_file_nofollow_np()
59 return (_acl_extended_file(acl_get_link_np, lpathconf, path_p)); in acl_extended_link_np()
63 _acl_extended_file(acl_get_func acl_get, pathconf_func pathconf_f, const char* path_p) in _acl_extended_file() function