S_IWOTH          1577 file.c         #  define S_IWUGO		(S_IWUSR | S_IWGRP | S_IWOTH)
S_IWOTH          1663 file.c         #ifdef S_IWOTH
S_IWOTH          1667 file.c             if ((st.st_mode & (S_IWOTH)) == S_IWOTH) {
S_IWOTH          5238 file.c         #ifdef S_IWOTH
S_IWOTH          5239 file.c             if (!(st->st_mode & S_IWOTH)) return Qfalse;
S_IWOTH          5271 file.c         #ifdef S_IWOTH
S_IWOTH          5272 file.c             if (!(st->st_mode & S_IWOTH)) return Qfalse;
S_IWOTH          5295 file.c             if ((st->st_mode & (S_IWOTH)) == S_IWOTH) {
S_IWOTH          5584 file.c         #ifndef S_IWOTH
S_IWOTH          5587 file.c         	if (STAT(p0, &st) == 0 && S_ISDIR(st.st_mode) && (st.st_mode & S_IWOTH)
S_IWOTH           384 include/ruby/win32.h #ifndef S_IWOTH