HomeSort by: relevance | last modified time | path
    Searched refs:faterror (Results 1 - 18 of 18) sorted by relevancy

  /src/external/gpl2/rcs/dist/src/
merge.c 70 faterror("too many -L options");
72 faterror("-L needs following argument");
89 faterror("%s arguments%s",
rcsmerge.c 208 if (!rev[1]) faterror("no base revision number given");
214 faterror("no input file%s", cmdusage);
merger.c 123 default: faterror("diff failed");
rcsdiff.c 125 * Added fterror() to replace faterror().
222 faterror("too many -L options");
230 faterror("-%c needs following argument%s",
314 faterror("no input file%s", cmdusage);
rcsutil.c 249 faterror("out of memory");
371 faterror("no password entry for userid %lu",
377 faterror("setuid not supported");
379 faterror("Who are you? Please setenv LOGNAME.");
679 faterror("signal catcher failure");
697 faterror("signal catcher failure");
1165 faterror("%s failed for unknown reason", args[1]);
1194 faterror("too many command arguments");
1360 faterror("root setuid not supported" + (u?5:0));
rcstime.c 73 faterror("unknown date/time: %s", source);
rcslex.c 9 * checkid, fatserror, error, faterror, warn, diagnose
830 faterror("invalid %s `%s'",
979 faterror("%s: too large", name);
982 faterror("too many RILEs");
1314 faterror(char const *format,...) function
1316 /*VARARGS1*/ void faterror(format, va_alist)
1528 faterror("can't open input file %s",argv[1]);
rcsfnms.c 309 faterror("can't make temporary pathname `%.*s%cT%cXXXXXX'",
320 faterror("can't make temporary pathname `%s...'",P_tmpdir);
322 faterror("can't make temporary pathname");
maketime.c 98 faterror("The TZ environment variable is not set; please set it to your timezone");
rcsclean.c 76 faterror("no pathnames specified");
rcssyn.c 675 faterror("can't open input file %s", argv[1]);
rcsedit.c 433 faterror("finisheditline internal error");
1494 faterror("keepdirtemp");
1538 faterror("can't make temporary pathname `%.*s_%cXXXXXX'",
co.c 335 else if (argc < 1) faterror("no input file%s", cmdusage);
rcsbase.h 558 void faterror P((char const*,...)) printf_string_exiting(1,2);
rcsrev.c 884 faterror("can't open input file %s", argv[1]);
ci.c 449 else if (argc < 1) faterror("no input file%s", cmdusage);
rcs.c 492 else if (argc < 1) faterror("no input file%s", cmdusage);
rlog.c 358 faterror("no input file%s", cmdusage);

Completed in 29 milliseconds