Home
last modified time | relevance | path

Searched refs:APR_EXDEV (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/apr/include/
HDapr_errno.h817 #define APR_EXDEV EXDEV macro
819 #define APR_EXDEV (APR_OS_START_CANONERR + 25) macro
973 #define APR_STATUS_IS_EXDEV(s) ((s) == APR_EXDEV \
1119 #define APR_STATUS_IS_EXDEV(s) ((s) == APR_EXDEV \
1182 #define APR_STATUS_IS_EXDEV(s) ((s) == APR_EXDEV)
1299 #define APR_STATUS_IS_EXDEV(s) ((s) == APR_EXDEV)
/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDerrorcode.inc266 { 620025, "APR_EXDEV" },