Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPythonInterface.h82 std::string format_buffer; in Dispatch() local
85 FormatArgs(format_buffer, args...); in Dispatch()
87 format = const_cast<char *>(format_buffer.c_str()); in Dispatch()
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp2209 static int format_buffer(char *str, size_t size, const char *fmt, in format_buffer() function
2393 int ret = format_buffer(str, ~0ul, format, va_labels, ret_label, nullptr, in __dfsw_sprintf()
2407 int ret = format_buffer(str, ~0ul, format, va_labels, ret_label, va_origins, in __dfso_sprintf()
2420 int ret = format_buffer(str, size, format, va_labels, ret_label, nullptr, in __dfsw_snprintf()
2435 int ret = format_buffer(str, size, format, va_labels, ret_label, va_origins, in __dfso_snprintf()