Searched refs:rcserror (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl2/rcs/dist/src/ |
H A D | rcsrev.c | 282 rcserror("No revision on branch %s has%s%s%s%s%s%s.", 300 rcserror("%s %s absent", field&1?"revision":"branch", 411 rcserror("RCS file empty"); 423 rcserror("branch number %s too low", partialno(&t,revno,1)); 473 rcserror("revision number %s too low", partialno(&t,revno,2)); 488 rcserror("Revision %s has date %s.", 495 rcserror("Revision %s has author %s.", 501 rcserror("Revision %s has state %s.", 547 rcserror("no side branches present for %s", 560 rcserror("branch number %s too high", [all …]
|
H A D | rcs.c | 501 case 1: rcserror("already exists"); 1098 rcserror("revision %s still locked by %s", 1108 rcserror("no lock set on revision %s", num); 1148 rcserror("can't remove branch point %s", pt->num); 1153 rcserror("can't remove locked revision %s", pt->num); 1187 rcserror("Revision %s doesn't exist.", numrev.string); in removerevs() 1202 rcserror("invalid branch range %s after -o", numrev.string); in removerevs() 1257 rcserror("invalid revision range %s-%s", in removerevs() 1275 rcserror("Revisions %s-%s don't exist.", in removerevs() 1297 rcserror("Revisions %s-%s don't exist.", in removerevs() [all …]
|
H A D | ci.c | 471 rcserror("already exists"); 493 rcserror("RCS file is the same as working file %s.", 562 rcserror("Date %s precedes %s in revision %s.", 882 rcserror("Branch point doesn't exist for revision %s.", in addelta() 924 rcserror("no lock set by %s", getcaller()); in addelta() 946 rcserror("revision %s too low; must be higher than %s", in addelta() 970 rcserror("can't find branch point %s", newdelnum.string); in addelta() 1052 rcserror("revision %s too low; must be higher than %s", 1148 rcserror("revision %s locked by %s", num, next->login); 1154 rcserror("no lock set by %s for revision %s", getcaller(), num);
|
H A D | rcsdiff.c | 334 rcserror("no revisions present"); 399 rcserror("co failed"); 418 rcserror("co failed");
|
H A D | co.c | 364 rcserror("RCS file is the same as working file %s.", 434 rcserror("cannot combine -kv and -l"); 596 rcserror("revision %s locked by %s; use co -r or rcs -u", 738 rcserror("common ancestor of %s and %s undefined", r1, r2);
|
H A D | rcsedit.c | 1710 rcserror("multiple revisions locked by %s; please specify one", getcaller()); 1745 rcserror("Revision %s is already locked by %s.", 1781 rcserror("symbolic name %s already bound to %s", 1828 rcserror("user %s not on the access list", getcaller()); in checkaccesslist()
|
H A D | rcsclean.c | 154 rcserror("RCS file is the same as working file %s.",
|
H A D | rcslex.c | 1262 rcserror(char const *format,...) in rcserror() function 1264 /*VARARGS1*/ void rcserror(format, va_alist) char const *format; va_dcl in rcserror()
|
H A D | rcsbase.h | 597 void rcserror P((char const*,...)) printf_string(1,2);
|
H A D | rcsfnms.c | 1077 rcserror("already exists");
|
H A D | rlog.c | 1197 rcserror("invalid branch or revision pair %s : %s", num1, num2);
|
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | ChangeLog-97 | 317 * error.c, error.h (rcserror): Remove. 318 * admin.c, rcs.c: Call error instead of rcserror. This changes 899 * error.c, error.h (rcserror): New function, used everywhere.
|