Home
last modified time | relevance | path

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

/freebsd/usr.bin/sort/
H A Dradixsort.c434 (int(*)(const void *, const void *)) list_coll); in run_sort_level_next()
438 (int(*)(const void *, const void *)) list_coll); in run_sort_level_next()
578 (int(*)(const void *, const void *)) list_coll); in run_top_sort_level()
582 (int(*)(const void *, const void *)) list_coll); in run_top_sort_level()
H A Dfile.c372 list_coll(&last_printed_item, &item)) { in sort_list_dump()
776 ret = list_coll(&(f1->si), &(f2->si)); in file_header_cmp()
1200 (int(*)(const void *, const void *)) list_coll); in mt_sort_thread()
1224 ret = list_coll(&(l1->list[0]), &(l2->list[0])); in sub_list_cmp()
1325 if ((lp->item == NULL) || (list_coll(&(lp->item), in sub_list_header_print()
1407 (int(*)(const void *, const void *)) list_coll); in mt_sort()
H A Dcoll.h176 int list_coll(struct sort_list_item **ss1, struct sort_list_item **ss2);
H A Dcoll.c605 list_coll(struct sort_list_item **ss1, struct sort_list_item **ss2) in list_coll() function
643 static const listcoll_t lsarray[] = { list_coll, list_coll_1, in get_list_call_func()
653 return (list_coll); in get_list_call_func()