Searched refs:dtlen (Results 1 – 1 of 1) sorted by relevance
231 static unsigned long next_column(unsigned long ul, unsigned long dtlen, in next_column() argument246 height = (dtlen+columns-1)/columns; in next_column()250 if (height*columns - dtlen >= height) { in next_column()256 widecols = dtlen % height; in next_column()290 unsigned long dtlen, ul = 0; in listfiles() local327 for (sort = 0;;sort = xmalloc(dtlen*sizeof(void *))) { in listfiles()328 for (dtlen = 0, dt = indir->child; dt; dt = dt->next, dtlen++) in listfiles()329 if (sort) sort[dtlen] = dt; in listfiles()330 if (sort || !dtlen) break; in listfiles()347 qsort(sort, dtlen, sizeof(void *), (void *)compare); in listfiles()[all …]