Searched refs:APR_EACCES (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dopen.c113 return APR_EACCES;
123 return APR_EACCES;
/freebsd-11-stable/contrib/apr/include/
H A Dapr_errno.h639 #define APR_EACCES EACCES macro
641 #define APR_EACCES (APR_OS_START_CANONERR + 1) macro
927 #define APR_STATUS_IS_EACCES(s) ((s) == APR_EACCES \
1040 #define APR_STATUS_IS_EACCES(s) ((s) == APR_EACCES \
1158 #define APR_STATUS_IS_EACCES(s) ((s) == APR_EACCES)
1231 #define APR_STATUS_IS_EACCES(s) ((s) == APR_EACCES)

Completed in 68 milliseconds