Searched refs:lenwid (Results 1 – 1 of 1) sorted by relevance
60 int m, nmwid, lenwid; in dirls() local68 for(nmwid=lenwid=i=0; i<ndir; i++){ in dirls()72 if((m = strlen(buf)) > lenwid) in dirls()73 lenwid = m; in dirls()78 n = snprint(buf, sizeof buf, "%*ulld %s", lenwid, dirbuf[i].length, date+4); in dirls()