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

/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zstreamdump/
H A Dzstreamdump.c53 #define DUMP_GROUPING 4 macro
145 if (i != 0 && i % DUMP_GROUPING == 0) {
169 BYTES_PER_LINE / DUMP_GROUPING + 2;
180 * Separate every DUMP_GROUPING bytes by a space.
182 if (buf_offset % DUMP_GROUPING == 0) {

Completed in 43 milliseconds