Home
last modified time | relevance | path

Searched refs:CVS_PATH_REPOSITORY (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.bin/cvs/
H A Dutil.c485 dir, CVS_PATH_REPOSITORY); in cvs_get_repository_name()
536 (void)xsnprintf(buf, sizeof(buf), "%s/%s", path, CVS_PATH_REPOSITORY); in cvs_mkadmin()
591 if ((fp = fopen(CVS_PATH_REPOSITORY, "r")) != NULL) { in cvs_mkpath()
H A Dcvs.h139 #define CVS_PATH_REPOSITORY CVS_PATH_CVSDIR "/Repository" macro