Searched refs:tmp_result (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/crypto/openssh/ |
| H A D | addr.c | 335 struct xaddr tmp_addr, tmp_mask, tmp_result; in addr_host_is_all0s() local 340 if (addr_and(&tmp_result, &tmp_addr, &tmp_mask) == -1) in addr_host_is_all0s() 342 return addr_is_all0s(&tmp_result); in addr_host_is_all0s() 496 struct xaddr tmp_mask, tmp_result; in addr_netmatch() local 503 if (addr_and(&tmp_result, host, &tmp_mask) == -1) in addr_netmatch() 505 return addr_cmp(&tmp_result, net); in addr_netmatch()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 2561 CommandReturnObject tmp_result(m_debugger.GetUseColor()); in HandleCommands() local 2562 tmp_result.SetInteractive(result.GetInteractive()); in HandleCommands() 2563 tmp_result.SetSuppressImmediateOutput(true); in HandleCommands() 2570 bool success = HandleCommand(cmd, options.m_add_to_history, tmp_result); in HandleCommands() 2575 if (tmp_result.Succeeded()) in HandleCommands() 2576 result.AppendMessage(tmp_result.GetOutputData()); in HandleCommands() 2579 if (!success || !tmp_result.Succeeded()) { in HandleCommands() 2580 llvm::StringRef error_msg = tmp_result.GetErrorData(); in HandleCommands() 2608 (tmp_result.GetStatus() == eReturnStatusSuccessContinuingResult)) { in HandleCommands() 2624 result.SetStatus(tmp_result.GetStatus()); in HandleCommands() [all …]
|
| /freebsd-14.2/crypto/openssl/engines/ |
| H A D | e_loader_attic.c | 1202 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-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectProcess.cpp | 766 bool tmp_result; in SetOptionValue() local 768 tmp_result = OptionArgParser::ToBoolean(option_arg, false, &success); in SetOptionValue() 773 if (tmp_result) in SetOptionValue()
|