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

/illumos-gate/usr/src/cmd/sendmail/db/os/
H A Dos_oflags.c68 #define S_IWGRP 0 /* W for group */ macro
75 #define S_IWGRP 0000020 /* W for group */ macro
88 mode |= S_IWGRP;
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dstat.h97 #define S_IWGRP 0000020 /* write permission, grougroup */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dstat.h436 #define S_IWGRP 00020 /* write permission: group */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dstat.h214 #define S_IWGRP 0000020 /* W for group */ 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.h2696 # ifndef S_IWGRP
2697 # define S_IWGRP 0020 macro
2698 # endif /* ! S_IWGRP */

Completed in 781 milliseconds