Lines Matching defs:statbuf
488 { struct stat statbuf ;
493 if (fstat (psf->file.filedes, &statbuf) == -1)
499 if (S_ISFIFO (statbuf.st_mode) || S_ISSOCK (statbuf.st_mode))
509 struct stat64 statbuf ;
511 if (fstat64 (fd, &statbuf) == -1)
514 return statbuf.st_size ;
516 struct stat statbuf ;
518 if (fstat (fd, &statbuf) == -1)
521 return statbuf.st_size ;