Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/apr/file_io/unix/
Dfileacc.c41 if (perms & APR_UREAD) in apr_unix_perms2mode()
78 perms |= APR_UREAD; in apr_unix_mode2perms()
Dmktemp.c144 APR_UREAD | APR_UWRITE, p)) == APR_SUCCESS) in gettemp()
/freebsd-10-stable/contrib/apr/include/
Dapr_file_info.h101 #define APR_UREAD APR_FPROT_UREAD /**< @deprecated @see APR_FPROT_UREAD */ macro
/freebsd-10-stable/contrib/apr-util/test/
Dtestldap.c84 APR_UREAD | APR_UWRITE | APR_GREAD, p); in get_ldap_host()
/freebsd-10-stable/contrib/apr/locks/unix/
Dproc_mutex.c565 APR_UREAD | APR_UWRITE | APR_GREAD | APR_WREAD, in proc_mutex_fcntl_create()
685 APR_UREAD | APR_UWRITE,
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
Dio.c1656 perms_to_set |= (APR_UREAD|APR_UWRITE); in io_set_file_perms()
1660 if (finfo.protection & APR_UREAD) in io_set_file_perms()
1673 if (finfo.protection & APR_UREAD) in io_set_file_perms()
1682 if (finfo.protection & APR_UREAD) in io_set_file_perms()
Dconfig_file.c692 (APR_UREAD | APR_UWRITE | APR_UEXECUTE), in ensure_auth_dirs()