Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/apr/file_io/unix/
Dfileacc.c50 if (perms & APR_GREAD) in apr_unix_perms2mode()
87 perms |= APR_GREAD; in apr_unix_mode2perms()
/freebsd-12-stable/contrib/apr/include/
Dapr_file_info.h105 #define APR_GREAD APR_FPROT_GREAD /**< @deprecated @see APR_FPROT_GREAD */ macro
/freebsd-12-stable/contrib/apr-util/test/
Dtestldap.c84 APR_UREAD | APR_UWRITE | APR_GREAD, p); in get_ldap_host()
/freebsd-12-stable/contrib/apr/locks/unix/
Dproc_mutex.c1050 APR_UREAD | APR_UWRITE | APR_GREAD | APR_WREAD, in proc_mutex_fcntl_create()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
Dio.c1723 if (finfo.protection & APR_GREAD) in io_set_perms()
1736 if (finfo.protection & APR_GREAD) in io_set_perms()
1745 if (finfo.protection & APR_GREAD) in io_set_perms()