Searched refs:out_string (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | app.c | 198 static char *out_string; variable 216 char * out_string; member 239 saved->out_string = out_string; in app_push() 275 out_string = saved->out_string; in app_pop() 455 ch = *out_string++; in do_scrub_chars() 456 if (*out_string == '\0') in do_scrub_chars() 1052 out_string = out_buf; in do_scrub_chars() 1053 PUT (*out_string++); in do_scrub_chars() 1179 out_string = "\tlinefile "; in do_scrub_chars() 1181 out_string = "\t.linefile "; in do_scrub_chars() [all …]
|
| /freebsd-12.1/crypto/openssl/crypto/ui/ |
| H A D | ui_locl.h | 63 const char *out_string; /* Input */ member
|
| H A D | ui_lib.c | 55 OPENSSL_free((char *)uis->out_string); in free_string() 110 ret->out_string = prompt; in general_allocate_prompt() 464 uis.out_string = str; in print_error() 782 return uis->out_string; in UI_get0_output_string()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/ |
| H A D | DisassemblerLLVMC.cpp | 274 std::string out_string; in CalculateMnemonicOperandsAndComment() local 317 mc_disasm_ptr->PrintMCInst(inst, out_string, comment_string); in CalculateMnemonicOperandsAndComment() 387 if (s_regex.Execute(out_string, &matches)) { in CalculateMnemonicOperandsAndComment() 388 matches.GetMatchAtIndex(out_string.c_str(), 1, m_opcode_name); in CalculateMnemonicOperandsAndComment() 389 matches.GetMatchAtIndex(out_string.c_str(), 2, m_mnemonics); in CalculateMnemonicOperandsAndComment()
|
| /freebsd-12.1/lib/libnv/tests/ |
| H A D | cnv_tests.cc | 640 char *out_string; in ATF_TEST_CASE_BODY() local 665 out_string = cnvlist_take_string(cookie); in ATF_TEST_CASE_BODY() 666 ATF_REQUIRE(out_string != NULL); in ATF_TEST_CASE_BODY() 667 ATF_REQUIRE_EQ(strcmp(out_string, value), 0); in ATF_TEST_CASE_BODY() 677 free(out_string); in ATF_TEST_CASE_BODY()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/ |
| H A D | x86AssemblyInspectionEngine.cpp | 690 char out_string[512]; in instruction_length() local 693 out_string, sizeof(out_string)); in instruction_length()
|