Home
last modified time | relevance | path

Searched refs:APR_STATUS_IS_EPERM (Results 1 – 4 of 4) sorted by relevance

/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dio.c32 #ifndef APR_STATUS_IS_EPERM
35 #define APR_STATUS_IS_EPERM(s) ((s) == EPERM) macro
37 #define APR_STATUS_IS_EPERM(s) (0) macro
1761 if (APR_STATUS_IS_EPERM(status)) in io_set_perms()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dio.c32 #ifndef APR_STATUS_IS_EPERM
35 #define APR_STATUS_IS_EPERM(s) ((s) == EPERM) macro
37 #define APR_STATUS_IS_EPERM(s) (0) macro
1761 if (APR_STATUS_IS_EPERM(status)) in io_set_perms()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_subr/
H A Dio.c32 #ifndef APR_STATUS_IS_EPERM
35 #define APR_STATUS_IS_EPERM(s) ((s) == EPERM) macro
37 #define APR_STATUS_IS_EPERM(s) (0) macro
1761 if (APR_STATUS_IS_EPERM(status)) in io_set_perms()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dio.c32 #ifndef APR_STATUS_IS_EPERM
35 #define APR_STATUS_IS_EPERM(s) ((s) == EPERM) macro
37 #define APR_STATUS_IS_EPERM(s) (0) macro
1761 if (APR_STATUS_IS_EPERM(status)) in io_set_perms()