Searched defs:stdOutput (Results 1 – 2 of 2) sorted by relevance
/trunk/main/sal/osl/os2/ |
H A D | process.c | 221 int stdOutput[2] = { -1, -1 }, stdInput[2] = { -1, -1 }, stdError[2] = { -1, -1 }; in osl_executeProcess_WithRedirectedIO() local
|
/trunk/main/sal/osl/unx/ |
H A D | process.c | 431 int stdOutput[2] = { -1, -1 }, stdInput[2] = { -1, -1 }, stdError[2] = { -1, -1 }; in ChildStatusProc() local
|
Completed in 12 milliseconds