• Home
  • Raw
  • Download

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")); in init_subpipe()
92 error(EXIT_FAILURE, 0, _("creation of a temporary file failed")); in init_subpipe()
127 error(EXIT_FAILURE, 0, _("saving stdin failed")); in create_subpipe()
131 error(EXIT_FAILURE, 0, _("saving stdout failed")); in create_subpipe()
153 error(EXIT_FAILURE, 0, _("opening of tmpfile failed")); in create_subpipe()
157 error(EXIT_FAILURE, 0, _("redirecting bison's stdout to the temporary file failed")); in create_subpipe()
197 error(EXIT_FAILURE, 0, _("opening of tmpfile failed")); in end_of_output_subpipe()
201 error(EXIT_FAILURE, 0, _("redirecting m4's stdin from the temporary file failed")); in end_of_output_subpipe()
212 error(EXIT_FAILURE, 0, _("opening of a temporary file failed")); in end_of_output_subpipe()
218 error(EXIT_FAILURE, 0, _("redirecting m4's stdout to a temporary file failed")); in end_of_output_subpipe()
234 error(EXIT_FAILURE, 0, _("subsidiary program '%s' interrupted"), program); in end_of_output_subpipe()
240 error(EXIT_FAILURE, 0, _(errno == ENOENT in end_of_output_subpipe()
252 error(EXIT_FAILURE, 0, "restore of bison's stdout failed"); in end_of_output_subpipe()
258 error(EXIT_FAILURE, 0, _("opening of tmpfile failed")); in end_of_output_subpipe()
264 error(EXIT_FAILURE, -1, "dup2"); in end_of_output_subpipe()
265 error(EXIT_FAILURE, 0, _("redirecting bison's stdin from the temporary file failed")); in end_of_output_subpipe()
286 error(EXIT_FAILURE, 0, _("removing of '%s' failed"), tmp_file_name[0]); in reap_subpipe()
288 error(EXIT_FAILURE, 0, _("removing of '%s' failed"), tmp_file_name[1]); in reap_subpipe()
291 error(EXIT_FAILURE, 0, "restore of bison's stdin failed"); in reap_subpipe()