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

/illumos-gate/usr/src/cmd/zstreamdump/
H A Dzstreamdump.c173 int this_line_length = MIN(BYTES_PER_LINE, length - i); local
176 for (j = 0; j < this_line_length; j++) {
195 print_ascii_block(buf + i, this_line_length);

Completed in 1056 milliseconds