Home
last modified time | relevance | path

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

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