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

/freebsd-11.0-release/contrib/ntp/ntpq/
H A Dntpq.c789 int ch, rowlen; local
798 rowlen = (len > 16) ? 16 : (int)len;
799 len -= rowlen;
810 } while (--rowlen);

Completed in 52 milliseconds