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

/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c256 const char histo_stars[] = "****************************************"; variable
257 const int histo_width = sizeof (histo_stars) - 1;
282 &histo_stars[(max - histo[i]) * histo_width / max]);

Completed in 155 milliseconds