Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/apr/include/
H A Dapr_errno.h817 #define APR_EXDEV EXDEV macro
819 #define APR_EXDEV (APR_OS_START_CANONERR + 25) macro
987 #define APR_STATUS_IS_EXDEV(s) ((s) == APR_EXDEV \
1135 #define APR_STATUS_IS_EXDEV(s) ((s) == APR_EXDEV \
1201 #define APR_STATUS_IS_EXDEV(s) ((s) == APR_EXDEV)
1321 #define APR_STATUS_IS_EXDEV(s) ((s) == APR_EXDEV)
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Derrorcode.inc147 { 620025, "APR_EXDEV" },