Searched refs:maxhostlen (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/ntp/ntpq/ |
| H A D | ntpq-subs.c | 15 size_t maxhostlen; variable 1911 (size_t)min(LIB_BUFLENGTH - 1, maxhostlen), in doprintpeers() 1916 maxhostlen); in doprintpeers() 1920 xprintf(fp, "%-*s ", (int)maxhostlen, serverlocal); in doprintpeers() 1930 ((numhosts > 1) ? (int)maxhostlen + 1 : 0) 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() [all …]
|