Home
last modified time | relevance | path

Searched refs:tmp_memsize (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/cvs-1.12/lib/
H A Dvasnprintf.c492 size_t tmp_memsize = xtimes (tmp_length, sizeof (CHAR_T)); in VASNPRINTF() local
494 if (size_overflow_p (tmp_memsize)) in VASNPRINTF()
497 tmp = (CHAR_T *) malloc (tmp_memsize); in VASNPRINTF()