Home
last modified time | relevance | path

Searched refs:save_stdout (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/groff/src/roff/groff/
HDpipeline.c217 int save_stdout = 0; in run_pipeline() local
242 if ((save_stdout = dup(STDOUT_FILENO)) < 0) in run_pipeline()
295 if (dup2(save_stdout, STDOUT_FILENO) < 0) { in run_pipeline()
300 if (close(save_stdout) < 0) { in run_pipeline()
362 int save_stdout = dup(1); in run_pipeline() local
408 else if (dup2(save_stdout, 1) < 0) in run_pipeline()
/NextBSD/contrib/groff/src/preproc/html/
HDpre-html.cpp318 int save_stdout = dup(1); in html_system() local
322 if (redirect_stdout && save_stdout > 1 && fdnull > 1) in html_system()
329 dup2(save_stdout, 1); in html_system()
335 close(save_stdout); in html_system()