Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
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()