Searched refs:CVS_OPENDIR (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/cvs/diff/
H A Ddir.c64 register DIR *reading = CVS_OPENDIR (dir->name);
/freebsd-9.3-release/contrib/cvs/lib/
H A Dsystem.h428 #ifndef CVS_OPENDIR
429 # define CVS_OPENDIR opendir macro
/freebsd-9.3-release/contrib/cvs/src/
H A Dfind_names.c269 if ((dirp = CVS_OPENDIR (dir)) == NULL)
332 if ((dirp = CVS_OPENDIR (dir)) == NULL)
H A Dignore.c396 dirp = CVS_OPENDIR (".");
H A Dfilesubr.c489 if ((dirp = CVS_OPENDIR (path)) == NULL)
H A Dlock.c684 if ((dirp = CVS_OPENDIR (lockdir)) == NULL)
H A Dimport.c452 if ((dirp = CVS_OPENDIR (".")) == NULL)
H A Dupdate.c1113 if ((dirp = CVS_OPENDIR (dir)) == NULL)

Completed in 143 milliseconds