Home
last modified time | relevance | path

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

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