Searched refs:tmpdst_len (Results 1 – 1 of 1) sorted by relevance
2658 size_t tmpdst_len; in VASNPRINTF() local2797 NULL, &tmpdst_len); in VASNPRINTF()2908 ENSURE_ALLOCATION (xsum (length, tmpdst_len)); in VASNPRINTF()2909 DCHAR_CPY (result + length, tmpdst, tmpdst_len); in VASNPRINTF()2911 length += tmpdst_len; in VASNPRINTF()5324 size_t tmpdst_len; in VASNPRINTF() local5337 NULL, &tmpdst_len); in VASNPRINTF()5349 ENSURE_ALLOCATION (xsum (length, tmpdst_len)); in VASNPRINTF()5350 DCHAR_CPY (result + length, tmpdst, tmpdst_len); in VASNPRINTF()5352 count = tmpdst_len; in VASNPRINTF()