Home | History | Annotate | Download | only in src

Lines Matching refs:S_ISREG

1342 	return (fstat(fd, &statb) == 0 && !S_ISREG(statb.st_mode) ?