Home
last modified time | relevance | path

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

/trunk/main/sal/osl/os2/
H A Dprocess.c220 int saveOutput = -1, saveInput = -1, saveError = -1; in osl_executeProcess_WithRedirectedIO() local
238 saveInput = dup( STDIN_FILENO); in osl_executeProcess_WithRedirectedIO()
239 fcntl( saveInput, F_SETFD, FD_CLOEXEC); in osl_executeProcess_WithRedirectedIO()
275 dup2( saveInput, STDIN_FILENO); in osl_executeProcess_WithRedirectedIO()
276 close( saveInput); in osl_executeProcess_WithRedirectedIO()

Completed in 8 milliseconds