Searched refs:sstr (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DCXXFunctionPointer.cpp25 StreamString sstr; local
43 so_addr.Dump(&sstr, exe_ctx.GetBestExecutionContextScope(),
51 if (sstr.GetSize() > 0) {
52 stream.Printf("(%s)", sstr.GetData());
H A DTypeSummary.cpp102 StreamString sstr; local
104 sstr.Printf("`%s`%s%s%s%s%s%s%s%s%s", m_format_str.c_str(),
114 return sstr.GetString();
134 StreamString sstr; local
135 sstr.Printf("%s%s%s%s%s%s%s %s", Cascades() ? "" : " (not cascading)",
143 return sstr.GetString();
183 StreamString sstr; local
184 sstr.Printf("%s%s%s%s%s%s%s\n ", Cascades() ? "" : " (not cascading)",
193 sstr.PutCString("no backing script");
195 sstr
[all...]
H A DTypeFormat.cpp101 StreamString sstr;
103 &sstr, // The stream to use for display
117 dest = sstr.GetString();
126 StreamString sstr; local
127 sstr.Printf("%s%s%s%s", FormatManager::GetFormatAsCString(GetFormat()),
131 return sstr.GetString();
189 StreamString sstr; local
190 valobj_enum_type.DumpTypeValue(&sstr, lldb::eFormatEnum, data, 0,
193 if (!sstr.GetString().empty())
194 dest = sstr
199 StreamString sstr; local
[all...]
H A DTypeSynthetic.cpp75 StreamString sstr; local
76 sstr.Printf("%s%s%s {\n", Cascades() ? "" : " (not cascading)",
81 sstr.Printf(" %s\n", GetExpressionPathAtIndex(i));
84 sstr.Printf("}");
85 return sstr.GetString();
89 StreamString sstr; local
90 sstr.Printf("%s%s%s %s", Cascades() ? "" : " (not cascading)",
95 return sstr.GetString();
210 StreamString sstr; local
211 sstr
[all...]
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dp5_pbe.c82 unsigned char *sstr;
101 sstr = ASN1_STRING_data(pbe->salt);
103 memcpy(sstr, salt, saltlen);
104 else if (RAND_bytes(sstr, saltlen) <= 0)
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Dudpong.c130 char sstr[5]; local
132 size_str(sstr, sizeof sstr, size);
133 snprintf(test_name, sizeof test_name, "%s_lat", sstr);
141 char sstr[5]; local
143 size_str(sstr, sizeof sstr, size);
144 snprintf(test_name, sizeof test_name, "%s_bw", sstr);
H A Driostream.c126 char sstr[5]; local
128 size_str(sstr, sizeof sstr, size);
129 snprintf(test_name, sizeof test_name, "%s_lat", sstr);
137 char sstr[5]; local
139 size_str(sstr, sizeof sstr, size);
140 snprintf(test_name, sizeof test_name, "%s_bw", sstr);
H A Drstream.c128 char sstr[5]; local
130 size_str(sstr, sizeof sstr, size);
131 snprintf(test_name, sizeof test_name, "%s_lat", sstr);
139 char sstr[5]; local
141 size_str(sstr, sizeof sstr, size);
142 snprintf(test_name, sizeof test_name, "%s_bw", sstr);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp325 StreamString sstr; local
327 sstr.Clear();
328 sstr.Printf("r%d", i);
329 ConstString reg_name(sstr.GetString());
345 sstr.Clear();
346 sstr.Printf("s%d", i);
347 ConstString reg_name(sstr.GetString());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DDataExtractor.cpp994 StreamString sstr; local
999 if (sstr.GetSize() > 0) {
1000 log->PutString(sstr.GetString());
1001 sstr.Clear();
1005 sstr.Printf("0x%8.8" PRIx64 ":",
1011 sstr.Printf(" %2.2x", GetU8(&offset));
1015 sstr.Printf(" %c", isprint(ch) ? ch : ' ');
1018 sstr.Printf(" %4.4x", GetU16(&offset));
1021 sstr.Printf(" %8.8x", GetU32(&offset));
1024 sstr
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp660 StreamString sstr;
661 sstr << "One of the format names (or one-character names) that can be used "
665 sstr.PutChar('\n');
669 sstr.Printf("'%c' or ", format_char);
671 sstr.Printf("\"%s\"", FormatManager::GetFormatAsCString(f));
674 sstr.Flush();
676 help_text = sstr.GetString();
687 StreamString sstr;
688 sstr << "One of the following languages:\n";
690 Language::PrintAllLanguages(sstr, " ", "\
[all...]
H A DCommandAlias.cpp95 StreamString sstr; local
97 GetAliasExpansion(sstr);
100 "(%s) %s", sstr.GetData(),
H A DOptions.cpp947 llvm::raw_string_ostream sstr(storage);
951 sstr << ":";
955 sstr << (char)long_options[i].val;
961 sstr << ":";
964 sstr << "::";
969 return std::move(sstr.str());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectHelp.cpp168 StreamString sstr; local
169 m_interpreter.GetAlias(alias_full_name)->GetAliasExpansion(sstr);
171 command[0].c_str(), sstr.GetData());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp846 StreamString sstr; local
852 sstr.Printf("%s_%d", base_name_wanted, functions_counter++);
854 sstr.Printf("%s_%p", base_name_wanted, name_token);
856 return sstr.GetString();
1399 StreamString sstr; local
1418 sstr.Clear();
1419 sstr.Printf(" %s", input.GetStringAtIndex(i));
1420 auto_generated_function.AppendString(sstr.GetData());
1446 StreamString sstr; local
1458 sstr
1473 StreamString sstr; local
1498 StreamString sstr; local
2170 StreamString sstr; local
2199 StreamString sstr; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dobjc-lang.c1886 struct objc_super sstr; local
1895 read_objc_super (super, &sstr);
1896 if (sstr.class == 0)
1899 res = find_implementation_from_class (sstr.class, sel);
1910 struct objc_super sstr; local
1919 read_objc_super (super, &sstr);
1920 if (sstr.class == 0)
1923 res = find_implementation_from_class (sstr.class, sel);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatVariadic.h18 // SmallString<8> S = formatv("{0} {1}", 1234.412, "test").sstr<8>();
136 template <unsigned N> SmallString<N> sstr() const { function in class:llvm::formatv_object_base
143 template <unsigned N> operator SmallString<N>() const { return sstr<N>(); }
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_enc_ses.c2863 * \param sstr SES string structure to operate on
2869 ses_handle_string(enc_softc_t *enc, encioc_string_t *sstr, int ioc) argument
2889 if (sstr->bufsiz > 0xffff)
2894 payload = sstr->bufsiz + 4; /* header for SEND DIAGNOSTIC */
2903 buf[2] = sstr->bufsiz >> 8;
2904 buf[3] = sstr->bufsiz & 0xff;
2905 ret = copyin(sstr->buf, &buf[4], sstr->bufsiz);
2912 payload = sstr->bufsiz;
2933 copyout(&rsize, &sstr
[all...]
H A Dscsi_enc.c365 encioc_string_t sstr; local
488 error = copyin(addr, &sstr, sizeof(sstr));
492 error = enc->enc_vec.handle_string(enc, &sstr, cmd);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dallow.py291 sstr = _("undefine permission set")
300 sstr = _("define permission set")
316 parser.add_option("-s", action="store_true", dest="set", help=sstr)
/freebsd-11-stable/usr.bin/m4/
H A Dmisc.c191 mstack[i].sstr = (mstack[i].sstr - strspace)
H A Dlook.c310 if (sstack[i] == STORAGE_MACRO && mstack[i].sstr == ptr)
/freebsd-11-stable/crypto/openssl/apps/
H A Ds_cb.c376 const char *sstr = NULL; local
385 sstr = "RSA";
387 sstr = "DSA";
389 sstr = "ECDSA";
390 if (sstr)
391 BIO_printf(out, "%s+", sstr);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp137 Name = formatv("{0} {1}", Ret, Params).sstr<256>();
146 Name = formatv("{0} {1}::{2}", Ret, Class, Params).sstr<256>();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1761 StreamString sstr; local
1762 DumpAddressList(sstr, outside_function, target);
1764 file.GetFilename().AsCString(), line, sstr.GetData());
1771 StreamString sstr; local
1772 sstr.Printf("%s:%i appears multiple times in this function, selecting the "
1775 DumpAddressList(sstr, candidates, target);
1776 *warnings = sstr.GetString();

Completed in 211 milliseconds

12