Searched refs:rcserror (Results 1 – 11 of 11) sorted by relevance
| /dragonfly/gnu/usr.bin/rcs/lib/ |
| HD | rcsrev.c | 292 rcserror("No revision on branch %s has%s%s%s%s%s%s.", 310 rcserror("%s %s absent", field&1?"revision":"branch", 427 rcserror("RCS file empty"); 439 rcserror("branch number %s too low", partialno(&t,revno,1)); 489 rcserror("revision number %s too low", partialno(&t,revno,2)); 504 rcserror("Revision %s has date %s.", 511 rcserror("Revision %s has author %s.", 517 rcserror("Revision %s has state %s.", 563 rcserror("no side branches present for %s", 576 rcserror("branch number %s too high", [all …]
|
| HD | rcsedit.c | 1708 … rcserror("multiple revisions locked by %s; please specify one", getcaller()); 1743 rcserror("Revision %s is already locked by %s.", 1779 rcserror("symbolic name %s already bound to %s", 1826 rcserror("user %s not on the access list", getcaller()); in checkaccesslist()
|
| HD | rcslex.c | 1262 rcserror(char const *format,...) in rcserror() function 1264 /*VARARGS1*/ void rcserror(format, va_alist) char const *format; va_dcl in rcserror()
|
| HD | rcsbase.h | 605 void rcserror P((char const*,...)) printf_string(1,2);
|
| HD | rcsfnms.c | 1113 rcserror("already exists");
|
| /dragonfly/gnu/usr.bin/rcs/rcs/ |
| HD | 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 …]
|
| /dragonfly/gnu/usr.bin/rcs/ci/ |
| HD | ci.c | 515 rcserror("already exists"); 537 rcserror("RCS file is the same as working file %s.", 608 rcserror("Date %s precedes %s in revision %s.", 928 rcserror("Branch point doesn't exist for revision %s.", in addelta() 970 rcserror("no lock set by %s", getcaller()); in addelta() 992 rcserror("revision %s too low; must be higher than %s", in addelta() 1016 rcserror("can't find branch point %s", newdelnum.string); in addelta() 1098 rcserror("revision %s too low; must be higher than %s", 1194 rcserror("revision %s locked by %s", num, next->login); 1200 rcserror("no lock set by %s for revision %s", getcaller(), num);
|
| /dragonfly/gnu/usr.bin/rcs/rcsdiff/ |
| HD | rcsdiff.c | 334 rcserror("no revisions present"); 399 rcserror("co failed"); 418 rcserror("co failed");
|
| /dragonfly/gnu/usr.bin/rcs/co/ |
| HD | 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);
|
| /dragonfly/gnu/usr.bin/rcs/rcsclean/ |
| HD | rcsclean.c | 156 rcserror("RCS file is the same as working file %s.",
|
| /dragonfly/gnu/usr.bin/rcs/rlog/ |
| HD | rlog.c | 1211 rcserror("invalid branch or revision pair %s : %s", num1, num2);
|