fExitCode
int fExitCode;
.ReplaceAll("%exitCode%", BString() << fExitCode);
|| (error = message.AddInt32("exit code", (int32)fExitCode)) != B_OK) {
fExitCode = (int)exitCode;
fExitCode = other.fExitCode;
return fExitCode;
int fExitCode;
fExitCode = exitCode;
fSystemError, fExitCode);