Home
last modified time | relevance | path

Searched refs:CVS_PATH_ROOTSPEC (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.bin/cvs/
H A Droot.c181 (void)xsnprintf(rootpath, PATH_MAX, "%s/%s", dir, CVS_PATH_ROOTSPEC); in cvsroot_get()
192 CVS_PATH_ROOTSPEC, strerror(errno)); in cvsroot_get()
197 fatal("cvsroot_get: fgets: `%s'", CVS_PATH_ROOTSPEC); in cvsroot_get()
203 cvs_log(LP_ERR, "empty %s file", CVS_PATH_ROOTSPEC); in cvsroot_get()
H A Dcvs.h138 #define CVS_PATH_ROOTSPEC CVS_PATH_CVSDIR "/Root" macro
H A Dutil.c527 path, CVS_PATH_ROOTSPEC); in cvs_mkadmin()