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

/freebsd-9.3-release/usr.bin/tail/
H A Dextern.h57 enum STYLE { NOTSET = 0, FBYTES, FLINES, RBYTES, RLINES, REVERSE }; enumerator in enum:STYLE
H A Dreverse.c81 if (style != REVERSE && off == 0)
96 case REVERSE:
157 if (off == 0 && style != REVERSE) {
H A Dtail.c166 style = REVERSE;
/freebsd-9.3-release/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 50 milliseconds