Home
last modified time | relevance | path

Searched refs:APR_EPATHWILD (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
Derrorcode.inc82 { 20025, "APR_EPATHWILD" },
/freebsd-12-stable/contrib/apr/misc/unix/
Derrorcodes.c134 case APR_EPATHWILD: in apr_error_string()
/freebsd-12-stable/contrib/apr/include/
Dapr_errno.h334 #define APR_EPATHWILD (APR_OS_START_ERROR + 25) macro
416 #define APR_STATUS_IS_EPATHWILD(s) ((s) == APR_EPATHWILD)