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

/freebsd-11-stable/usr.bin/tail/
H A Dextern.h57 enum STYLE { NOTSET = 0, FBYTES, FLINES, RBYTES, RLINES, REVERSE }; enumerator in enum:STYLE
H A Dreverse.c82 if (style != REVERSE && off == 0)
97 case REVERSE:
159 if (off == 0 && style != REVERSE) {
H A Dtail.c176 style = REVERSE;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.c475 #define REVERSE(q) \ macro
777 strm->adler = state->check = REVERSE(hold);
1116 REVERSE(hold)) != state->check) {

Completed in 72 milliseconds