Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp2156 char *tmp_fmt = build_format_string(); in format() local
2158 snprintf(str + str_off, str_off < size ? size - str_off : 0, tmp_fmt, in format()
2160 free(tmp_fmt); in format()
2165 char *tmp_fmt = build_format_string(); in format() local
2169 tmp_fmt, width, arg); in format()
2172 tmp_fmt, arg); in format()
2174 free(tmp_fmt); in format()