| /freebsd-14.2/crypto/openssl/test/helpers/ |
| H A D | ssl_test_ctx.c | 103 int ret_value; in parse_expected_result() local 184 int ret_value; in parse_client_verify_callback() local 212 int ret_value; in parse_servername() local 224 int ret_value; in parse_expected_servername() local 255 int ret_value; in parse_servername_callback() local 280 int ret_value; in parse_session_ticket() local 310 int ret_value; in parse_session_id() local 335 int ret_value; in parse_test_method() local 382 int ret_value; in parse_handshake_mode() local 410 int ret_value; in parse_key_update_type() local [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBError.cpp | 67 bool ret_value = false; in Fail() local 69 ret_value = m_opaque_up->Fail(); in Fail() 72 return ret_value; in Fail() 78 bool ret_value = true; in Success() local 80 ret_value = m_opaque_up->Success(); in Success() 82 return ret_value; in Success()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanStepRange.cpp | 103 bool ret_value = false; in InRange() local 109 ret_value = in InRange() 111 if (ret_value) in InRange() 115 if (!ret_value && !m_given_ranges_only) { in InRange() 131 ret_value = true; in InRange() 150 ret_value = true; in InRange() 173 ret_value = true; in InRange() 190 if (!ret_value && log) in InRange() 193 return ret_value; in InRange()
|
| H A D | Thread.cpp | 274 uint32_t ret_value = GetStackFrameList()->SetSelectedFrame(frame); in SetSelectedFrame() local 278 return ret_value; in SetSelectedFrame()
|
| /freebsd-14.2/sys/kern/ |
| H A D | subr_hints.c | 126 const char **ret_resname, int *ret_resnamelen, const char **ret_value) in res_find() argument 296 if (ret_value) in res_find() 297 *ret_value = s; in res_find() 311 const char **ret_resname, int *ret_resnamelen, const char **ret_value) in resource_find() argument 323 ret_value); in resource_find() 332 ret_value); in resource_find()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Expression/ |
| H A D | FunctionCaller.cpp | 290 Value &ret_value) { in FetchFunctionResults() argument 316 ret_value.GetScalar() = process->ReadUnsignedIntegerFromMemory( in FetchFunctionResults() 322 ret_value.SetCompilerType(m_function_return_type); in FetchFunctionResults() 323 ret_value.SetValueType(Value::ValueType::Scalar); in FetchFunctionResults()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 979 void *ret_value, const ExecuteScriptOptions &options) { in ExecuteOneLineWithReturn() argument 1036 return PyArg_Parse(py_return.get(), format, (char **)ret_value); in ExecuteOneLineWithReturn() 1042 return PyArg_Parse(py_return.get(), format, (char **)ret_value); in ExecuteOneLineWithReturn() 1046 return PyArg_Parse(py_return.get(), format, (bool *)ret_value); in ExecuteOneLineWithReturn() 1050 return PyArg_Parse(py_return.get(), format, (short *)ret_value); in ExecuteOneLineWithReturn() 1058 return PyArg_Parse(py_return.get(), format, (int *)ret_value); in ExecuteOneLineWithReturn() 1066 return PyArg_Parse(py_return.get(), format, (long *)ret_value); in ExecuteOneLineWithReturn() 1079 (unsigned long long *)ret_value); in ExecuteOneLineWithReturn() 1083 return PyArg_Parse(py_return.get(), format, (float *)ret_value); in ExecuteOneLineWithReturn() 1091 return PyArg_Parse(py_return.get(), format, (char *)ret_value); in ExecuteOneLineWithReturn() [all …]
|
| H A D | ScriptInterpreterPythonImpl.h | 47 ScriptInterpreter::ScriptReturnType return_type, void *ret_value,
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | FunctionCaller.h | 251 Value &ret_value);
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectWatchpointCommand.cpp | 245 bool ret_value = true; in WatchpointOptionsCallbackFunction() local 282 return ret_value; in WatchpointOptionsCallbackFunction()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObject.cpp | 1970 auto ret_value = GetValueForExpressionPath_Impl(expression, proxy_stop_reason, in GetValueForExpressionPath() local 1975 if (!ret_value || (*proxy_value_type) != eExpressionPathEndResultTypePlain || in GetValueForExpressionPath() 1985 return ret_value; in GetValueForExpressionPath() 1988 ret_value = ret_value->Dereference(error); in GetValueForExpressionPath() 1993 ret_value = ret_value->AddressOf(error); in GetValueForExpressionPath() 1998 if (ret_value && error.Success()) { in GetValueForExpressionPath() 2000 return ret_value; in GetValueForExpressionPath()
|
| /freebsd-14.2/lib/libnv/tests/ |
| H A D | nv_tests.cc | 259 const void *ret_value; in ATF_TEST_CASE_BODY() local 280 ret_value = nvlist_get_binary(nvl, key, &ret_size); in ATF_TEST_CASE_BODY() 282 ATF_REQUIRE_EQ(memcmp(value, ret_value, ret_size), 0); in ATF_TEST_CASE_BODY() 285 ATF_REQUIRE(value != ret_value); in ATF_TEST_CASE_BODY()
|
| /freebsd-14.2/contrib/googletest/googlemock/test/ |
| H A D | gmock_link_test.h | 442 ACTION_P(ReturnArgument, ret_value) { return ret_value; } in ACTION_P() argument
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointOptions.cpp | 610 bool ret_value = true; in BreakpointOptionsCallbackFunction() local 645 return ret_value; in BreakpointOptionsCallbackFunction()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_mac.cpp | 1155 const uptr ret_value = max_vm - 1; in GetMaxUserVirtualAddress() local 1156 CHECK_LE(ret_value, SANITIZER_MMAP_RANGE_SIZE); in GetMaxUserVirtualAddress() 1157 return ret_value; in GetMaxUserVirtualAddress()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | ScriptInterpreter.h | 169 llvm::StringRef in_string, ScriptReturnType return_type, void *ret_value,
|
| /freebsd-14.2/contrib/ee/ |
| H A D | ee.c | 4754 int ret_value; in modes_op() local 4779 ret_value = menu_op(modes_menu); in modes_op() 4781 switch (ret_value) in modes_op() 4848 while (ret_value != 0); in modes_op()
|