Home
last modified time | relevance | path

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

/freebsd/contrib/ldns-host/
H A Dldns-host.c437 print_padding(int fromcol, int tocol) { in print_padding() argument
440 if (fromcol + 1 > tocol) tocol = fromcol + 1; in print_padding()
441 for (; nextcol <= tocol; col = nextcol, nextcol += 8) in print_padding()
443 for (; col < tocol; col++) in print_padding()
/freebsd/usr.sbin/lpr/common_source/
H A Ddisplayq.c514 blankfill(int tocol) in blankfill() argument
516 while (col++ < tocol) in blankfill()