Home
last modified time | relevance | path

Searched refs:CVSADM_TEMPLATE (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl2/xcvs/dist/src/
Dlogmsg.c244 tfp = CVS_FOPEN (CVSADM_TEMPLATE, "rb"); in do_editor()
248 error (1, errno, "cannot read %s", CVSADM_TEMPLATE); in do_editor()
264 error (1, errno, "cannot read %s", CVSADM_TEMPLATE); in do_editor()
267 error (0, errno, "cannot close %s", CVSADM_TEMPLATE); in do_editor()
Dcvs.h129 #define CVSADM_TEMPLATE getCVSDir("/Template.") macro
149 #define CVSADM_TEMPLATE getCVSDir("/Template") macro
Dclient.c2230 char *buf = Xasprintf ("%s/%s", short_pathname, CVSADM_TEMPLATE); in template()
2231 read_counted_file (CVSADM_TEMPLATE, buf); in template()
2249 if (unlink_file (CVSADM_TEMPLATE) < 0 && ! existence_error (errno)) in clear_template()
2250 error (1, errno, "cannot remove %s", CVSADM_TEMPLATE); in clear_template()
DChangeLog-963141 * cvs.h (CVSADM_TEMPLATE): Added.
3142 * logmsg.c (do_editor): If repository is NULL, use CVSADM_TEMPLATE
DChangeLog7505 * client.c: Use the complete path to the CVSADM_TEMPLATE file in