Searched refs:class_elements (Results 1 – 2 of 2) sorted by relevance
145 int *class_elements; in partition_print() local153 class_elements = (int *) xmalloc (num_elements * sizeof (int)); in partition_print()166 class_elements[i] = c; in partition_print()171 qsort ((void *) class_elements, count, sizeof (int), elem_compare); in partition_print()175 fprintf (fp, i == 0 ? "%d" : " %d", class_elements[i]); in partition_print()180 free (class_elements); in partition_print()
2349 * partition.c (partition_print): Free class_elements pointer.