Searched refs:APR_ENOTDIR (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/apr/file_io/unix/
H A Dmktemp.c136 return APR_ENOTDIR;
/freebsd-13-stable/contrib/apr/include/
H A Dapr_errno.h667 #define APR_ENOTDIR ENOTDIR macro
669 #define APR_ENOTDIR (APR_OS_START_CANONERR + 5) macro
943 #define APR_STATUS_IS_ENOTDIR(s) ((s) == APR_ENOTDIR)
1062 #define APR_STATUS_IS_ENOTDIR(s) ((s) == APR_ENOTDIR \
1162 #define APR_STATUS_IS_ENOTDIR(s) ((s) == APR_ENOTDIR)
1249 #define APR_STATUS_IS_ENOTDIR(s) ((s) == APR_ENOTDIR)
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dutil.c59 return svn_error_createf(APR_ENOTDIR, NULL,

Completed in 118 milliseconds