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

/freebsd-11.0-release/contrib/apr/include/
H A Dapr_errno.h929 #define APR_STATUS_IS_ENOTDIR(s) ((s) == APR_ENOTDIR) macro
1046 #define APR_STATUS_IS_ENOTDIR(s) ((s) == APR_ENOTDIR \ macro
1143 #define APR_STATUS_IS_ENOTDIR(s) ((s) == APR_ENOTDIR) macro
1227 #define APR_STATUS_IS_ENOTDIR(s) ((s) == APR_ENOTDIR) macro

Completed in 62 milliseconds