Home
last modified time | relevance | path

Searched refs:rxsort (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.bin/sort/
H A Dradixsort.h36 void rxsort(struct sort_list_item **base, size_t nmemb);
H A Dradixsort.c447 rxsort(struct sort_list_item **base, size_t nmemb) in rxsort() function
H A Dfile.c1117 rxsort(list->list, list->count); in sort_list_to_file()