xmask 443 ext/phar/func_interceptors.c int rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */ xmask 454 ext/phar/func_interceptors.c xmask=S_IXUSR; xmask 458 ext/phar/func_interceptors.c xmask=S_IXGRP; xmask 471 ext/phar/func_interceptors.c xmask=S_IXGRP; xmask 525 ext/phar/func_interceptors.c RETURN_BOOL((stat_sb->st_mode&xmask)!=0 && !S_ISDIR(stat_sb->st_mode)); xmask 843 ext/standard/filestat.c int flags = 0, rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */ xmask 910 ext/standard/filestat.c xmask=S_IXUSR; xmask 914 ext/standard/filestat.c xmask=S_IXGRP; xmask 927 ext/standard/filestat.c xmask=S_IXGRP; xmask 943 ext/standard/filestat.c xmask = S_IXROOT; xmask 989 ext/standard/filestat.c RETURN_BOOL((ssb.sb.st_mode&xmask)!=0 && !S_ISDIR(ssb.sb.st_mode));