Searched defs:S_IXOTH (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dshcomp.c116 chmod(cp,(statb.st_mode&~S_IFMT)|S_IXUSR|S_IXGRP|S_IXOTH); local
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dstat.h102 #define S_IXOTH 0000001 /* execute/search permission, other */ macro
/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/cmd/sendmail/include/sm/
H A Dconf.h2850 # ifndef S_IXOTH
2851 # define S_IXOTH (S_IEXEC >> 6) macro
2852 # endif /* ! S_IXOTH */

Completed in 74 milliseconds