Searched refs:fstatbuf (Results 1 – 1 of 1) sorted by relevance
393 struct stat64 fstatbuf; in isseekable() local406 if (fstat64(fd, &fstatbuf) != 0) { in isseekable()423 if (S_ISFIFO(fstatbuf.st_mode) || S_ISCHR(fstatbuf.st_mode) || in isseekable()424 S_ISSOCK(fstatbuf.st_mode) || S_ISDOOR(fstatbuf.st_mode)) { in isseekable()