Home | History | Annotate | Download | only in djgpp

Lines Matching full:temporary

85     error(EXIT_FAILURE, 0, _("creation of a temporary file failed"));
92 error(EXIT_FAILURE, 0, _("creation of a temporary file failed"));
105 as a filter, the filter is reproduced using temporary files. First bison's
106 stdout is redirected to a temporary file. After bison has produced all of
108 is redirected from m4's stdout to a second temporary file and reopened as
148 * All bison's output will be gathered in this temporary file
157 error(EXIT_FAILURE, 0, _("redirecting bison's stdout to the temporary file failed"));
201 error(EXIT_FAILURE, 0, _("redirecting m4's stdin from the temporary file failed"));
206 * All m4's output will be gathered in this temporary file
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"));
265 error(EXIT_FAILURE, 0, _("redirecting bison's stdin from the temporary file failed"));
274 /* Free resources, unlink temporary files and restore stdin and stdout. */