Searched refs:formatString (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | report_linux.cpp | 29 formatString( in reportMapError() 39 formatString(Error, sizeof(Error), in reportUnmapError() 48 formatString( in reportProtectError()
|
| H A D | string_utils.cpp | 118 static int formatString(char *Buffer, uptr BufferLength, const char *Format, in formatString() function 235 int formatString(char *Buffer, uptr BufferLength, const char *Format, ...) { in formatString() function 238 int Res = formatString(Buffer, BufferLength, Format, Args); in formatString() 251 static_cast<uptr>(formatString(C, sizeof(C), Format, Args)) + 1; in vappend() 254 const uptr FormattedLength = static_cast<uptr>(formatString( in vappend()
|
| H A D | string_utils.h | 37 int formatString(char *Buffer, uptr BufferLength, const char *Format, ...)
|
| H A D | fuchsia.cpp | 38 formatString(Error, sizeof(Error), in dieOnError()
|
| H A D | mem_map_fuchsia.cpp | 26 formatString(Error, sizeof(Error), in dieOnError()
|