Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/ntp/ntpq/
HDntpq.c351 #define MAXOUTLINE 72 /* maximum length of an output line */ macro
3509 if ((out_linecount + len + 2) > MAXOUTLINE) { in output()