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

/freebsd-current/usr.bin/tail/
H A Dextern.h61 enum STYLE { NOTSET = 0, FBYTES, FLINES, RBYTES, RLINES, REVERSE }; enumerator in enum:STYLE
H A Dtail.c129 ARG(512, FBYTES, RBYTES);
132 ARG(1, FBYTES, RBYTES);
184 style = RBYTES;
H A Dreverse.c86 case RBYTES:
134 if (style == RBYTES && --off == 0)
H A Dforward.c88 * RBYTES byte offset from the end of the file
136 case RBYTES:

Completed in 114 milliseconds