Searched defs:rlines (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/tail/
H A Dforward.c59 static void rlines(FILE *, const char *fn, off_t, struct stat *);
161 rlines(fp, fn, off, sbp);
188 * rlines -- display the last offset lines of the file.
191 rlines(FILE *fp, const char *fn, off_t off, struct stat *sbp) function

Completed in 59 milliseconds