Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dmandocd.c131 int old_stderr; in main() local
204 (old_stderr = dup(STDERR_FILENO)) == -1) { in main()
230 if (dup2(old_stderr, STDERR_FILENO) == -1 || in main()