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

/osnet-11/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;
/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2702 # ifndef S_IRGRP
2703 # define S_IRGRP 0040 macro
2704 # endif /* ! S_IRGRP */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.h989 #ifndef S_IRGRP
991 # define S_IRGRP (S_IRUSR>>3) macro
995 # define S_IRGRP 0040 macro
1026 # define S_IRWXG (S_IRGRP|S_IWGRP|S_IXGRP)

Completed in 2164 milliseconds