Searched refs:greater_count (Results 1 – 1 of 1) sorted by relevance
638 unsigned int i, lesser_count, greater_count; in archive_utility_string_sort_helper() local646 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()