OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACL_NOT_WELL_SUPPORTED
(Results
1 - 4
of
4
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/lib/
acl-internal.h
129
# define
ACL_NOT_WELL_SUPPORTED
(Err) \
132
# define
ACL_NOT_WELL_SUPPORTED
(Err) \
135
# define
ACL_NOT_WELL_SUPPORTED
(Err) \
copy-acl.c
60
if (
ACL_NOT_WELL_SUPPORTED
(errno))
74
if (
ACL_NOT_WELL_SUPPORTED
(errno) && !acl_access_nontrivial (acl))
147
if (
ACL_NOT_WELL_SUPPORTED
(errno))
161
if (
ACL_NOT_WELL_SUPPORTED
(errno) && !acl_extended_nontrivial (acl))
set-mode-acl.c
121
if (
ACL_NOT_WELL_SUPPORTED
(errno))
188
if (
ACL_NOT_WELL_SUPPORTED
(saved_errno))
file-has-acl.c
347
return
ACL_NOT_WELL_SUPPORTED
(errno) ? 0 : -1;
Completed in 76 milliseconds