Home
last modified time | relevance | path

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

/freebsd/usr.bin/diff/
H A Ddiffdir.c39 static int selectfile(const struct dirent *);
144 pos = vscandir(&v1, &ino1, path1, &dirp1, selectfile, alphasort); in diffdir()
156 pos = vscandir(&v2, &ino2, path2, &dirp2, selectfile, alphasort); in diffdir()
367 selectfile(const struct dirent *dp) in selectfile() function