Home
last modified time | relevance | path

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

/external/bison/lib/
Dvasnprintf.c2658 size_t tmpdst_len; in VASNPRINTF() local
2797 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() local
5337 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()