Searched refs:S_ISGID (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dstat.h397 #define S_ISGID 0002000 /* [XSI] set group id on execution */ macro
465 #define ALLPERMS (S_ISUID|S_ISGID|S_ISTXT|S_IRWXU|S_IRWXG|S_IRWXO)
H A Dfcntl.h311 #define S_ISGID 0002000 /* [XSI] set group id on execution */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_readwrite.c551 if (cp->c_mode & (S_ISUID | S_ISGID)) {
558 cp->c_mode &= ~(S_ISUID | S_ISGID);
3040 (cp->c_mode & (S_ISUID | S_ISGID)) &&
3043 cp->c_mode &= ~(S_ISUID | S_ISGID);
H A Dhfs_attrlist.c697 cap->ca_mode & ~(S_ISUID | S_ISGID) : cap->ca_mode;
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/synthfs/
H A Dsynthfs_vnops.c356 if (ogid != gid && suser(cred, NULL)) sp->s_mode &= ~S_ISGID;
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c5889 if (vap->va_mode & S_ISGID) {
6136 if (vap->va_mode & S_ISGID) {
6379 if (newmode & (S_ISUID | S_ISGID)) {
6380 VATTR_SET(vap, va_mode, newmode & ~(S_ISUID | S_ISGID));

Completed in 80 milliseconds