Home
last modified time | relevance | path

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

/external/bison/lib/
Dvasnprintf.c2657 DCHAR_T *tmpdst; in VASNPRINTF() local
2792 tmpdst = in VASNPRINTF()
2798 if (tmpdst == NULL) in VASNPRINTF()
2909 DCHAR_CPY (result + length, tmpdst, tmpdst_len); in VASNPRINTF()
2910 free (tmpdst); in VASNPRINTF()
5323 DCHAR_T *tmpdst; in VASNPRINTF() local
5332 tmpdst = in VASNPRINTF()
5338 if (tmpdst == NULL) in VASNPRINTF()
5350 DCHAR_CPY (result + length, tmpdst, tmpdst_len); in VASNPRINTF()
5351 free (tmpdst); in VASNPRINTF()
[all …]