Home
last modified time | relevance | path

Searched refs:CVSADM_ROOT (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Droot.c58 tmp = Xasprintf ("%s/%s", dir, CVSADM_ROOT); in Name_Root()
63 tmp = xstrdup (CVSADM_ROOT); in Name_Root()
92 error (0, saved_errno, "cannot read %s", CVSADM_ROOT); in Name_Root()
113 CVSADM_ROOT); in Name_Root()
122 CVSADM_ROOT, root); in Name_Root()
157 tmp = Xasprintf ("%s/%s", dir, CVSADM_ROOT); in Create_Root()
159 tmp = xstrdup (CVSADM_ROOT); in Create_Root()
H A Dcvs.h120 #define CVSADM_ROOT getCVSDir("/Root.") macro
137 #define CVSADM_ROOT getCVSDir("/Root") macro
H A DChangeLog-9194290 * cvs.h: new CVSADM_ROOT define plus new function externs
H A Dupdate.c871 if (!isfile (CVSADM_ROOT)) in update_filesdone_proc()
H A DChangeLog-93953457 * update.c (update_filesdone_proc) [CVSADM_ROOT]: If environment
H A DChangeLog-963928 CVSADM_ROOT ifdefs (it is still a #define, of course). I believe