Home
last modified time | relevance | path

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

/src/contrib/ntp/ntpq/
H A Dntpq.c866 int ch, rowlen; in dump_hex_printable() local
875 rowlen = (len > 16) ? 16 : (int)len; in dump_hex_printable()
876 len -= rowlen; in dump_hex_printable()
887 } while (--rowlen); in dump_hex_printable()