Lines Matching refs:iSuArg
1433 int iSuArg = cSuArgs;
1442 iSuArg = cSuArgs - 4;
1458 iSuArg = cSuArgs - 4;
1468 iSuArg = cSuArgs - 4;
1475 iSuArg = cSuArgs - 2;
1488 iSuArg = cSuArgs - 1;
1499 iSuArg = cSuArgs - 9;
1519 if (iSuArg != cSuArgs)
1521 AssertRelease(iSuArg >= 0);
1528 rc = RTProcCreateEx(papszArgs[iSuArg], &papszArgs[iSuArg], RTENV_DEFAULT, 0 /*fFlags*/,
1543 RTMsgError("Error while waiting for '%s': %Rrc", papszArgs[iSuArg], rc);
1546 RTMsgError("Failed to execute '%s': %Rrc", papszArgs[iSuArg], rc);