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

/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dfileacc.c58 if (perms & APR_WSTICKY)
95 perms |= APR_WSTICKY;
/freebsd-11-stable/contrib/apr/include/
H A Dapr_file_info.h108 #define APR_WSTICKY APR_FPROT_WSTICKY /**< @deprecated @see APR_FPROT_WSTICKY */ macro
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dio.c4656 #if (APR_OS_DEFAULT & APR_WSTICKY)
4666 perm &= ~(APR_USETID | APR_GSETID | APR_WSTICKY);

Completed in 184 milliseconds