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

/freebsd-10-stable/contrib/ldns-host/
H A Dldns-host.c304 int col = fromcol, nextcol = fromcol + 8 - fromcol%8; local
307 for (; nextcol <= tocol; col = nextcol, nextcol += 8)

Completed in 100 milliseconds