Searched refs:CVSADM_UPROG (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/usr.bin/cvs/src/ |
H A D | cvs.h | 129 #define CVSADM_UPROG "CVS/Update.prog" macro 146 #define CVSADM_UPROG "CVS/Update.prog" macro
|
H A D | modules.c | 702 fp = open_file (CVSADM_UPROG, "w+"); 705 error (1, errno, "cannot close %s", CVSADM_UPROG);
|
H A D | update.c | 1090 (fp = CVS_FOPEN (CVSADM_UPROG, "r")) != NULL) 1114 error (0, errno, "cannot read %s", CVSADM_UPROG); 1116 error (0, 0, "unexpected end of file on %s", CVSADM_UPROG); 1119 error (0, errno, "cannot close %s", CVSADM_UPROG);
|
H A D | server.c | 4810 f = CVS_FOPEN (CVSADM_UPROG, "w+"); 4814 if (alloc_pending (80 + strlen (CVSADM_UPROG))) 4815 sprintf (pending_error_text, "E cannot open %s", CVSADM_UPROG); 4822 if (alloc_pending (80 + strlen (CVSADM_UPROG))) 4823 sprintf (pending_error_text, "E cannot write to %s", CVSADM_UPROG); 4830 if (alloc_pending (80 + strlen (CVSADM_UPROG))) 4831 sprintf (pending_error_text, "E cannot close %s", CVSADM_UPROG);
|
H A D | client.c | 2599 fname = xmalloc (strlen (p->dir) + sizeof CVSADM_UPROG + 10); in do_deferred_progs() 2600 sprintf (fname, "%s/%s", p->dir, CVSADM_UPROG); in do_deferred_progs() 2857 strcpy (adm_name, CVSADM_UPROG); 2859 sprintf (adm_name, "%s/%s", dir, CVSADM_UPROG);
|