wmask 446 ext/phar/func_interceptors.c int rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */ wmask 456 ext/phar/func_interceptors.c wmask=S_IWUSR; wmask 460 ext/phar/func_interceptors.c wmask=S_IWGRP; wmask 473 ext/phar/func_interceptors.c wmask=S_IWGRP; wmask 524 ext/phar/func_interceptors.c RETURN_BOOL((stat_sb->st_mode & wmask) != 0); wmask 855 ext/standard/filestat.c int flags = 0, rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */ wmask 921 ext/standard/filestat.c wmask=S_IWUSR; wmask 925 ext/standard/filestat.c wmask=S_IWGRP; wmask 938 ext/standard/filestat.c wmask=S_IWGRP; wmask 997 ext/standard/filestat.c RETURN_BOOL((ssb.sb.st_mode & wmask) != 0);