Home
last modified time | relevance | path

Searched defs:S_IXOTH (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dstat.h441 #define S_IXOTH 00001 /* execute permission: other */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dstat.h220 #define S_IXOTH 0000001 /* X for other */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dmamake.c147 #define S_IXOTH 0001 /* other execute permission */ macro
H A Dproto.c146 # define S_IXOTH 0001 macro
H A Dratz.c4155 #define S_IXOTH 0001 macro
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2851 # define S_IXOTH (S_IEXEC >> 6) macro