Home
last modified time | relevance | path

Searched refs:buff_length (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cpp128 int VSNPrintf(char *buff, int buff_length, in VSNPrintf() argument
134 RAW_CHECK(buff_length > 0); in VSNPrintf()
135 const char *buff_end = &buff[buff_length - 1]; in VSNPrintf()
/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_utils.cpp35 extern int VSNPrintf(char *buff, int buff_length, const char *format,