Searched refs:buf_memsize (Results 1 – 2 of 2) sorted by relevance
158 size_t buf_memsize = xtimes (buf_neededlength, sizeof (CHAR_T)); in VASNPRINTF() local159 if (size_overflow_p (buf_memsize)) in VASNPRINTF()161 buf = (CHAR_T *) malloc (buf_memsize); in VASNPRINTF()
1821 size_t buf_memsize = xtimes (buf_neededlength, sizeof (TCHAR_T)); in VASNPRINTF() local1822 if (size_overflow_p (buf_memsize)) in VASNPRINTF()1824 buf = (TCHAR_T *) malloc (buf_memsize); in VASNPRINTF()