Searched refs:list_coll (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/usr.bin/sort/ |
| HD | radixsort.c | 392 (int(*)(const void *, const void *)) list_coll); in run_sort_level_next() 396 (int(*)(const void *, const void *)) list_coll); in run_sort_level_next() 544 (int(*)(const void *, const void *)) list_coll); in run_top_sort_level() 548 (int(*)(const void *, const void *)) list_coll); in run_top_sort_level()
|
| HD | file.c | 384 list_coll(&last_printed_item, &item)) { in sort_list_dump() 884 ret = list_coll(&(f1->si), &(f2->si)); in file_header_cmp() 1310 (int(*)(const void *, const void *)) list_coll); in mt_sort_thread() 1334 ret = list_coll(&(l1->list[0]), &(l2->list[0])); in sub_list_cmp() 1435 if ((lp->item == NULL) || (list_coll(&(lp->item), in sub_list_header_print() 1517 (int(*)(const void *, const void *)) list_coll); in mt_sort()
|
| HD | coll.h | 162 int list_coll(struct sort_list_item **ss1, struct sort_list_item **ss2);
|
| HD | coll.c | 592 list_coll(struct sort_list_item **ss1, struct sort_list_item **ss2) in list_coll() function 630 static const listcoll_t lsarray[] = { list_coll, list_coll_1, in get_list_call_func() 640 return (list_coll); in get_list_call_func()
|