/illumos-gate/usr/src/contrib/zlib/ |
H A D | inffast.c | 115 Tracevv((stderr, here->val >= 0x20 && here->val < 0x7f ? in inflate_fast() 132 Tracevv((stderr, "inflate: length %u\n", len)); in inflate_fast() 166 Tracevv((stderr, "inflate: distance %u\n", dist)); in inflate_fast() 279 Tracevv((stderr, "inflate: end of block\n")); in inflate_fast()
|
H A D | infback.c | 504 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? in inflateBack() 516 Tracevv((stderr, "inflate: end of block\n")); in inflateBack() 535 Tracevv((stderr, "inflate: length %u\n", state->length)); in inflateBack() 574 Tracevv((stderr, "inflate: distance %u\n", state->offset)); in inflateBack()
|
H A D | zutil.h | 245 # define Tracevv(x) {if (z_verbose>1) fprintf x ;} macro 252 # define Tracevv(x) macro
|
H A D | inflate.c | 1072 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? in inflate() 1079 Tracevv((stderr, "inflate: end of block\n")); in inflate() 1099 Tracevv((stderr, "inflate: length %u\n", state->length)); in inflate() 1145 Tracevv((stderr, "inflate: distance %u\n", state->offset)); in inflate()
|
H A D | deflate.c | 1949 Tracevv((stderr,"%c", s->window[s->strstart])); 2064 Tracevv((stderr,"%c", s->window[s->strstart-1])); 2083 Tracevv((stderr,"%c", s->window[s->strstart-1])); 2155 Tracevv((stderr,"%c", s->window[s->strstart])); 2195 Tracevv((stderr,"%c", s->window[s->strstart]));
|
H A D | trees.c | 191 Tracevv((stderr," l %2d v %4x ", length, value));
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 108 # define Tracevv(x) {if (verbose>1) fprintf x ;} macro 115 # define Tracevv(x) macro 1306 Tracevv((stderr,"%c", s->window[s->strstart])); 1412 Tracevv((stderr,"%c", s->window[s->strstart-1])); 1430 Tracevv((stderr,"%c", s->window[s->strstart-1])); 4203 Tracevv((stderr, t->base >= 0x20 && t->base < 0x7f ? 4224 Tracevv((stderr, "inflate: end of block\n")); 4239 Tracevv((stderr, "inflate: length %u\n", c->len)); 4270 Tracevv((stderr, "inflate: distance %u\n", c->sub.copy.dist)); 4457 Tracevv((stderr, t->base >= 0x20 && t->base < 0x7f ? [all …]
|
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 244 #define Tracevv(x) {if (z_verbose > 1) fprintf x; } macro 255 #define Tracevv(x) ((void)0) macro 2042 Tracevv((stderr, "%c", s->window[s->strstart])); 2177 Tracevv((stderr, "%c", s->window[s->strstart-1])); 2198 Tracevv((stderr, "%c", s->window[s->strstart-1])); 2409 Tracevv((stderr, " l %2d v %4x ", length, value)); 5378 Tracevv((stderr, t->base >= 0x20 && 5398 Tracevv((stderr, 5414 Tracevv((stderr, 5444 Tracevv((stderr, [all …]
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | ratz.c | 788 # define Tracevv(x) {if (z_verbose>1) fprintf x ;} macro 795 # define Tracevv(x) macro 2131 Tracevv((stderr, this.val >= 0x20 && this.val < 0x7f ? 2148 Tracevv((stderr, "inflate: length %u\n", len)); 2182 Tracevv((stderr, "inflate: distance %u\n", dist)); 2273 Tracevv((stderr, "inflate: end of block\n")); 3194 Tracevv((stderr, this.val >= 0x20 && this.val < 0x7f ? 3201 Tracevv((stderr, "inflate: end of block\n")); 3218 Tracevv((stderr, "inflate: length %u\n", state->length)); 3263 Tracevv((stderr, "inflate: distance %u\n", state->offset));
|