Searched refs:tmp_fmt (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/lib/dfsan/ |
D | dfsan_custom.cc | 892 char *tmp_fmt = build_format_string(); in format() local 894 snprintf(str + str_off, str_off < size ? size - str_off : 0, tmp_fmt, in format() 896 free(tmp_fmt); in format() 901 char *tmp_fmt = build_format_string(); in format() local 905 tmp_fmt, width, arg); in format() 908 tmp_fmt, arg); in format() 910 free(tmp_fmt); in format()
|
/external/curl/ |
D | acinclude.m4 | 2677 tmp_fmt="" 2682 tmp_fmt="PRId64" 2687 tmp_fmt="PRId32" 2692 tmp_fmt="PRId16" 2705 if test -z "$tmp_fmt"; then 2709 CURL_CHECK_DEF([$tmp_fmt], [$curl_includes_inttypes], [silent]) 2710 AS_VAR_PUSHDEF([tmp_HaveFmtDef], [curl_cv_have_def_$tmp_fmt])dnl 2711 AS_VAR_PUSHDEF([tmp_FmtDef], [curl_cv_def_$tmp_fmt])dnl
|