sort_ohash
return sort_ohash(h, compare_names);
extern void *sort_ohash(struct ohash *, int (*)(const void *, const void *));
t = sort_ohash(&suffixes, compare_order);