xmask 446 ext/phar/func_interceptors.c int rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */ xmask 457 ext/phar/func_interceptors.c xmask=S_IXUSR; xmask 461 ext/phar/func_interceptors.c xmask=S_IXGRP; xmask 474 ext/phar/func_interceptors.c xmask=S_IXGRP; xmask 528 ext/phar/func_interceptors.c RETURN_BOOL((stat_sb->st_mode&xmask)!=0 && !S_ISDIR(stat_sb->st_mode)); xmask 855 ext/standard/filestat.c int flags = 0, rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */ xmask 922 ext/standard/filestat.c xmask=S_IXUSR; xmask 926 ext/standard/filestat.c xmask=S_IXGRP; xmask 939 ext/standard/filestat.c xmask=S_IXGRP; xmask 955 ext/standard/filestat.c xmask = S_IXROOT; xmask 1001 ext/standard/filestat.c RETURN_BOOL((ssb.sb.st_mode&xmask)!=0 && !S_ISDIR(ssb.sb.st_mode));