Searched refs:selectfile (Results 1 – 2 of 2) sorted by relevance
/openbsd/usr.bin/diff/ |
H A D | diffdir.c | 40 static int selectfile(const struct dirent *); 82 pos = scandir(path1, &dirp1, selectfile, alphasort); in diffdir() 94 pos = scandir(path2, &dirp2, selectfile, alphasort); in diffdir() 219 selectfile(const struct dirent *dp) in selectfile() function
|
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | ReadKey.xs | 408 STATIC int selectfile _((pTHX_ PerlIO * file, double delay)); 1460 int selectfile(pTHX_ PerlIO *file,double delay) in selectfile() function 1489 int selectfile(pTHX_ PerlIO *file, double delay) in selectfile() function 1763 selectfile(file,delay) 1767 RETVAL = selectfile(aTHX_ file, delay);
|