Home
last modified time | relevance | path

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

/third_party/toybox/porting/liteos_a/toys/posix/
H A Dls.c301 unsigned width, flags = toys.optflags, totals[8], len[8], totpad = 0, in listfiles() local
363 totpad = totals[1]+!!totals[1]+totals[6]+!!totals[6]+totals[7]+!!totals[7]; in listfiles()
385 // Add `2` to `totpad` to ensure two spaces between filenames in listfiles()
386 *len += totpad+2; in listfiles()
522 curcol = colsizes[curcol]-(*len)-totpad; in listfiles()
/third_party/toybox/toys/posix/
H A Dls.c311 unsigned width, flags = toys.optflags, totals[8], len[8], totpad = 0, in listfiles() local
374 totpad = totals[1]+!!totals[1]+totals[6]+!!totals[6]+totals[7]+!!totals[7]; in listfiles()
396 // Add `2` to `totpad` to ensure two spaces between filenames in listfiles()
397 *len += totpad+2; in listfiles()
534 curcol = colsizes[curcol]-(*len)-totpad; in listfiles()

Completed in 2 milliseconds