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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DECSpecialTags.cpp91 wxString tmp_fmt; local
96 tmp_fmt = wxT("%llu");
99 tmp_fmt = wxT("%.2f%%"); // it's used for percentages
102 tmp_fmt = wxT("%s");
104 CFormat tmp_format(wxT(" (") + tmp_fmt + wxT(")"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/
H A Dconfigure6006 tmp_fmt=""
6011 tmp_fmt="PRId64"
6016 tmp_fmt="PRId32"
6021 tmp_fmt="PRId16"
6045 if test -z "$tmp_fmt"; then
6050 as_ac_HaveDef=`$as_echo "curl_cv_have_def_$tmp_fmt" | $as_tr_sh`
6051 as_ac_Def=`$as_echo "curl_cv_def_$tmp_fmt" | $as_tr_sh`
6064 #ifdef $tmp_fmt
6065 CURL_DEF_TOKEN $tmp_fmt
6076 if test -z "$tmp_exp" || test "$tmp_exp" = "$tmp_fmt"; the
[all...]

Completed in 50 milliseconds