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

/freebsd-11.0-release/crypto/openssh/
H A Daddrmatch.c298 struct xaddr tmp_addr, tmp_mask, tmp_result; local
303 if (addr_and(&tmp_result, &tmp_addr, &tmp_mask) == -1)
305 return (addr_is_all0s(&tmp_result));
352 struct xaddr tmp_mask, tmp_result; local
359 if (addr_and(&tmp_result, host, &tmp_mask) == -1)
361 return addr_cmp(&tmp_result, net);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2439 CommandReturnObject tmp_result; local
2447 bool success = HandleCommand(cmd, options.m_add_to_history, tmp_result,
2456 if (tmp_result.Succeeded())
2457 result.AppendMessageWithFormat("%s", tmp_result.GetOutputData());
2460 if (!success || !tmp_result.Succeeded())
2462 const char *error_msg = tmp_result.GetErrorData();
2491 if ((tmp_result.GetStatus() == eReturnStatusSuccessContinuingNoResult)
2492 || (tmp_result.GetStatus() == eReturnStatusSuccessContinuingResult))
2505 result.SetStatus(tmp_result.GetStatus());
2514 if (tmp_result
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectProcess.cpp859 bool tmp_result; variable
861 tmp_result = Args::StringToBoolean(option_arg, false, &success);
866 if (tmp_result)

Completed in 62 milliseconds