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

/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_types.h291 /** On Windows, APR_STATUS_IS_ENOTDIR includes several kinds of
297 #define SVN__APR_STATUS_IS_ENOTDIR(s) APR_STATUS_IS_ENOTDIR(s)
299 #define SVN__APR_STATUS_IS_ENOTDIR(s) (APR_STATUS_IS_ENOTDIR(s) \
/freebsd-11-stable/contrib/apr/include/
H A Dapr_errno.h349 * are the APR_STATUS_IS_ENOENT and APR_STATUS_IS_ENOTDIR tests on
665 /** @see APR_STATUS_IS_ENOTDIR */
943 #define APR_STATUS_IS_ENOTDIR(s) ((s) == APR_ENOTDIR) macro
1062 #define APR_STATUS_IS_ENOTDIR(s) ((s) == APR_ENOTDIR \ macro
1162 #define APR_STATUS_IS_ENOTDIR(s) ((s) == APR_ENOTDIR) macro
1249 #define APR_STATUS_IS_ENOTDIR(s) ((s) == APR_ENOTDIR) macro
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db_wcroot.c78 && !APR_STATUS_IS_ENOTDIR(err->apr_err))
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dexternals.c1156 || APR_STATUS_IS_ENOTDIR(err->apr_err))

Completed in 136 milliseconds