Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dls.c291 unsigned width, flags = toys.optflags, totals[8], len[8], totpad = 0, in listfiles() local
354 totpad = totals[1]+!!totals[1]+totals[6]+!!totals[6]+totals[7]+!!totals[7]; in listfiles()
376 *len += totpad+1; in listfiles()
500 curcol = colsizes[curcol]-(*len)-totpad; in listfiles()