Home
last modified time | relevance | path

Searched refs:APR_USETID (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/apr/file_io/unix/
Dfileacc.c39 if (perms & APR_USETID) in apr_unix_perms2mode()
76 perms |= APR_USETID; in apr_unix_mode2perms()
/freebsd-12-stable/contrib/apr/include/
Dapr_file_info.h100 #define APR_USETID APR_FPROT_USETID /**< @deprecated @see APR_FPROT_USETID */ macro
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
Dio.c4657 perm &= ~(APR_USETID | APR_GSETID | APR_WSTICKY); in dir_make()