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

12

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DCXXFunctionPointer.cpp27 StreamString sstr; local
49 so_addr.Dump (&sstr,
59 if (sstr.GetSize() > 0)
61 stream.Printf("(%s)", sstr.GetData());
H A DTypeValidator.cpp68 StreamString sstr; local
69 sstr.Printf ("%s%s%s%s",
74 return sstr.GetString();
H A DTypeSummary.cpp155 StreamString sstr; local
157 sstr.Printf ("`%s`%s%s%s%s%s%s%s%s%s",
168 return sstr.GetString();
196 StreamString sstr; local
197 sstr.Printf ("%s%s%s%s%s%s%s %s",
206 return sstr.GetString();
258 StreamString sstr; local
259 sstr.Printf ("%s%s%s%s%s%s%s\n%s", Cascades() ? "" : " (not cascading)",
267 return sstr.GetString();
H A DTypeFormat.cpp122 StreamString sstr; local
123 compiler_type.DumpTypeValue (&sstr, // The stream to use for display
137 if (sstr.GetString().empty())
140 dest.swap(sstr.GetString());
152 StreamString sstr; local
153 sstr.Printf ("%s%s%s%s",
158 return sstr.GetString();
227 StreamString sstr; local
228 valobj_enum_type.DumpTypeValue(&sstr,
236 if (!sstr
244 StreamString sstr; local
[all...]
H A DTypeSynthetic.cpp93 StreamString sstr; local
94 sstr.Printf("%s%s%s {\n",
101 sstr.Printf(" %s\n",
105 sstr.Printf("}");
106 return sstr.GetString();
112 StreamString sstr; local
113 sstr.Printf("%s%s%s %s",
119 return sstr.GetString();
252 StreamString sstr; local
253 sstr
[all...]
/freebsd-11.0-release/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.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBLineEntry.cpp76 StreamString sstr; local
79 addr->Dump (&sstr, NULL, Address::DumpStyleModuleWithFileAddress, Address::DumpStyleInvalid, 4);
82 static_cast<void*>(sb_address.get()), sstr.GetData());
100 StreamString sstr; local
103 addr->Dump (&sstr, NULL, Address::DumpStyleModuleWithFileAddress, Address::DumpStyleInvalid, 4);
106 static_cast<void*>(sb_address.get()), sstr.GetData());
129 SBStream sstr; local
130 sb_file_spec.GetDescription (sstr);
134 sstr.GetData());
H A DSBCompileUnit.cpp93 SBStream sstr; local
94 sb_line_entry.GetDescription (sstr);
97 static_cast<void*>(sb_line_entry.get()), sstr.GetData());
133 SBStream sstr; local
209 SBStream sstr; local
210 sb_file_spec.GetDescription (sstr);
214 sstr.GetData());
H A DSBQueueItem.cpp112 StreamString sstr; local
115 addr->Dump (&sstr, NULL, Address::DumpStyleModuleWithFileAddress, Address::DumpStyleInvalid, 4);
118 static_cast<void*>(result.get()), sstr.GetData());
H A DSBBreakpointLocation.cpp46 SBStream sstr; local
47 GetDescription (sstr, lldb::eDescriptionLevelBrief);
51 static_cast<void*>(m_opaque_sp.get()), sstr.GetData());
361 SBStream sstr; local
362 sb_bp.GetDescription (sstr);
365 static_cast<void*>(sb_bp.get()), sstr.GetData());
H A DSBProcess.cpp196 SBStream sstr; local
197 error.GetDescription (sstr);
200 static_cast<void*>(error.get()), sstr.GetData());
231 SBStream sstr; local
232 error.GetDescription (sstr);
235 static_cast<void*>(error.get()), sstr.GetData());
775 SBStream sstr; local
776 sb_error.GetDescription (sstr);
779 static_cast<void*>(sb_error.get()), sstr.GetData());
802 SBStream sstr; local
829 SBStream sstr; local
855 SBStream sstr; local
904 SBStream sstr; local
1101 SBStream sstr; local
1235 SBStream sstr; local
[all...]
H A DSBDeclaration.cpp84 SBStream sstr; local
85 sb_file_spec.GetDescription (sstr);
89 sstr.GetData());
H A DSBEvent.cpp97 StreamString sstr; local
98 if (lldb_event && lldb_event->GetBroadcaster() && lldb_event->GetBroadcaster()->GetEventNames(sstr, event_type, true))
100 static_cast<void*>(get()), event_type, sstr.GetData());
H A DSBValueList.cpp233 SBStream sstr; local
234 sb_value.GetDescription (sstr);
237 static_cast<void*>(sb_value.GetSP().get()), sstr.GetData());
H A DSBDebugger.cpp201 SBStream sstr; local
202 debugger.GetDescription (sstr);
205 sstr.GetData());
231 SBStream sstr; local
232 debugger.GetDescription (sstr);
235 sstr.GetData());
847 SBStream sstr; local
848 sb_target.GetDescription (sstr, eDescriptionLevelBrief);
851 static_cast<void*>(target_sp.get()), sstr.GetData());
869 SBStream sstr; local
[all...]
H A DSBSymbolContext.cpp102 SBStream sstr; local
103 sb_module.GetDescription (sstr);
106 static_cast<void*>(module_sp.get()), sstr.GetData());
H A DSBWatchpoint.cpp42 SBStream sstr; local
43 GetDescription (sstr, lldb::eDescriptionLevelBrief);
47 static_cast<void*>(m_opaque_sp.get()), sstr.GetData());
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp372 StreamString sstr; local
375 sstr.Clear();
376 sstr.Printf ("r%d", i);
377 ConstString reg_name (sstr.GetData());
394 sstr.Clear();
395 sstr.Printf ("s%d", i);
396 ConstString reg_name (sstr.GetData());
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DArgs.cpp552 StreamString sstr;
567 sstr << (char)long_options[i].val;
572 case OptionParser::eRequiredArgument: sstr << ':'; break;
573 case OptionParser::eOptionalArgument: sstr << "::"; break;
586 sstr.GetData(),
1162 StreamString sstr;
1177 sstr << (char) long_options[i].val;
1184 sstr << ":";
1187 sstr << "::";
1201 sstr
[all...]
H A DCommandObject.cpp817 StreamString sstr;
818 sstr << "One of the format names (or one-character names) that can be used to show a variable's value:\n";
822 sstr.PutChar('\n');
826 sstr.Printf("'%c' or ", format_char);
828 sstr.Printf ("\"%s\"", FormatManager::GetFormatAsCString(f));
831 sstr.Flush();
833 std::string data = sstr.GetString();
850 StreamString sstr;
851 sstr << "One of the following languages:\n";
853 Language::PrintAllLanguages(sstr, " ", "\
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectHelp.cpp161 StreamString sstr; local
162 m_interpreter.GetAliasHelp (alias_name.c_str(), cmd_obj->GetCommandName(), sstr);
163 result.GetOutputStream().Printf ("\n'%s' is an abbreviation for %s\n", alias_name.c_str(), sstr.GetData());
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp707 StreamString sstr; local
713 sstr.Printf ("%s_%d", base_name_wanted, functions_counter++);
715 sstr.Printf ("%s_%p", base_name_wanted, name_token);
717 return sstr.GetString();
1361 StreamString sstr; local
1375 sstr.Clear ();
1376 sstr.Printf (" %s", input.GetStringAtIndex (i));
1377 auto_generated_function.AppendString (sstr.GetData());
1396 StreamString sstr; local
1406 sstr
1421 StreamString sstr; local
1446 StreamString sstr; local
1960 StreamString sstr; local
1985 StreamString sstr; local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DDataExtractor.cpp2104 StreamString sstr; local
2110 if (sstr.GetSize() > 0)
2112 log->Printf("%s", sstr.GetData());
2113 sstr.Clear();
2117 sstr.Printf("0x%8.8" PRIx64 ":", (uint64_t)(base_addr + (offset - start_offset)));
2122 case TypeUInt8: sstr.Printf (format ? format : " %2.2x", GetU8(&offset)); break;
2126 sstr.Printf (format ? format : " %c", isprint(ch) ? ch : ' ');
2129 case TypeUInt16: sstr.Printf (format ? format : " %4.4x", GetU16(&offset)); break;
2130 case TypeUInt32: sstr.Printf (format ? format : " %8.8x", GetU32(&offset)); break;
2131 case TypeUInt64: sstr
[all...]
/freebsd-11.0-release/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.0-release/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)

Completed in 205 milliseconds

12