Searched defs:S_IXUSR (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dstat.h94 #define S_IXUSR 0000100 /* execute/search permission, owner */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dstat.h433 #define S_IXUSR 00100 /* execute permission: owner */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dstat.h204 #define S_IXUSR 0000100 /* X for owner */ macro
209 #define S_IEXEC S_IXUSR
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h1857 # define S_IEXEC S_IXUSR
2858 # ifndef S_IXUSR
2859 # define S_IXUSR (S_IEXEC) macro
2860 # endif /* ! S_IXUSR */

Completed in 72 milliseconds