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

/xnu-2422.115.4/bsd/sys/_types/
H A D_s_ifmt.h66 #define S_ISVTX 0001000 /* [XSI] directory restrcted delete */ macro
69 #define S_ISTXT S_ISVTX /* sticky bit: not supported */
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_link.c978 priv_attrp->ca_mode |= S_ISVTX | S_IRUSR | S_IXUSR | S_IRGRP |
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_subr.c7035 !(dva.va_mode & (S_ISVTX))) {

Completed in 39 milliseconds