Home
last modified time | relevance | path

Searched refs:Sprintf (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp535 static std::string Sprintf(const char *format, ...) { in Sprintf() function
683 summary = summary + " at " + Sprintf("0x%llx", addr); in GenerateSummary()
739 result = Sprintf("'%s' is a global variable (0x%llx)", in GetLocationDescription()
782 result = Sprintf("Location is TLS of thread %d", tid); in GetLocationDescription()
788 result = Sprintf("Location is file descriptor %d", fd); in GetLocationDescription()
956 std::string addr_string = Sprintf(" at 0x%llx", addr); in GenerateThreadName()
965 result = Sprintf("%s access by thread %d", in GenerateThreadName()
971 result = Sprintf("%s%s of size %d%s by thread %d", in GenerateThreadName()
980 result = Sprintf("Thread %d created", thread_id); in GenerateThreadName()
1002 result = Sprintf("Mutex M%d created", mutex_id); in GenerateThreadName()
[all …]
/freebsd-13.1/contrib/gdtoa/
H A Dstdio1.h61 extern int Sprintf ANSI((char*, const char*, ...));
95 #define sprintf Sprintf
H A Dprintf.c01403 Sprintf