Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/apr/include/
H A Dapr_errno.h810 #define APR_EPIPE EPIPE macro
812 #define APR_EPIPE (APR_OS_START_CANONERR + 24) macro
984 #define APR_STATUS_IS_EPIPE(s) ((s) == APR_EPIPE \
1133 #define APR_STATUS_IS_EPIPE(s) ((s) == APR_EPIPE \
1200 #define APR_STATUS_IS_EPIPE(s) ((s) == APR_EPIPE)
1319 #define APR_STATUS_IS_EPIPE(s) ((s) == APR_EPIPE)
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Derrorcode.inc146 { 620024, "APR_EPIPE" },