Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Daddrmatch.c297 struct xaddr tmp_addr, tmp_mask, tmp_result; in addr_host_is_all0s() local
302 if (addr_and(&tmp_result, &tmp_addr, &tmp_mask) == -1) in addr_host_is_all0s()
304 return (addr_is_all0s(&tmp_result)); in addr_host_is_all0s()
351 struct xaddr tmp_mask, tmp_result; in addr_netmatch() local
358 if (addr_and(&tmp_result, host, &tmp_mask) == -1) in addr_netmatch()
360 return addr_cmp(&tmp_result, net); in addr_netmatch()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2237 CommandReturnObject tmp_result; in HandleCommands() local
2247 HandleCommand(cmd, options.m_add_to_history, tmp_result, in HandleCommands()
2255 if (tmp_result.Succeeded()) in HandleCommands()
2256 result.AppendMessage(tmp_result.GetOutputData()); in HandleCommands()
2259 if (!success || !tmp_result.Succeeded()) { in HandleCommands()
2260 llvm::StringRef error_msg = tmp_result.GetErrorData(); in HandleCommands()
2288 if ((tmp_result.GetStatus() == eReturnStatusSuccessContinuingNoResult) || in HandleCommands()
2289 (tmp_result.GetStatus() == eReturnStatusSuccessContinuingResult)) { in HandleCommands()
2305 result.SetStatus(tmp_result.GetStatus()); in HandleCommands()
2314 if (tmp_result.GetDidChangeProcessState() && options.GetStopOnCrash()) { in HandleCommands()
[all …]
/freebsd-12.1/crypto/openssl/crypto/store/
H A Dloader_file.c1011 OSSL_STORE_INFO *tmp_result = in file_load_try_decode() local
1027 OSSL_STORE_INFO_free(tmp_result); in file_load_try_decode()
1031 tmp_result = NULL; in file_load_try_decode()
1035 result = tmp_result; in file_load_try_decode()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectProcess.cpp741 bool tmp_result; in SetOptionValue() local
743 tmp_result = OptionArgParser::ToBoolean(option_arg, false, &success); in SetOptionValue()
748 if (tmp_result) in SetOptionValue()