rmask 443 ext/phar/func_interceptors.c int rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */ rmask 452 ext/phar/func_interceptors.c rmask=S_IRUSR; rmask 456 ext/phar/func_interceptors.c rmask=S_IRGRP; rmask 469 ext/phar/func_interceptors.c rmask=S_IRGRP; rmask 523 ext/phar/func_interceptors.c RETURN_BOOL((stat_sb->st_mode&rmask)!=0); rmask 843 ext/standard/filestat.c int flags = 0, rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */ rmask 908 ext/standard/filestat.c rmask=S_IRUSR; rmask 912 ext/standard/filestat.c rmask=S_IRGRP; rmask 925 ext/standard/filestat.c rmask=S_IRGRP; rmask 987 ext/standard/filestat.c RETURN_BOOL((ssb.sb.st_mode&rmask)!=0);