Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp2179 char *tmp_fmt = build_format_string(); in format() local
2181 snprintf(str + str_off, str_off < size ? size - str_off : 0, tmp_fmt, in format()
2183 free(tmp_fmt); in format()
2188 char *tmp_fmt = build_format_string(); in format() local
2192 tmp_fmt, width, arg); in format()
2195 tmp_fmt, arg); in format()
2197 free(tmp_fmt); in format()
2450 char *tmp_fmt = build_format_string_with_n(); in check_match_ordinary() local
2452 sscanf(str + str_off, tmp_fmt, &read_count); in check_match_ordinary()
2453 free(tmp_fmt); in check_match_ordinary()
[all …]