Searched refs:S_IXOTH (Results 1 - 4 of 4) sorted by relevance

/sendmail/libsmutil/
H A Dsafefile.c92 !bitset(S_IXUSR|S_IXGRP|S_IXOTH, st->st_mode) &&
304 bitset(S_IXUSR|S_IXGRP|S_IXOTH, st->st_mode))
620 if (bitset(S_IXOTH, stbuf.st_mode))
656 if (!bitset(S_IXOTH, stbuf.st_mode))
/sendmail/include/sm/
H A Dconf.h2861 # ifndef S_IXOTH
2862 # define S_IXOTH (S_IEXEC >> 6) macro
2863 # endif /* ! S_IXOTH */
/sendmail/sendmail/
H A Ddeliver.c5526 else if (bitset(S_IXUSR|S_IXGRP|S_IXOTH, mode) ||
H A Dqueue.c7161 if (bitset(S_IWOTH|S_IXOTH, st.st_mode))

Completed in 125 milliseconds