Searched refs:selectfile (Results 1 – 1 of 1) sorted by relevance
38 static int selectfile(const struct dirent *);84 pos = scandir(path1, &dirp1, selectfile, alphasort); in diffdir()96 pos = scandir(path2, &dirp2, selectfile, alphasort); in diffdir()289 selectfile(const struct dirent *dp) in selectfile() function