Home | History | Annotate | Download | only in src

Lines Matching full:st_mode

534 	if (fstat(0, &s_stdin) >= 0 && S_ISCHR(s_stdin.st_mode) &&
1375 return (fstat(fd, &statb) == 0 && !S_ISREG(statb.st_mode) ?
1642 if (stat(dir, &sb) || !S_ISDIR(sb.st_mode)) {