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

/freebsd-10.2-release/usr.bin/sort/
H A Dcoll.h162 int list_coll(struct sort_list_item **ss1, struct sort_list_item **ss2);
H A Dradixsort.c392 (int(*)(const void *, const void *)) list_coll);
396 (int(*)(const void *, const void *)) list_coll);
544 (int(*)(const void *, const void *)) list_coll);
548 (int(*)(const void *, const void *)) list_coll);
H A Dfile.c384 list_coll(&last_printed_item, &item)) {
884 ret = list_coll(&(f1->si), &(f2->si));
1310 (int(*)(const void *, const void *)) list_coll);
1334 ret = list_coll(&(l1->list[0]), &(l2->list[0]));
1435 if ((lp->item == NULL) || (list_coll(&(lp->item),
1517 (int(*)(const void *, const void *)) list_coll);
H A Dcoll.c592 list_coll(struct sort_list_item **ss1, struct sort_list_item **ss2) function
630 static const listcoll_t lsarray[] = { list_coll, list_coll_1,
640 return (list_coll);

Completed in 58 milliseconds