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

/freebsd-10-stable/contrib/ntp/ntpq/
H A Dntpq-subs.c15 size_t maxhostlen; variable
1844 (size_t)min(LIB_BUFLENGTH - 1, maxhostlen),
1849 maxhostlen);
1853 fprintf(fp, "%-*s ", (int)maxhostlen, serverlocal);
1863 ((numhosts > 1) ? (int)maxhostlen + 1 : 0)
1970 maxhostlen = max(maxhostlen, sl);
1974 fprintf(fp, "%-*.*s ", (int)maxhostlen, (int)maxhostlen,
1979 for (u = 0; u <= maxhostlen;
[all...]

Completed in 118 milliseconds