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