Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/src/
Drun.c149 int shin, shout, sherr; in run_exec() local
190 sherr = 2; in run_exec()
213 if ((sherr = open (sterr, mode_err, 0666)) == -1) in run_exec()
264 else if (sherr != 2) in run_exec()
266 (void) dup2 (sherr, 2); in run_exec()
267 (void) close (sherr); in run_exec()
386 (void) close (sherr); in run_exec()