S_IWOTH 1218 file.c # define S_IWUGO (S_IWUSR | S_IWGRP | S_IWOTH) S_IWOTH 1300 file.c #ifdef S_IWOTH S_IWOTH 1304 file.c if ((st.st_mode & (S_IWOTH)) == S_IWOTH) { S_IWOTH 4119 file.c #ifdef S_IWOTH S_IWOTH 4120 file.c if (!(st->st_mode & S_IWOTH)) return Qfalse; S_IWOTH 4152 file.c #ifdef S_IWOTH S_IWOTH 4153 file.c if (!(st->st_mode & S_IWOTH)) return Qfalse; S_IWOTH 4175 file.c if ((get_stat(obj)->st_mode & (S_IWOTH)) == S_IWOTH) { S_IWOTH 4423 file.c #ifndef S_IWOTH S_IWOTH 4426 file.c if (stat(p0, &st) == 0 && S_ISDIR(st.st_mode) && (st.st_mode & S_IWOTH) S_IWOTH 138 include/ruby/defines.h #ifndef S_IWOTH S_IWOTH 321 include/ruby/win32.h #ifndef S_IWOTH S_IWOTH 3451 win32/win32.c st->st_mode &= ~(S_IWGRP | S_IWOTH); S_IWOTH 3467 win32/win32.c tmp.st_mode &= ~(S_IWGRP | S_IWOTH); S_IWOTH 3648 win32/win32.c st->st_mode &= ~(S_IWGRP | S_IWOTH);