Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dacl-internal.h129 # define ACL_NOT_WELL_SUPPORTED(Err) \ macro
132 # define ACL_NOT_WELL_SUPPORTED(Err) \ macro
135 # define ACL_NOT_WELL_SUPPORTED(Err) \ macro
Dcopy-acl.c60 if (ACL_NOT_WELL_SUPPORTED (errno)) in qcopy_acl()
74 if (ACL_NOT_WELL_SUPPORTED (errno) && !acl_access_nontrivial (acl)) in qcopy_acl()
147 if (ACL_NOT_WELL_SUPPORTED (errno)) in qcopy_acl()
161 if (ACL_NOT_WELL_SUPPORTED (errno) && !acl_extended_nontrivial (acl)) in qcopy_acl()
Dset-mode-acl.c121 if (ACL_NOT_WELL_SUPPORTED (errno)) in qset_acl()
188 if (ACL_NOT_WELL_SUPPORTED (saved_errno)) in qset_acl()
Dfile-has-acl.c347 return ACL_NOT_WELL_SUPPORTED (errno) ? 0 : -1; in file_has_acl()