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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dvasnprintf.c1766 size_t buf_neededlength; local
1779 buf_neededlength =
1782 if (buf_neededlength < 4000 / sizeof (TCHAR_T))
1784 buf = (TCHAR_T *) alloca (buf_neededlength * sizeof (TCHAR_T));
1790 size_t buf_memsize = xtimes (buf_neededlength, sizeof (TCHAR_T));

Completed in 33 milliseconds