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

/freebsd-10-stable/contrib/ldns-host/
H A Dldns-host.c303 print_padding(int fromcol, int tocol) { argument
304 int col = fromcol, nextcol = fromcol + 8 - fromcol%8;
306 if (fromcol + 1 > tocol) tocol = fromcol + 1;
311 return col - fromcol;

Completed in 115 milliseconds