Home
last modified time | relevance | path

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

/src/bin/ls/
H A Dls.c753 long maxblock; in display() local
806 maxblock = width[1]; in display()
816 MAKENINES(maxblock); in display()
858 if (sp->st_blocks > maxblock) in display()
859 maxblock = sp->st_blocks; in display()
1015 howmany(maxblock, blocksize)); in display()