Lines Matching defs:ERROR
87 error Exit error
96 static void error (int, const char *);
104 /* Print a fatal error and exit. LINE is the line number where we
105 detected the error, ERRMSG is the error message to print, and ERR
120 /* Print an error message and bump the error count. LINE is the line
121 number where we detected the error, ERRMSG is the error to
125 error (int line, const char *errmsg)
131 #define ERROR(ERRMSG) error (__LINE__, ERRMSG)
253 ERROR ("exit failed");
257 subargv[1] = "error";
262 ERROR ("error test failed");
265 /* We redirect stderr to a file to avoid an error message which is
273 ERROR ("abort failed");
285 ERROR ("echo exit status failed");
299 ERROR ("echo exit status failed");
315 ERROR ("copy exit status failed");
318 ERROR ("temporary files exist");
333 ERROR ("copy exit status failed");
336 ERROR ("temporary files exist");
351 ERROR ("copy temp exit status failed");
379 ERROR ("echoerr exit status failed");
382 ERROR ("temporary files exist");
431 ERROR ("write exit status 1 failed");
436 ERROR ("write exit status 2 failed");
501 else if (strcmp (s, "error") == 0)