Home
last modified time | relevance | path

Searched refs:selectfile (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/usr.bin/diff/
H A Ddiffdir.c39 static int selectfile(const struct dirent *);
83 pos = scandir(path1, &dirp1, selectfile, alphasort); in diffdir()
95 pos = scandir(path2, &dirp2, selectfile, alphasort); in diffdir()
221 selectfile(const struct dirent *dp) in selectfile() function