Lines Matching defs:sbp
97 forward(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp)
105 if (S_ISREG(sbp->st_mode) && sbp->st_size > 0) {
106 if (sbp->st_size < off)
107 off = sbp->st_size;
137 if (S_ISREG(sbp->st_mode) && sbp->st_size > 0) {
138 if (sbp->st_size >= off &&
154 if (S_ISREG(sbp->st_mode) && sbp->st_size > 0)
161 rlines(fp, fn, off, sbp);
190 rlines(FILE *fp, const char *fn, off_t off, struct stat *sbp)
196 if (!(size = sbp->st_size))
227 if (fseeko(fp, sbp->st_size, SEEK_SET) == -1) {