S_IXOTH 99 ext/standard/filestat.c #define S_IXROOT ( S_IXUSR | S_IXGRP | S_IXOTH ) S_IXOTH 741 ext/standard/filestat.c int flags = 0, rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */