Home | History | Annotate | Download | only in djgpp

Lines Matching full:stdin

107    is output, this file is closed and connected to m4's stdin. All m4's output
109 bison's stdin. */
122 * Save original stdin and stdout
127 error(EXIT_FAILURE, 0, _("saving stdin failed"));
149 * and will be redirected to m4's stdin.
194 * Redirect bison's output to m4's stdin.
201 error(EXIT_FAILURE, 0, _("redirecting m4's stdin from the temporary file failed"));
207 * and will be redirected to bison's stdin.
249 * Redirect m4's output to bison's stdin.
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. */
291 error(EXIT_FAILURE, 0, "restore of bison's stdin failed");