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

/freebsd-11.0-release/contrib/ldns-host/
H A Dldns-host.c424 print_padding(int fromcol, int tocol) { argument
427 if (fromcol + 1 > tocol) tocol = fromcol + 1;
428 for (; nextcol <= tocol; col = nextcol, nextcol += 8)
430 for (; col < tocol; col++)
/freebsd-11.0-release/usr.sbin/lpr/common_source/
H A Ddisplayq.c520 blankfill(int tocol) argument
522 while (col++ < tocol)

Completed in 197 milliseconds