Searched refs:formatString (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | string_utils.cpp | 118 static int formatString(char *Buffer, uptr BufferLength, const char *Format, in formatString() function 213 int formatString(char *Buffer, uptr BufferLength, const char *Format, ...) { in formatString() function 216 int Res = formatString(Buffer, BufferLength, Format, Args); in formatString() 229 static_cast<uptr>(formatString(C, sizeof(C), Format, Args)) + 1; in append() 232 const uptr FormattedLength = static_cast<uptr>(formatString( in append()
|
| H A D | common.cpp | 28 formatString( in dieOnMapUnmapError()
|
| H A D | string_utils.h | 36 int formatString(char *Buffer, uptr BufferLength, const char *Format, ...);
|