Home | History | Annotate | Download | only in testsuite

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");
301 ERROR ("copy exit status failed");
304 ERROR ("temporary files exist");
319 ERROR ("copy exit status failed");
322 ERROR ("temporary files exist");
337 ERROR ("copy temp exit status failed");
365 ERROR ("echoerr exit status failed");
368 ERROR ("temporary files exist");
417 ERROR ("write exit status 1 failed");
422 ERROR ("write exit status 2 failed");
487 else if (strcmp (s, "error") == 0)