Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/zstreamdump/
H A Dzstreamdump.c171 int this_line_length = MIN(BYTES_PER_LINE, length - i); in print_block() local
174 for (j = 0; j < this_line_length; j++) { in print_block()
193 print_ascii_block(buf + i, this_line_length); in print_block()