Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dstat.h102 #define S_IXOTH 0000001 /* execute/search permission, other */ macro
/titanic_44/usr/src/uts/common/sys/
H A Dstat.h441 #define S_IXOTH 00001 /* execute permission: other */ macro
/titanic_44/usr/src/cmd/ssh/include/
H A Ddefines.h110 #define S_IXOTH 0000001 /* execute/search permission, */ macro
/titanic_44/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2851 # define S_IXOTH (S_IEXEC >> 6) macro