lexsort
qsort(names_ignored, nignored, sizeof (*names_ignored), lexsort);
static int lexsort(const void *arg1, const void *arg2);