Home | History | Annotate | Download | only in djgpp

Lines Matching refs:EXIT_FAILURE

63       error (EXIT_FAILURE, 0, _("removing of '%s' failed"), (name));  \
85 error(EXIT_FAILURE, 0, _("creation of a temporary file failed"));
92 error(EXIT_FAILURE, 0, _("creation of a temporary file failed"));
127 error(EXIT_FAILURE, 0, _("saving stdin failed"));
131 error(EXIT_FAILURE, 0, _("saving stdout failed"));
153 error(EXIT_FAILURE, 0, _("opening of tmpfile failed"));
157 error(EXIT_FAILURE, 0, _("redirecting bison's stdout to the temporary file failed"));
197 error(EXIT_FAILURE, 0, _("opening of tmpfile failed"));
201 error(EXIT_FAILURE, 0, _("redirecting m4's stdin from the temporary file failed"));
212 error(EXIT_FAILURE, 0, _("opening of a temporary file failed"));
218 error(EXIT_FAILURE, 0, _("redirecting m4's stdout to a temporary file failed"));
234 error(EXIT_FAILURE, 0, _("subsidiary program '%s' interrupted"), program);
240 error(EXIT_FAILURE, 0, _(errno == ENOENT
252 error(EXIT_FAILURE, 0, "restore of bison's stdout failed");
258 error(EXIT_FAILURE, 0, _("opening of tmpfile failed"));
264 error(EXIT_FAILURE, -1, "dup2");
265 error(EXIT_FAILURE, 0, _("redirecting bison's stdin from the temporary file failed"));
286 error(EXIT_FAILURE, 0, _("removing of '%s' failed"), tmp_file_name[0]);
288 error(EXIT_FAILURE, 0, _("removing of '%s' failed"), tmp_file_name[1]);
291 error(EXIT_FAILURE, 0, "restore of bison's stdin failed");