Searched defs:S_ISGID (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dstat.h72 #define S_ISGID 0002000 /* set group id on execution */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dstat.h421 #define S_ISGID 0x400 /* set group id on execution */ macro
426 #define S_ENFMT S_ISGID /* record locking enforcement flag */
/illumos-gate/usr/src/boot/sys/sys/
H A Dstat.h196 #define S_ISGID 0002000 /* set group id on execution */ macro
253 #define ALLPERMS (S_ISUID|S_ISGID|S_ISTXT|S_IRWXU|S_IRWXG|S_IRWXO)

Completed in 58 milliseconds