Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp118 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 Dcommon.cpp28 formatString( in dieOnMapUnmapError()
H A Dstring_utils.h36 int formatString(char *Buffer, uptr BufferLength, const char *Format, ...);