Searched refs:tmpdst_len (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dvasnprintf.c2627 size_t tmpdst_len; local
2766 NULL, &tmpdst_len);
2877 ENSURE_ALLOCATION (xsum (length, tmpdst_len));
2878 DCHAR_CPY (result + length, tmpdst, tmpdst_len);
2880 length += tmpdst_len;
5285 size_t tmpdst_len; local
5299 NULL, &tmpdst_len);
5311 ENSURE_ALLOCATION (xsum (length, tmpdst_len));
5312 DCHAR_CPY (result + length, tmpdst, tmpdst_len);
5314 count = tmpdst_len;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dvasnprintf.c4393 size_t tmpdst_len; local
4403 tmpdst_len = 0;
4408 &tmpdst, &tmpdst_len)
4420 ENSURE_ALLOCATION (xsum (length, tmpdst_len));
4421 DCHAR_CPY (result + length, tmpdst, tmpdst_len);
4423 count = tmpdst_len;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dvasnprintf.c4393 size_t tmpdst_len; local
4403 tmpdst_len = 0;
4408 &tmpdst, &tmpdst_len)
4420 ENSURE_ALLOCATION (xsum (length, tmpdst_len));
4421 DCHAR_CPY (result + length, tmpdst, tmpdst_len);
4423 count = tmpdst_len;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dvasnprintf.c4392 size_t tmpdst_len; local
4402 tmpdst_len = 0;
4407 &tmpdst, &tmpdst_len)
4419 ENSURE_ALLOCATION (xsum (length, tmpdst_len));
4420 DCHAR_CPY (result + length, tmpdst, tmpdst_len);
4422 count = tmpdst_len;

Completed in 182 milliseconds