HomeSort by: relevance | last modified time | path
    Searched refs:CVSADM_TEMPLATE (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/xcvs/dist/src/
logmsg.c 188 * is NULL, use the CVSADM_TEMPLATE file instead. REPOSITORY should be
244 tfp = CVS_FOPEN (CVSADM_TEMPLATE, "rb");
248 error (1, errno, "cannot read %s", CVSADM_TEMPLATE);
264 error (1, errno, "cannot read %s", CVSADM_TEMPLATE);
267 error (0, errno, "cannot close %s", CVSADM_TEMPLATE);
cvs.h 129 #define CVSADM_TEMPLATE getCVSDir("/Template.")
149 #define CVSADM_TEMPLATE getCVSDir("/Template")
client.c 2231 char *buf = Xasprintf ("%s/%s", short_pathname, CVSADM_TEMPLATE);
2232 read_counted_file (CVSADM_TEMPLATE, buf);
2250 if (unlink_file (CVSADM_TEMPLATE) < 0 && ! existence_error (errno))
2251 error (1, errno, "cannot remove %s", CVSADM_TEMPLATE);

Completed in 59 milliseconds