Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_dump.c164 int this_line_length = MIN(BYTES_PER_LINE, length - i); in print_block() local
167 for (j = 0; j < this_line_length; j++) { in print_block()
186 print_ascii_block(buf + i, this_line_length); in print_block()