Searched refs:old_stdin (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xmh/dist/
H A Dcommand.c136 int old_stdin = 0, old_stdout = 0, old_stderr = 0; local in function:_DoCommandToFileOrPipe
146 old_stdin = dup(fileno(stdin));
203 if (pid != 0) dup2(old_stdin, fileno(stdin));
204 close(old_stdin);

Completed in 2 milliseconds