Home
last modified time | relevance | path

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

/trueos/contrib/ldns-host/
HDldns-host.c304 int col = fromcol, nextcol = fromcol + 8 - fromcol%8; in print_padding() local
307 for (; nextcol <= tocol; col = nextcol, nextcol += 8) in print_padding()