Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/cvs/src/
H A Dcvs.h128 #define CVSADM_CIPROG "CVS/Checkin.prog" macro
145 #define CVSADM_CIPROG "CVS/Checkin.prog" macro
H A Dmodules.c695 fp = open_file (CVSADM_CIPROG, "w+");
698 error (1, errno, "cannot close %s", CVSADM_CIPROG);
H A Dcommit.c1476 if ((fp = CVS_FOPEN (CVSADM_CIPROG, "r")) != NULL)
1508 CVSADM_CIPROG);
1513 error (0, errno, "warning: cannot close %s", CVSADM_CIPROG);
1518 error (0, errno, "warning: cannot open %s", CVSADM_CIPROG);
H A Dserver.c4754 f = CVS_FOPEN (CVSADM_CIPROG, "w+");
4758 if (alloc_pending (80 + strlen (CVSADM_CIPROG)))
4759 sprintf (pending_error_text, "E cannot open %s", CVSADM_CIPROG);
4766 if (alloc_pending (80 + strlen (CVSADM_CIPROG)))
4768 "E cannot write to %s", CVSADM_CIPROG);
4775 if (alloc_pending (80 + strlen (CVSADM_CIPROG)))
4776 sprintf (pending_error_text, "E cannot close %s", CVSADM_CIPROG);
H A Dclient.c2582 fname = xmalloc (strlen (p->dir) + sizeof CVSADM_CIPROG + 10); in do_deferred_progs()
2583 sprintf (fname, "%s/%s", p->dir, CVSADM_CIPROG); in do_deferred_progs()
2822 strcpy (adm_name, CVSADM_CIPROG);
2824 sprintf (adm_name, "%s/%s", dir, CVSADM_CIPROG);