Searched refs:tmp_result (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/crypto/openssh/ |
| H A D | addr.c | 290 struct xaddr tmp_addr, tmp_mask, tmp_result; in addr_host_is_all0s() local 295 if (addr_and(&tmp_result, &tmp_addr, &tmp_mask) == -1) in addr_host_is_all0s() 297 return addr_is_all0s(&tmp_result); in addr_host_is_all0s() 413 struct xaddr tmp_mask, tmp_result; in addr_netmatch() local 420 if (addr_and(&tmp_result, host, &tmp_mask) == -1) in addr_netmatch() 422 return addr_cmp(&tmp_result, net); in addr_netmatch()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 2309 CommandReturnObject tmp_result(m_debugger.GetUseColor()); in HandleCommands() local 2310 tmp_result.SetInteractive(result.GetInteractive()); in HandleCommands() 2311 tmp_result.SetSuppressImmediateOutput(true); in HandleCommands() 2318 bool success = HandleCommand(cmd, options.m_add_to_history, tmp_result); in HandleCommands() 2323 if (tmp_result.Succeeded()) in HandleCommands() 2324 result.AppendMessage(tmp_result.GetOutputData()); in HandleCommands() 2327 if (!success || !tmp_result.Succeeded()) { in HandleCommands() 2328 llvm::StringRef error_msg = tmp_result.GetErrorData(); in HandleCommands() 2356 (tmp_result.GetStatus() == eReturnStatusSuccessContinuingResult)) { in HandleCommands() 2372 result.SetStatus(tmp_result.GetStatus()); in HandleCommands() [all …]
|
| /freebsd-13.1/crypto/openssl/crypto/store/ |
| H A D | loader_file.c | 1048 OSSL_STORE_INFO *tmp_result = in file_load_try_decode() local 1064 OSSL_STORE_INFO_free(tmp_result); in file_load_try_decode() 1068 tmp_result = NULL; in file_load_try_decode() 1072 result = tmp_result; in file_load_try_decode()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectProcess.cpp | 639 bool tmp_result; in SetOptionValue() local 641 tmp_result = OptionArgParser::ToBoolean(option_arg, false, &success); in SetOptionValue() 646 if (tmp_result) in SetOptionValue()
|