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

/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dstat.h99 #define S_IRWXO 0000007 /* rwx, other */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dstat.h438 #define S_IRWXO 00007 /* read, write, execute: other */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dstat.h217 #define S_IRWXO 0000007 /* RWX mask for other */ macro
251 #define ACCESSPERMS (S_IRWXU|S_IRWXG|S_IRWXO) /* 0777 */
253 #define ALLPERMS (S_ISUID|S_ISGID|S_ISTXT|S_IRWXU|S_IRWXG|S_IRWXO)

Completed in 46 milliseconds