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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dfcntl.h312 #define S_ISVTX 0001000 /* [XSI] directory restrcted delete */ macro
315 #define S_ISTXT S_ISVTX /* sticky bit: not supported */
H A Dstat.h398 #define S_ISVTX 0001000 /* [XSI] directory restrcted delete */ macro
401 #define S_ISTXT S_ISVTX /* sticky bit: not supported */
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_link.c925 priv_attrp->ca_mode |= S_ISVTX | S_IRUSR | S_IXUSR | S_IRGRP |
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/synthfs/
H A Dsynthfs_vnops.c1111 if ((dsp->s_mode & S_ISVTX) &&
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c5740 !(dva.va_mode & (S_ISVTX))) {

Completed in 54 milliseconds