Lines Matching refs:st_mode
1693 if (stat(prog, &sbuf) < 0 || !S_ISREG(sbuf.st_mode)1694 || (sbuf.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH)) == 0) {