simplesort
simplesort(a, n, 0, tr, endch);
simplesort(a, n, i, tr, endch);
static inline void simplesort(const u_char **, int, int, const u_char *, u_int);