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

/freebsd-10-stable/usr.bin/sort/
H A Dcoll.h163 int list_coll(struct sort_list_item **ss1, struct sort_list_item **ss2);
H A Dradixsort.c407 (int(*)(const void *, const void *)) list_coll);
411 (int(*)(const void *, const void *)) list_coll);
552 (int(*)(const void *, const void *)) list_coll);
556 (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.c610 list_coll(struct sort_list_item **ss1, struct sort_list_item **ss2) function
648 static const listcoll_t lsarray[] = { list_coll, list_coll_1,
658 return (list_coll);

Completed in 164 milliseconds