Home
last modified time | relevance | path

Searched defs:put_byte (Results 1 – 5 of 5) sorted by relevance

/titanic_52/usr/src/boot/lib/libz/
H A Ddeflate.h278 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} macro
/titanic_52/usr/src/contrib/zlib/
H A Ddeflate.h274 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
/titanic_52/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c394 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} macro
/titanic_52/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1478 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} macro
/titanic_52/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c568 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c); } macro