Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/lib/
Dsystem.h247 #ifndef CVS_OPENDIR
248 # define CVS_OPENDIR opendir macro
DChangeLog1925 * system.h: definitions of CVS_OPENDIR, CVS_READDIR, & CVS_CLOSEDIR
/netbsd/src/external/gpl2/xcvs/dist/diff/
Dsystem.h294 #ifndef CVS_OPENDIR
295 #define CVS_OPENDIR opendir macro
Ddir.c64 register DIR *reading = CVS_OPENDIR (dir->name);
DChangeLog354 * dir.c: Replace opendir, closedir, & readdir calls with CVS_OPENDIR,
/netbsd/src/external/gpl2/xcvs/dist/src/
Dignore.c390 dirp = CVS_OPENDIR ("."); in ignore_files()
Dfind_names.c439 if ((dirp = CVS_OPENDIR (dir)) == NULL) in find_dirs()
Dfilesubr.c504 if ((dirp = CVS_OPENDIR (path)) == NULL) in deep_remove_dir()
Dlock.c654 if ((dirp = CVS_OPENDIR (lockdir)) == NULL) in lock_exists()
Dimport.c476 if ((dirp = CVS_OPENDIR (".")) == NULL) in import_descend()
Dupdate.c1110 if ((dirp = CVS_OPENDIR (dir)) == NULL) in isemptydir()
DChangeLog-972454 * filesubr.c (fopen_case): If CVS_OPENDIR gives an
DChangeLog9433 * add.c: Replace opendir, closedir, & readdir calls with CVS_OPENDIR,
/netbsd/src/external/gpl2/xcvs/dist/
DChangeLog5872 CVS_CHDIR, CVS_CREAT, CVS_FOPEN, CVS_MKDIR, CVS_OPEN, CVS_OPENDIR,