Home
last modified time | relevance | path

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

/freebsd/contrib/ldns-host/
H A Dldns-host.c438 int col = fromcol, nextcol = fromcol + 8 - fromcol%8; in print_padding() local
441 for (; nextcol <= tocol; col = nextcol, nextcol += 8) in print_padding()