Searched defs:S_IROTH (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/db/os/
H A Dos_oflags.c69 #define S_IROTH 0 /* R for other */ macro
76 #define S_IROTH 0000004 /* R for other */ macro
90 mode |= S_IROTH;
/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2708 # ifndef S_IROTH
2709 # define S_IROTH 0004 macro
2710 # endif /* ! S_IROTH */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.h1001 #ifndef S_IROTH
1003 # define S_IROTH (S_IRUSR>>6) macro
1007 # define S_IROTH 0040 macro
1030 # define S_IRWXO (S_IROTH|S_IWOTH|S_IXOTH)

Completed in 46 milliseconds