Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dls.c264 unsigned width, totals[8], len[8], totpad = 0, in listfiles() local
325 totpad = totals[1]+!!totals[1]+totals[6]+!!totals[6]+totals[7]+!!totals[7]; in listfiles()
350 if (c<columns-1) *len += totpad+2; // 2 spaces between filenames in listfiles()
389 printf("%*c", colsizes[ul ? curcol : 0]-lastlen-totpad, ' '); in listfiles()