Home
last modified time | relevance | path

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

/external/compiler-rt/lib/dfsan/
Ddfsan_custom.cc966 static int format_buffer(char *str, size_t size, const char *fmt, in format_buffer() function
1119 int ret = format_buffer(str, ~0ul, format, va_labels, ret_label, ap); in __dfsw_sprintf()
1131 int ret = format_buffer(str, size, format, va_labels, ret_label, ap); in __dfsw_snprintf()