Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libbc/inc/include/sys/
H A Dstat.h102 #define S_IXOTH 0000001 /* execute/search permission, other */ macro
/onnv-gate/usr/src/uts/common/sys/
H A Dstat.h440 #define S_IXOTH 00001 /* execute permission: other */ macro
/onnv-gate/usr/src/cmd/ssh/include/
H A Ddefines.h110 #define S_IXOTH 0000001 /* execute/search permission, */ macro
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.h1005 # define S_IXOTH (S_IXUSR>>6) macro
1009 # define S_IXOTH 0010 macro
/onnv-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2851 # define S_IXOTH (S_IEXEC >> 6) macro