Home
last modified time | relevance | path

Searched refs:Printf (Results 1 – 25 of 418) sorted by relevance

12345678910>>...17

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cpp117 Printf("\n"); in PrintStack()
159 Printf(":\n"); in PrintMop()
243 Printf("\n"); in PrintThread()
250 Printf(" at:"); in PrintThread()
251 Printf("\n"); in PrintThread()
382 Printf("\n"); in PrintMop()
397 Printf("\n"); in PrintLocation()
408 Printf("\n"); in PrintLocation()
423 Printf("\n"); in PrintThread()
446 Printf("\n"); in PrintReport()
[all …]
H A Dtsan_platform_posix.cpp38 Printf(kShadowMemoryMappingWarning, SanitizerToolName, addr, addr + size, in DontDumpShadow()
40 Printf(kShadowMemoryMappingHint, "MADV_DONTDUMP", "use_madv_dontdump"); in DontDumpShadow()
49 Printf("FATAL: ThreadSanitizer can not mmap the shadow memory\n"); in InitializeShadowMemory()
50 Printf("FATAL: Make sure to compile with -fPIE and to link with -pie.\n"); in InitializeShadowMemory()
66 Printf("FATAL: ThreadSanitizer can not mmap the shadow memory\n"); in InitializeShadowMemory()
67 Printf("FATAL: Make sure to compile with -fPIE and to link with -pie.\n"); in InitializeShadowMemory()
91 Printf("FATAL: ThreadSanitizer can not protect [%zx,%zx]\n", beg, end); in ProtectRange()
92 Printf("FATAL: Make sure you are not using unlimited stack\n"); in ProtectRange()
132 Printf( in CheckAndProtect()
H A Dtsan_platform_linux.cpp305 Printf("FATAL: ThreadSanitizer: unsupported VMA range\n"); in InitializePlatformEarly()
311 Printf("FATAL: ThreadSanitizer: unsupported VMA range\n"); in InitializePlatformEarly()
312 Printf("FATAL: Found %zd - Supported 48\n", vmaSize); in InitializePlatformEarly()
319 Printf("FATAL: ThreadSanitizer: unsupported VMA range\n"); in InitializePlatformEarly()
320 Printf("FATAL: Found %zd - Supported 47\n", vmaSize); in InitializePlatformEarly()
325 Printf("FATAL: ThreadSanitizer: unsupported VMA range\n"); in InitializePlatformEarly()
326 Printf("FATAL: Found %zd - Supported 47\n", vmaSize); in InitializePlatformEarly()
348 Printf("FATAL: Found %zd - Supported 40\n", vmaSize); in InitializePlatformEarly()
354 Printf("FATAL: Found %zd - Supported 47\n", vmaSize); in InitializePlatformEarly()
392 Printf( in InitializePlatform()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_report.cpp41 Printf("%s", d.Origin()); in DescribeStackOrigin()
43 Printf( in DescribeStackOrigin()
108 Printf("%s", d.Warning()); in ReportUMR()
110 Printf("%s", d.Default()); in ReportUMR()
223 Printf(" "); in DescribeMemoryRange()
228 Printf(".."); in DescribeMemoryRange()
246 Printf(" |"); in DescribeMemoryRange()
249 Printf("%c", c); in DescribeMemoryRange()
252 Printf("|"); in DescribeMemoryRange()
254 Printf("\n"); in DescribeMemoryRange()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Dsegv_handler_posix.cpp36 ScopedEndOfReportDecorator(gwp_asan::Printf_t Printf) : Printf(Printf) {} in ScopedEndOfReportDecorator()
38 gwp_asan::Printf_t Printf; member
44 Printf_t Printf) { in printHeader() argument
131 Printf(kUnknownCrashText); in dumpReport()
146 ScopedEndOfReportDecorator Decorator(Printf); in dumpReport()
150 Printf(kUnknownCrashText); in dumpReport()
155 printHeader(E, ErrorPtr, AllocMeta, Printf); in dumpReport()
163 PrintBacktrace(Trace, TraceLength, Printf); in dumpReport()
174 PrintBacktrace(Trace, TraceLength, Printf); in dumpReport()
185 PrintBacktrace(Trace, TraceLength, Printf); in dumpReport()
[all …]
H A Doptions_parser.cpp25 #define InvokeIfNonNull(Printf, ...) \ argument
27 if (Printf) \
28 Printf(__VA_ARGS__); \
34 : Printf(PrintfForWarnings) {} in OptionParser()
58 gwp_asan::Printf_t Printf = nullptr; member in __anona7061cf70111::OptionParser
67 InvokeIfNonNull(Printf, "GWP-ASan: Available options:\n"); in printOptionDescriptions()
69 InvokeIfNonNull(Printf, "\t%s\n\t\t- %s\n", Options[I].Name, in printOptionDescriptions()
92 InvokeIfNonNull(Printf, "GWP-ASan: Expected '=' when parsing option '%s'.", in parseOption()
103 InvokeIfNonNull(Printf, "GWP-ASan: Unterminated string in option '%s'.", in parseOption()
124 InvokeIfNonNull(Printf, "GWP-ASan: Options parsing failed.\n"); in parseOptions()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_errors.cpp48 Printf("%s", d.Error()); in Print()
52 Printf("%s", d.Default()); in Print()
63 Printf("%s", d.Error()); in Print()
69 Printf( in Print()
84 Printf( in Print()
103 Printf("%s", d.Error()); in Print()
124 Printf("%s", d.Error()); in Print()
142 Printf("%s", d.Error()); in Print()
155 Printf("%s", d.Error()); in Print()
373 Printf(" [1]:\n"); in Print()
[all …]
H A Dasan_rtl.cpp317 Printf("AddressSanitizer exit stats:\n"); in asan_atexit()
338 Printf("|| `[%p, %p]` || HighMem ||\n", in PrintAddressSpaceLayout()
340 Printf("|| `[%p, %p]` || HighShadow ||\n", in PrintAddressSpaceLayout()
344 Printf("|| `[%p, %p]` || ShadowGap3 ||\n", in PrintAddressSpaceLayout()
346 Printf("|| `[%p, %p]` || MidMem ||\n", in PrintAddressSpaceLayout()
353 Printf("|| `[%p, %p]` || ShadowGap ||\n", in PrintAddressSpaceLayout()
361 Printf("MemToShadow(shadow): %p %p", in PrintAddressSpaceLayout()
365 Printf(" %p %p", in PrintAddressSpaceLayout()
370 Printf(" %p %p", in PrintAddressSpaceLayout()
374 Printf("\n"); in PrintAddressSpaceLayout()
[all …]
H A Dasan_stats.cpp34 Printf("%s", prefix); in PrintMallocStatsArray()
37 Printf("%zu:%zu; ", i, array[i]); in PrintMallocStatsArray()
39 Printf("\n"); in PrintMallocStatsArray()
43 Printf("Stats: %zuM malloced (%zuM for red zones) by %zu calls\n", in Print()
45 Printf("Stats: %zuM realloced by %zu calls\n", realloced>>20, reallocs); in Print()
46 Printf("Stats: %zuM freed by %zu calls\n", freed>>20, frees); in Print()
47 Printf("Stats: %zuM really freed by %zu calls\n", in Print()
49 Printf("Stats: %zuM (%zuM-%zuM) mmaped; %zu maps, %zu unmaps\n", in Print()
54 Printf("Stats: malloc large: %zu\n", malloc_large); in Print()
128 Printf("Stats: StackDepot: %zd ids; %zdM allocated\n", in PrintAccumulatedStats()
H A Dasan_descriptions.cpp55 Printf("%s", str.data()); in DescribeThread()
60 Printf("%s", str.data()); in DescribeThread()
152 Printf("%s", str.data()); in PrintHeapChunkAccess()
183 Printf( in DescribeAddressIfHeap()
265 Printf("%s", str.data()); in PrintAccessAndVarIntersection()
298 Printf("%s", str.data()); in DescribeAddressRelativeToGlobal()
359 Printf("%s", d.Location()); in Print()
376 Printf("%s", d.Default()); in Print()
383 Printf( in Print()
401 Printf( in Print()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp105 Printf( in MaybePrintAndroidHelpUrl()
267 Printf( in PrintStackAllocations()
429 Printf("%s", s.data()); in PrintTagsAroundAddr()
724 Printf( in PrintHeapOrGlobalCandidate()
736 Printf( in PrintHeapOrGlobalCandidate()
742 Printf( in PrintHeapOrGlobalCandidate()
764 Printf( in PrintAddressDescription()
840 Printf("\n"); in PrintAddressDescription()
848 Printf( in PrintAddressDescription()
934 Printf( in ~TailOverwrittenReport()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp118 Printf("FREE[%zd] %p\n", N, ptr); in FreeHook()
332 Printf(" cov: %zd", N); in PrintStats()
334 Printf(" ft: %zd", N); in PrintStats()
339 Printf("/%zdb", N); in PrintStats()
341 Printf("/%zdKb", N >> 10); in PrintStats()
343 Printf("/%zdMb", N >> 20); in PrintStats()
346 Printf(" focus: %zd", FF); in PrintStats()
351 Printf(" units: %zd", Units); in PrintStats()
353 Printf(" exec/s: %zd", ExecPerSec); in PrintStats()
355 Printf("%s", End); in PrintStats()
[all …]
H A DFuzzerDriver.cpp93 Printf("Usage:\n"); in PrintHelp()
109 Printf(" %s", D.Name); in PrintHelp()
111 Printf(" "); in PrintHelp()
112 Printf("\t"); in PrintHelp()
165 Printf("Flag: %s %d\n", Name, Val); in ParseOneFlag()
226 Printf("pulse...\n"); in PulseThread()
241 Printf("%s\n", CommandLine.c_str()); in WorkerThread()
463 Printf("%s", CmdOutput.c_str()); in MinimizeCrashInput()
596 Printf("\""); in AnalyzeDictionary()
800 Printf("INFO: Seed: %u\n", Seed); in FuzzerDriver()
[all …]
H A DFuzzerUtil.cpp30 Printf("0x%x,", (unsigned)Data[i]); in PrintHexArray()
31 Printf("%s", PrintAfter); in PrintHexArray()
40 Printf("\\\\"); in PrintASCIIByte()
42 Printf("\\\""); in PrintASCIIByte()
44 Printf("%c", Byte); in PrintASCIIByte()
46 Printf("\\%03o", Byte); in PrintASCIIByte()
52 Printf("%s", PrintAfter); in PrintASCII()
129 Printf("ParseDictionaryFile: file does not exist or is empty\n"); in ParseDictionaryFile()
146 Printf("ParseDictionaryFile: error in line %d\n\t\t%s\n", LineNo, in ParseDictionaryFile()
202 Printf("%s", DescribePC(SymbolizedFMT, PC).c_str()); in PrintPC()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp175 s.Printf("\\e"); in TryDumpSpecialEscapedChar()
178 s.Printf("\\a"); in TryDumpSpecialEscapedChar()
181 s.Printf("\\b"); in TryDumpSpecialEscapedChar()
184 s.Printf("\\f"); in TryDumpSpecialEscapedChar()
187 s.Printf("\\n"); in TryDumpSpecialEscapedChar()
190 s.Printf("\\r"); in TryDumpSpecialEscapedChar()
193 s.Printf("\\t"); in TryDumpSpecialEscapedChar()
196 s.Printf("\\v"); in TryDumpSpecialEscapedChar()
199 s.Printf("\\0"); in TryDumpSpecialEscapedChar()
383 s->Printf("%*s", in DumpDataExtractor()
[all …]
H A DDeclaration.cpp22 s->Printf(":%u", m_line); in Dump()
24 s->Printf(":%u", m_column); in Dump()
27 s->Printf(", line = %u", m_line); in Dump()
29 s->Printf(":%u", m_column); in Dump()
31 s->Printf(", column = %u", m_column); in Dump()
43 s->Printf(":%u", m_line); in DumpStopContext()
45 s->Printf(":%u", m_column); in DumpStopContext()
48 s->Printf(" line %u", m_line); in DumpStopContext()
50 s->Printf(":%u", m_column); in DumpStopContext()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_rtl.cpp103 Printf("MemProfiler exit stats:\n"); in memprof_atexit()
116 Printf("|| `[%p, %p]` || HighMem ||\n", (void *)kHighMemBeg, in PrintAddressSpaceLayout()
121 Printf("|| `[%p, %p]` || ShadowGap ||\n", (void *)kShadowGapBeg, in PrintAddressSpaceLayout()
124 Printf("|| `[%p, %p]` || LowShadow ||\n", (void *)kLowShadowBeg, in PrintAddressSpaceLayout()
126 Printf("|| `[%p, %p]` || LowMem ||\n", (void *)kLowMemBeg, in PrintAddressSpaceLayout()
132 Printf(" %p %p", (void *)MEM_TO_SHADOW(kHighShadowBeg), in PrintAddressSpaceLayout()
135 Printf("\n"); in PrintAddressSpaceLayout()
136 Printf("malloc_context_size=%zu\n", in PrintAddressSpaceLayout()
139 Printf("SHADOW_SCALE: %d\n", (int)SHADOW_SCALE); in PrintAddressSpaceLayout()
140 Printf("SHADOW_GRANULARITY: %d\n", (int)SHADOW_GRANULARITY); in PrintAddressSpaceLayout()
[all …]
H A Dmemprof_stats.cpp33 Printf("%s", prefix); in PrintMallocStatsArray()
37 Printf("%zu:%zu; ", i, array[i]); in PrintMallocStatsArray()
39 Printf("\n"); in PrintMallocStatsArray()
43 Printf("Stats: %zuM malloced (%zuM for overhead) by %zu calls\n", in Print()
45 Printf("Stats: %zuM realloced by %zu calls\n", realloced >> 20, reallocs); in Print()
46 Printf("Stats: %zuM freed by %zu calls\n", freed >> 20, frees); in Print()
47 Printf("Stats: %zuM really freed by %zu calls\n", really_freed >> 20, in Print()
49 Printf("Stats: %zuM (%zuM-%zuM) mmaped; %zu maps, %zu unmaps\n", in Print()
54 Printf("Stats: malloc large: %zu\n", malloc_large); in Print()
119 Printf("Stats: StackDepot: %zd ids; %zdM allocated\n", in PrintAccumulatedStats()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanRunToAddress.cpp92 s->Printf("run to address with no addresses given."); in GetDescription()
95 s->Printf("run to address: "); in GetDescription()
97 s->Printf("run to addresses: "); in GetDescription()
101 s->Printf(" "); in GetDescription()
105 s->Printf("run to address with no addresses given."); in GetDescription()
108 s->Printf("Run to address: "); in GetDescription()
110 s->Printf("Run to addresses: "); in GetDescription()
115 s->Printf("\n"); in GetDescription()
120 s->Printf(" using breakpoint: %d - ", m_break_ids[i]); in GetDescription()
126 s->Printf("but the breakpoint has been deleted."); in GetDescription()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCoreMedia.cpp56 stream.Printf("indefinite"); in CMTimeSummaryProvider()
61 stream.Printf("+oo"); in CMTimeSummaryProvider()
66 stream.Printf("-oo"); in CMTimeSummaryProvider()
74 stream.Printf("%" PRId64 " seconds", value); in CMTimeSummaryProvider()
77 stream.Printf("%" PRId64 " half seconds", value); in CMTimeSummaryProvider()
80 stream.Printf("%" PRId64 " third%sof a second", value, in CMTimeSummaryProvider()
84 stream.Printf("%" PRId64 " %" PRId32 "th%sof a second", value, timescale, in CMTimeSummaryProvider()
H A DCF.cpp39 stream.Printf("%04d-%02d-%02d %02d:%02d:%02d %s", tm_date->tm_year + 1900, in CFAbsoluteTimeSummaryProvider()
100 stream.Printf("\"%u value%s\"", count, (count == 1 ? "" : "s")); in CFBagSummaryProvider()
190 stream.Printf("%c", bit7 ? '1' : '0'); in CFBitVectorSummaryProvider()
194 stream.Printf("%c", bit6 ? '1' : '0'); in CFBitVectorSummaryProvider()
198 stream.Printf("%c", bit5 ? '1' : '0'); in CFBitVectorSummaryProvider()
202 stream.Printf("%c", bit4 ? '1' : '0'); in CFBitVectorSummaryProvider()
206 stream.Printf("%c", bit3 ? '1' : '0'); in CFBitVectorSummaryProvider()
210 stream.Printf("%c", bit2 ? '1' : '0'); in CFBitVectorSummaryProvider()
214 stream.Printf("%c", bit1 ? '1' : '0'); in CFBitVectorSummaryProvider()
218 stream.Printf("%c", bit0 ? '1' : '0'); in CFBitVectorSummaryProvider()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp165 s.Printf("reg(%u)", reg_num); in DumpRegisterName()
235 s.Printf(" AFA="); in Dump()
239 s.Printf(" => "); in Dump()
514 s.Printf("yes.\n"); in Dump()
517 s.Printf("no.\n"); in Dump()
520 s.Printf("not specified.\n"); in Dump()
526 s.Printf("yes.\n"); in Dump()
529 s.Printf("no.\n"); in Dump()
538 s.Printf("yes.\n"); in Dump()
541 s.Printf("no.\n"); in Dump()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp107 error_sp->Printf("REPL requires a running target process.\n"); in IOHandlerActivated()
206 error_sp->Printf("file at path '%s' too large: " in ReadCode()
389 error_sp->Printf("%s\n", error.AsCString()); in IOHandlerInputComplete()
397 error_sp->Printf(ANSI_ESCAPE1(ANSI_CTRL_BOLD)); in IOHandlerInputComplete()
399 error_sp->Printf("Execution interrupted. "); in IOHandlerInputComplete()
401 error_sp->Printf(ANSI_ESCAPE1(ANSI_CTRL_NORMAL)); in IOHandlerInputComplete()
411 error_sp->Printf(ANSI_ESCAPE1(ANSI_CTRL_BOLD)); in IOHandlerInputComplete()
415 error_sp->Printf(ANSI_ESCAPE1(ANSI_CTRL_NORMAL)); in IOHandlerInputComplete()
428 error_sp->Printf("error: timeout\n"); in IOHandlerInputComplete()
482 output_sp->Printf("\n"); in IOHandlerInputComplete()
[all …]
/freebsd/usr.sbin/traceroute/
H A Dtraceroute.c1079 Printf("\n"); in main()
1092 Printf(" !"); in main()
1107 Printf(" !"); in main()
1114 Printf(" !N"); in main()
1119 Printf(" !H"); in main()
1124 Printf(" !P"); in main()
1196 Printf(" *"); in main()
1279 Printf("]\n"); in send_probe()
2056 Printf("\n"); in pkt_compare()
2060 Printf("__"); in pkt_compare()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectHelp.cpp31 s->Printf("'%s' is not a known command.\n", command_str.c_str()); in GenerateAdditionalHelpAvenuesMessage()
32 s->Printf("Try '%shelp' to see a current list of commands.\n", in GenerateAdditionalHelpAvenuesMessage()
35 s->Printf("Try '%sapropos %s' for a list of related commands.\n", in GenerateAdditionalHelpAvenuesMessage()
39 s->Printf("Try '%stype lookup %s' for information on types, methods, " in GenerateAdditionalHelpAvenuesMessage()
138 s.Printf("ambiguous command %s", cmd_string.c_str()); in DoExecute()
141 s.Printf("\n\t%s", matches.GetStringAtIndex(match_idx)); in DoExecute()
143 s.Printf("\n"); in DoExecute()
157 result.GetOutputStream().Printf( in DoExecute()
171 result.GetOutputStream().Printf("\n'%s' is an abbreviation for %s\n", in DoExecute()
176 output_strm.Printf("Help requested with ambiguous command name, possible " in DoExecute()
[all …]

12345678910>>...17