Home
last modified time | relevance | path

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

/dragonfly/contrib/cvs-1.12/lib/
H A Dsystem.h247 #ifndef CVS_OPENDIR
248 # define CVS_OPENDIR opendir macro
/dragonfly/contrib/cvs-1.12/diff/
H A Dsystem.h294 #ifndef CVS_OPENDIR
295 #define CVS_OPENDIR opendir macro
H A Ddir.c64 register DIR *reading = CVS_OPENDIR (dir->name);
/dragonfly/contrib/cvs-1.12/src/
H A Dignore.c383 dirp = CVS_OPENDIR ("."); in ignore_files()
H A Dfind_names.c437 if ((dirp = CVS_OPENDIR (dir)) == NULL) in find_dirs()
H A Dfilesubr.c467 if ((dirp = CVS_OPENDIR (path)) == NULL) in deep_remove_dir()
H A Dlock.c607 if ((dirp = CVS_OPENDIR (lockdir)) == NULL) in lock_exists()
H A Dimport.c460 if ((dirp = CVS_OPENDIR (".")) == NULL) in import_descend()
H A Dupdate.c1081 if ((dirp = CVS_OPENDIR (dir)) == NULL) in isemptydir()