Home | History | Annotate | Download | only in src

Lines Matching refs:st_mode

1192 	if (mode == X_OK && (!S_ISREG(sb.st_mode) ||
1193 !(sb.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH))))
1195 return (S_ISDIR(sb.st_mode) ? EISDIR : EACCES);
1322 (stat(cp, &statb) < 0 || S_ISREG(statb.st_mode)))