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