Searched refs:APR_GWRITE (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dfileacc.c52 if (perms & APR_GWRITE)
89 perms |= APR_GWRITE;
H A Dfilestat.c207 finfo.protection &= ~APR_GWRITE;
214 finfo.protection |= APR_GWRITE;
/freebsd-11-stable/contrib/apr/include/
H A Dapr_file_info.h106 #define APR_GWRITE APR_FPROT_GWRITE /**< @deprecated @see APR_FPROT_GWRITE */ macro
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dio.c1729 perms_to_set &= ~APR_GWRITE;
2469 *read_only = !(file_info->protection & APR_GWRITE);

Completed in 90 milliseconds