Searched refs:APR_GSETID (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dfileacc.c48 if (perms & APR_GSETID)
85 perms |= APR_GSETID;
/freebsd-11-stable/contrib/apr/include/
H A Dapr_file_info.h104 #define APR_GSETID APR_FPROT_GSETID /**< @deprecated @see APR_FPROT_GSETID */ macro
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dio.c4666 perm &= ~(APR_USETID | APR_GSETID | APR_WSTICKY);
4724 apr_file_perms_set(path_apr, finfo.protection | APR_GSETID);

Completed in 72 milliseconds