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

/freebsd-10-stable/usr.bin/col/
H A Dcol.c437 static int count_size, *count, sorted_size; local
443 if (l->l_lsize > sorted_size) {
444 sorted_size = l->l_lsize;
446 (unsigned)sizeof(CHAR) * sorted_size)) == NULL)

Completed in 90 milliseconds