Searched refs:tmp_memsize (Results 1 – 4 of 4) sorted by relevance
500 size_t tmp_memsize = xtimes (tmp_length, sizeof (CHAR_T)); in VASNPRINTF() local502 if (size_overflow_p (tmp_memsize)) in VASNPRINTF()505 tmp = (CHAR_T *) malloc (tmp_memsize); in VASNPRINTF()
491 size_t tmp_memsize = xtimes (tmp_length, sizeof (CHAR_T)); in VASNPRINTF() local493 if (size_overflow_p (tmp_memsize)) in VASNPRINTF()496 tmp = (CHAR_T *) malloc (tmp_memsize); in VASNPRINTF()
488 size_t tmp_memsize = xtimes (tmp_length, sizeof (CHAR_T)); in VASNPRINTF() local490 if (size_overflow_p (tmp_memsize)) in VASNPRINTF()493 tmp = (CHAR_T *) malloc (tmp_memsize); in VASNPRINTF()