rmask 446 ext/phar/func_interceptors.c int rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */ rmask 455 ext/phar/func_interceptors.c rmask=S_IRUSR; rmask 459 ext/phar/func_interceptors.c rmask=S_IRGRP; rmask 472 ext/phar/func_interceptors.c rmask=S_IRGRP; rmask 526 ext/phar/func_interceptors.c RETURN_BOOL((stat_sb->st_mode&rmask)!=0); rmask 855 ext/standard/filestat.c int flags = 0, rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */ rmask 920 ext/standard/filestat.c rmask=S_IRUSR; rmask 924 ext/standard/filestat.c rmask=S_IRGRP; rmask 937 ext/standard/filestat.c rmask=S_IRGRP; rmask 999 ext/standard/filestat.c RETURN_BOOL((ssb.sb.st_mode&rmask)!=0);