Searched refs:S_IWGRP (Results 1 - 10 of 10) sorted by relevance

/sendmail/libsmutil/
H A Dsafefile.c273 bitset(S_IWGRP, st->st_mode))
303 bitset(S_IWUSR|S_IWGRP|S_IWOTH, mode) &&
428 mode |= S_IWGRP;
/sendmail/libsm/
H A Dstdio.c98 S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH);
/sendmail/sendmail/
H A Dcollect.c207 if (bitset(S_IWGRP, QueueFileMode))
211 if (bitset(S_IWGRP, QueueFileMode))
H A Dqueue.c374 if (bitset(S_IWGRP, QueueFileMode)) \
377 if (bitset(S_IWGRP, QueueFileMode)) \
554 if (bitset(S_IWGRP, QueueFileMode))
558 if (bitset(S_IWGRP, QueueFileMode))
4049 qsafe = S_IWOTH|S_IWGRP;
4050 if (bitset(S_IWGRP, QueueFileMode))
4051 qsafe &= ~S_IWGRP;
4084 bogus = !(bitset(S_IWGRP, QueueFileMode) &&
4085 bitset(S_IWGRP, dst.st_mode) &&
7153 if (bitset(S_IWGRP, QueueFileMod
[all...]
H A Dalias.c544 bitset(S_IWUSR|S_IWGRP|S_IWOTH, stb.st_mode))
H A Drecipient.c1804 mode |= S_IWGRP;
H A Dutil.c2434 if (bitset(S_IWGRP|S_IWOTH, statbuf.st_mode))
H A Dreadcf.c149 if (OpMode != MD_TEST && bitset(S_IWGRP|S_IWOTH, statb.st_mode))
/sendmail/include/sm/
H A Dconf.h2707 # ifndef S_IWGRP
2708 # define S_IWGRP 0020 macro
2709 # endif /* ! S_IWGRP */
/sendmail/mail.local/
H A Dmail.local.c1133 mode |= S_IRGRP|S_IWGRP;

Completed in 795 milliseconds