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

/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dfileacc.c54 if (perms & APR_GEXECUTE)
91 perms |= APR_GEXECUTE;
H A Dfilestat.c225 finfo.protection |= APR_GEXECUTE;
231 finfo.protection &= ~APR_GEXECUTE;
/freebsd-11-stable/contrib/apr/include/
H A Dapr_file_info.h107 #define APR_GEXECUTE APR_FPROT_GEXECUTE /**< @deprecated @see APR_FPROT_GEXECUTE */ macro
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dio.c1742 perms_to_set |= APR_GEXECUTE;
1751 perms_to_set &= ~APR_GEXECUTE;
2503 *executable = (file_info->protection & APR_GEXECUTE);

Completed in 119 milliseconds