Lines Matching defs:Error
30 void Error(const char *, const char *) __dead;
47 / MODULES CALLED: time(), exit(), stat(), Error(), creat(), close(), fopen(),
116 Error("Cannot unlink %s.\n", path);
121 Error("Cannot create %s.\n", path);
131 Error("Cannot create %s.\n", path);
137 Error("Cannot update %s.\n", path);
143 Error("cannot open %s to create monster database.\n", "monsters.asc");
169 Error("Writing %s.\n", path);
181 Error("Cannot update %s.\n", path);
217 / FUNCTION NAME: Error()
219 / FUNCTION: print an error message, and exit
225 / char *file - file which caused error
236 / Print an error message, then exit.
241 Error(const char *str, const char *file)
243 fprintf(stderr, "Error: ");