OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
MAX_DIGITS
lib/libutil/fmt_scaled.c
120
if (fract_digits >= MAX_DIGITS-1)
lib/libutil/fmt_scaled.c
135
if (++ndigits >= MAX_DIGITS) {