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

/freebsd-13-stable/contrib/ntp/ntpq/
H A Dntpq.c3431 int out_linecount; /* number of characters output on this line */ variable
3441 out_linecount = 0;
3462 if ((out_linecount + len + 2) > MAXOUTLINE) {
3464 out_linecount = 0;
3467 out_linecount += 2;
3475 out_linecount += len;

Completed in 101 milliseconds