Searched refs:S_IWOTH (Results 1 - 9 of 9) sorted by relevance

/sendmail/libsmutil/
H A Dsafefile.c281 bitset(S_IWOTH, st->st_mode))
303 bitset(S_IWUSR|S_IWGRP|S_IWOTH, mode) &&
404 int mode = S_IWOTH;
601 if (bitset(S_IWOTH, stbuf.st_mode))
613 bitset(S_IWOTH, stbuf.st_mode)
/sendmail/libsm/
H A Dstdio.c98 S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH);
/sendmail/sendmail/
H A Drecipient.c1799 mode = S_IWOTH;
1811 bitset(S_IWOTH, st.st_mode) ? "world"
1817 bitset(S_IWOTH, st.st_mode) ? "world" : "group",
H A Dalias.c544 bitset(S_IWUSR|S_IWGRP|S_IWOTH, stb.st_mode))
H A Dutil.c2434 if (bitset(S_IWGRP|S_IWOTH, statbuf.st_mode))
H A Dqueue.c4049 qsafe = S_IWOTH|S_IWGRP;
7161 if (bitset(S_IWOTH|S_IXOTH, st.st_mode))
H A Dconf.c1197 if (stat(pathn, &stbuf) < 0 || !bitset(S_IWOTH, stbuf.st_mode))
H A Dreadcf.c149 if (OpMode != MD_TEST && bitset(S_IWGRP|S_IWOTH, statb.st_mode))
/sendmail/include/sm/
H A Dconf.h2713 # ifndef S_IWOTH
2714 # define S_IWOTH 0002 macro
2715 # endif /* ! S_IWOTH */

Completed in 70 milliseconds