Searched defs:offOutput (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTProcCreateEx.cpp247 size_t offOutput = 0; local
250 size_t cbLeft = sizeof(szOutput) - 1 - offOutput;
256 int rc = RTPipeReadBlocking(hPipeR, &szOutput[offOutput], cbLeft, &cbRead);
262 offOutput += cbRead;
264 szOutput[offOutput] = '\0';
273 else if ( offOutput != sizeof("works") - 1
275 RTTestIFailed("wrong output: \"%s\" (len=%u)", szOutput, offOutput);
312 size_t offOutput = 0; local
315 size_t cbLeft = sizeof(szOutput) - 1 - offOutput;
321 int rc = RTPipeReadBlocking(hPipeR, &szOutput[offOutput], cbLef
378 size_t offOutput = 0; local
[all...]

Completed in 43 milliseconds