Home
last modified time | relevance | path

Searched refs:workerror (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcskeep.c252 workerror("closing %c missing on keyword", KDELIM);
276 workerror("badly terminated keyword value"); in badly_terminated()
433 workerror("%s is not a revision number", s);
H A Dci.c459 workerror("setuid initial checkin prohibited; use `rcs -i -a' first");
507 workerror("can't find a revision number");
750 workerror("file changed during checkin");
1218 workerror("can't build working file");
H A Dco.c372 workerror("permission denied on parent directory");
486 workerror("merging binary files");
H A Drcsmerge.c220 workerror("merging binary files");
H A Drcsdiff.c436 workerror("diff failed");
H A Drcslex.c1279 workerror(char const *format,...) in workerror() function
1281 /*VARARGS1*/ void workerror(format, va_alist) char const *format; va_dcl in workerror()
H A Drcsrev.c711 workerror("working file lacks revision number");
H A Drcsbase.h603 void workerror P((char const*,...)) printf_string(1,2);