Searched refs:dtlen (Results 1 – 1 of 1) sorted by relevance
230 static unsigned long next_column(unsigned long ul, unsigned long dtlen, in next_column() argument245 height = (dtlen+columns-1)/columns; in next_column()249 if (height*columns - dtlen >= height) { in next_column()255 widecols = dtlen % height; in next_column()289 unsigned long dtlen, ul = 0; in listfiles() local329 for (sort = 0;;sort = xmalloc(dtlen*sizeof(void *))) { in listfiles()330 for (dtlen = 0, dt = indir->child; dt; dt = dt->next, dtlen++) in listfiles()331 if (sort) sort[dtlen] = dt; in listfiles()332 if (sort || !dtlen) break; in listfiles()349 qsort(sort, dtlen, sizeof(void *), (void *)compare); in listfiles()[all …]