Searched defs:APR_STATUS_IS_EACCES (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/apr/include/
H A Dapr_errno.h913 #define APR_STATUS_IS_EACCES(s) ((s) == APR_EACCES \ macro
1024 #define APR_STATUS_IS_EACCES(s) ((s) == APR_EACCES \ macro
1139 #define APR_STATUS_IS_EACCES(s) ((s) == APR_EACCES) macro
1209 #define APR_STATUS_IS_EACCES(s) ((s) == APR_EACCES) macro

Completed in 107 milliseconds