Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/cvs/diff/
Dsystem.h276 #ifndef CVS_OPENDIR
277 #define CVS_OPENDIR opendir macro
Ddir.c64 register DIR *reading = CVS_OPENDIR (dir->name);
DChangeLog51 * dir.c: Replace opendir, closedir, & readdir calls with CVS_OPENDIR,
/openbsd/src/gnu/usr.bin/cvs/vms/
Dconfig.h207 #define CVS_OPENDIR vms_opendir macro
Dfilesubr.c502 if ((dirp = CVS_OPENDIR (path)) == NULL)
/openbsd/src/gnu/usr.bin/cvs/lib/
Dsystem.h423 #ifndef CVS_OPENDIR
424 #define CVS_OPENDIR opendir macro
DChangeLog37 * system.h: definitions of CVS_OPENDIR, CVS_READDIR, & CVS_CLOSEDIR
/openbsd/src/gnu/usr.bin/cvs/src/
Dfind_names.c267 if ((dirp = CVS_OPENDIR (dir)) == NULL)
330 if ((dirp = CVS_OPENDIR (dir)) == NULL)
Dfilesubr.c491 if ((dirp = CVS_OPENDIR (path)) == NULL)
1041 dirp = CVS_OPENDIR (dir);
Dignore.c403 dirp = CVS_OPENDIR (".");
Dlock.c633 if ((dirp = CVS_OPENDIR (repository)) == NULL)
Dadd.c355 dirp = CVS_OPENDIR (finfo.repository);
Dimport.c420 if ((dirp = CVS_OPENDIR (".")) == NULL)
Dupdate.c1170 if ((dirp = CVS_OPENDIR (dir)) == NULL)
DChangeLog-972454 * filesubr.c (fopen_case): If CVS_OPENDIR gives an
DChangeLog478 * add.c: Replace opendir, closedir, & readdir calls with CVS_OPENDIR,
/openbsd/src/gnu/usr.bin/cvs/
DChangeLog2118 CVS_CHDIR, CVS_CREAT, CVS_FOPEN, CVS_MKDIR, CVS_OPEN, CVS_OPENDIR,