Searched refs:tmp_result (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Daddrmatch.c299 struct xaddr tmp_addr, tmp_mask, tmp_result; local
304 if (addr_and(&tmp_result, &tmp_addr, &tmp_mask) == -1)
306 return (addr_is_all0s(&tmp_result));
353 struct xaddr tmp_mask, tmp_result; local
360 if (addr_and(&tmp_result, host, &tmp_mask) == -1)
362 return addr_cmp(&tmp_result, net);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2525 CommandReturnObject tmp_result; local
2533 bool success = HandleCommand(cmd, add_to_history, tmp_result,
2542 if (tmp_result.Succeeded())
2543 result.AppendMessageWithFormat("%s", tmp_result.GetOutputData());
2546 if (!success || !tmp_result.Succeeded())
2548 const char *error_msg = tmp_result.GetErrorData();
2577 if ((tmp_result.GetStatus() == eReturnStatusSuccessContinuingNoResult)
2578 || (tmp_result.GetStatus() == eReturnStatusSuccessContinuingResult))
2591 result.SetStatus(tmp_result.GetStatus());
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectProcess.cpp930 bool tmp_result; local
932 tmp_result = Args::StringToBoolean(option_arg, false, &success);
937 if (tmp_result)

Completed in 176 milliseconds