Searched refs:tmp_memsize (Results 1 – 1 of 1) sorted by relevance
492 size_t tmp_memsize = xtimes (tmp_length, sizeof (CHAR_T)); in VASNPRINTF() local494 if (size_overflow_p (tmp_memsize)) in VASNPRINTF()497 tmp = (CHAR_T *) malloc (tmp_memsize); in VASNPRINTF()