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

/illumos-gate/usr/src/cmd/sendmail/db/os/
H A Dos_oflags.c67 #define S_IRGRP 0 /* R for group */ macro
74 #define S_IRGRP 0000040 /* R for group */ macro
86 mode |= S_IRGRP;
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dstat.h96 #define S_IRGRP 0000040 /* read permission, group */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dstat.h435 #define S_IRGRP 00040 /* read permission: group */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dstat.h213 #define S_IRGRP 0000040 /* R 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.h2693 # ifndef S_IRGRP
2694 # define S_IRGRP 0040 macro
2695 # endif /* ! S_IRGRP */

Completed in 71 milliseconds