wmask 443 ext/phar/func_interceptors.c int rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */ wmask 453 ext/phar/func_interceptors.c wmask=S_IWUSR; wmask 457 ext/phar/func_interceptors.c wmask=S_IWGRP; wmask 470 ext/phar/func_interceptors.c wmask=S_IWGRP; wmask 521 ext/phar/func_interceptors.c RETURN_BOOL((stat_sb->st_mode & wmask) != 0); wmask 843 ext/standard/filestat.c int flags = 0, rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */ wmask 909 ext/standard/filestat.c wmask=S_IWUSR; wmask 913 ext/standard/filestat.c wmask=S_IWGRP; wmask 926 ext/standard/filestat.c wmask=S_IWGRP; wmask 985 ext/standard/filestat.c RETURN_BOOL((ssb.sb.st_mode & wmask) != 0);