Searched refs:CVSADM_TEMPLATE (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/gpl2/xcvs/dist/src/ |
| D | logmsg.c | 244 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()
|
| D | cvs.h | 129 #define CVSADM_TEMPLATE getCVSDir("/Template.") macro 149 #define CVSADM_TEMPLATE getCVSDir("/Template") macro
|
| D | client.c | 2230 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()
|
| D | ChangeLog-96 | 3141 * cvs.h (CVSADM_TEMPLATE): Added. 3142 * logmsg.c (do_editor): If repository is NULL, use CVSADM_TEMPLATE
|
| D | ChangeLog | 7505 * client.c: Use the complete path to the CVSADM_TEMPLATE file in
|