Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp536 static std::string Sprintf(const char *format, ...) { in Sprintf() function
683 summary = summary + " at " + Sprintf("0x%llx", addr); in GenerateSummary()
738 result = Sprintf("'%s' is a global variable (0x%llx)", in GetLocationDescription()
775 result = Sprintf("Location is stack of thread %d", tid); in GetLocationDescription()
781 result = Sprintf("Location is TLS of thread %d", tid); in GetLocationDescription()
787 result = Sprintf("Location is file descriptor %d", fd); in GetLocationDescription()
958 std::string addr_string = Sprintf(" at 0x%llx", addr); in GenerateThreadName()
967 result = Sprintf("%s access by thread %d", in GenerateThreadName()
982 result = Sprintf("Thread %zu created", thread_id); in GenerateThreadName()
1004 result = Sprintf("Mutex M%d created", mutex_id); in GenerateThreadName()
[all …]
/freebsd/contrib/gdtoa/
H A Dstdio1.h61 extern int Sprintf ANSI((char*, const char*, ...));
95 #define sprintf Sprintf
H A Dprintf.c01403 Sprintf