S_IWOTH           446 ext/phar/func_interceptors.c 	int rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */
S_IWOTH          2610 ext/phar/phar_object.c 	RETURN_BOOL((ssb.sb.st_mode & (S_IWOTH | S_IWGRP | S_IWUSR)) != 0);
S_IWOTH          32381 ext/sqlite3/libsqlite/sqlite3.c                                         S_IROTH|S_IWOTH);
S_IWOTH           855 ext/standard/filestat.c 	int flags = 0, rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */