alphasort
int alphasort(const void *, const void *);
int alphasort(const struct dirent **, const struct dirent **);
PROTO_DEPRECATED(alphasort);
pos = scandir(path1, &dirp1, selectfile, alphasort);
pos = scandir(path2, &dirp2, selectfile, alphasort);
alphasort)) == -1)