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

/osnet-11/usr/src/cmd/sendmail/db/os/
H A Dos_oflags.c70 #define S_IWOTH 0 /* W for other */ macro
77 #define S_IWOTH 0000002 /* W for other */ macro
92 mode |= S_IWOTH;
/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2711 # ifndef S_IWOTH
2712 # define S_IWOTH 0002 macro
2713 # endif /* ! S_IWOTH */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.h1004 # define S_IWOTH (S_IWUSR>>6) macro
1008 # define S_IWOTH 0020 macro
1030 # define S_IRWXO (S_IROTH|S_IWOTH|S_IXOTH)

Completed in 50 milliseconds