Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_util.c638 unsigned int i, lesser_count, greater_count; in archive_utility_string_sort_helper() local
646 lesser_count = greater_count = 0; in archive_utility_string_sort_helper()
665 greater_count++; in archive_utility_string_sort_helper()
666 tmp = realloc(greater, greater_count * sizeof(*tmp)); in archive_utility_string_sort_helper()
673 greater[greater_count - 1] = strings[i]; in archive_utility_string_sort_helper()
687 retval2 = archive_utility_string_sort_helper(greater, greater_count); in archive_utility_string_sort_helper()
688 for (i = 0; i < greater_count; i++) in archive_utility_string_sort_helper()