Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/diff/
H A Ddiffdir.c38 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