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

/illumos-gate/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;
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dstat.h101 #define S_IWOTH 0000002 /* write permission, other */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dstat.h440 #define S_IWOTH 00002 /* write permission: other */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dstat.h219 #define S_IWOTH 0000002 /* W for other */ macro
255 #define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2702 # ifndef S_IWOTH
2703 # define S_IWOTH 0002 macro
2704 # endif /* ! S_IWOTH */

Completed in 75 milliseconds