Searched refs:Sprintf (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 536 static std::string Sprintf(const char *format, ...) { in Sprintf() function 684 summary = summary + " at " + Sprintf("0x%llx", addr); in GenerateSummary() 692 summary = summary + " on file descriptor " + Sprintf("%d", fd); in GenerateSummary() 740 result = Sprintf("'%s' is a global variable (0x%llx)", in GetLocationDescription() 743 result = Sprintf("0x%llx is a global variable", global_addr); in GetLocationDescription() 766 result = Sprintf("Location is a %ld-byte %s object at 0x%llx", size, in GetLocationDescription() 770 Sprintf("Location is a %ld-byte heap object at 0x%llx", size, addr); in GetLocationDescription() 777 result = Sprintf("Location is stack of thread %d", tid); in GetLocationDescription() 783 result = Sprintf("Location is TLS of thread %d", tid); in GetLocationDescription() 789 result = Sprintf("Location is file descriptor %d", fd); in GetLocationDescription() [all …]
|
| /openbsd-src/regress/lib/libcrypto/c2sp/ |
| H A D | cctv.go | 93 return fmt.Sprintf("%v", flags)
|
| /openbsd-src/regress/lib/libtls/gotls/ |
| H A D | tls.go | 34 return fmt.Sprintf("unknown protocol version %x", uint32(pv))
|
| /openbsd-src/regress/lib/libcrypto/wycheproof/ |
| H A D | wycheproof.go | 123 return fmt.Sprintf("Test case %d (%q) %v %v", tcid, comment, flags, result)
|