Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/ntp/ntpq/
H A Dntpq-subs.c15 size_t maxhostlen; variable
1916 maxhostlen); in doprintpeers()
2039 maxhostlen = max(maxhostlen, sl); in dopeers()
2042 xprintf(fp, "%-*.*s ", (int)maxhostlen, (int)maxhostlen, in dopeers()
2048 for (u = 0; u <= maxhostlen; u++) in dopeers()
2094 maxhostlen = max(maxhostlen, sl); in doapeers()
2097 xprintf(fp, "%-*.*s ", (int)maxhostlen, (int)maxhostlen, in doapeers()
2103 for (u = 0; u <= maxhostlen; u++) in doapeers()
2215 maxhostlen = max(maxhostlen, strlen(fullname)); in doopeers()
2217 xprintf(fp, "%-*.*s ", (int)maxhostlen, (int)maxhostlen, in doopeers()
[all …]