Home
last modified time | relevance | path

Searched refs:tmp_result (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssh/
H A Daddr.c336 struct xaddr tmp_addr, tmp_mask, tmp_result; in addr_host_is_all0s() local
341 if (addr_and(&tmp_result, &tmp_addr, &tmp_mask) == -1) in addr_host_is_all0s()
343 return addr_is_all0s(&tmp_result); in addr_host_is_all0s()
498 struct xaddr tmp_mask, tmp_result; in addr_netmatch() local
505 if (addr_and(&tmp_result, host, &tmp_mask) == -1) in addr_netmatch()
507 return addr_cmp(&tmp_result, net); in addr_netmatch()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2574 CommandReturnObject tmp_result(m_debugger.GetUseColor()); in HandleCommands() local
2575 tmp_result.SetInteractive(result.GetInteractive()); in HandleCommands()
2576 tmp_result.SetSuppressImmediateOutput(true); in HandleCommands()
2583 bool success = HandleCommand(cmd, options.m_add_to_history, tmp_result); in HandleCommands()
2588 if (tmp_result.Succeeded()) in HandleCommands()
2589 result.AppendMessage(tmp_result.GetOutputData()); in HandleCommands()
2592 if (!success || !tmp_result.Succeeded()) { in HandleCommands()
2593 llvm::StringRef error_msg = tmp_result.GetErrorData(); in HandleCommands()
2620 if ((tmp_result.GetStatus() == eReturnStatusSuccessContinuingNoResult) || in HandleCommands()
2621 (tmp_result.GetStatus() == eReturnStatusSuccessContinuingResult)) { in HandleCommands()
[all …]
/freebsd/crypto/openssl/engines/
H A De_loader_attic.c1202 OSSL_STORE_INFO *tmp_result; in file_load_try_decode() local
1206 tmp_result = in file_load_try_decode()
1230 store_info_free(tmp_result); in file_load_try_decode()
1234 tmp_result = NULL; in file_load_try_decode()
1238 result = tmp_result; in file_load_try_decode()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp744 bool tmp_result; in SetOptionValue() local
746 tmp_result = OptionArgParser::ToBoolean(option_arg, false, &success); in SetOptionValue()
751 if (tmp_result) in SetOptionValue()