Searched refs:roff (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/mailx/
H A Dfio.c121 off_t roff; local
125 if (roff = offset) {
154 if (count == 0 && (zoff = ftell(ibuf)) > roff) {
155 if ((count = zoff - roff) > LINESIZE)
159 note(WARNING, "%d nul%s at offset %lld", count, count == 1 ? "" : "s", (Sflong_t)roff);
220 roff += count;

Completed in 7 milliseconds