Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport_linux.cpp29 formatString( in reportMapError()
39 formatString(Error, sizeof(Error), in reportUnmapError()
48 formatString( in reportProtectError()
H A Dstring_utils.cpp118 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 Dstring_utils.h37 int formatString(char *Buffer, uptr BufferLength, const char *Format, ...)
H A Dfuchsia.cpp38 formatString(Error, sizeof(Error), in dieOnError()
H A Dmem_map_fuchsia.cpp26 formatString(Error, sizeof(Error), in dieOnError()