Searched refs:fstatbuf (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/stdio/
H A Dflush.c389 struct stat64 fstatbuf; local
394 if (fstat64(GET_FD(iop), &fstatbuf) != 0) {
411 if (S_ISFIFO(fstatbuf.st_mode) || S_ISCHR(fstatbuf.st_mode) ||
412 S_ISSOCK(fstatbuf.st_mode) || S_ISDOOR(fstatbuf.st_mode)) {

Completed in 1421 milliseconds