Searched defs:tmpdst (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dvasnprintf.c2626 DCHAR_T *tmpdst; local
2761 tmpdst =
2767 if (tmpdst == NULL)
2878 DCHAR_CPY (result + length, tmpdst, tmpdst_len);
2879 free (tmpdst);
5284 DCHAR_T *tmpdst; local
5294 tmpdst =
5300 if (tmpdst == NULL)
5312 DCHAR_CPY (result + length, tmpdst, tmpdst_len);
5313 free (tmpdst);
5328 DCHAR_T *tmpdst; local
[all...]

Completed in 37 milliseconds