Home
last modified time | relevance | path

Searched refs:out_string (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/crypto/ui/
H A Dui_local.h63 const char *out_string; /* Input */ member
H A Dui_lib.c55 OPENSSL_free((char *)uis->out_string); in free_string()
110 ret->out_string = prompt; in general_allocate_prompt()
463 uis.out_string = str; in print_error()
781 return uis->out_string; in UI_get0_output_string()
/freebsd/lib/libnv/tests/
H A Dcnv_tests.cc636 char *out_string; in ATF_TEST_CASE_BODY() local
661 out_string = cnvlist_take_string(cookie); in ATF_TEST_CASE_BODY()
662 ATF_REQUIRE(out_string != NULL); in ATF_TEST_CASE_BODY()
663 ATF_REQUIRE_EQ(strcmp(out_string, value), 0); in ATF_TEST_CASE_BODY()
673 free(out_string); in ATF_TEST_CASE_BODY()
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp882 char out_string[512]; in instruction_length() local
885 out_string, sizeof(out_string)); in instruction_length()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp569 std::string out_string; in CalculateMnemonicOperandsAndComment()
617 mc_disasm_ptr->PrintMCInst(inst, pc, out_string, comment_string); in CalculateMnemonicOperandsAndComment()
682 if (s_regex.Execute(out_string, &matches)) {
564 std::string out_string; CalculateMnemonicOperandsAndComment() local