Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dvasnprintf.c500 size_t tmp_memsize = xtimes (tmp_length, sizeof (CHAR_T)); in VASNPRINTF() local
502 if (size_overflow_p (tmp_memsize)) in VASNPRINTF()
505 tmp = (CHAR_T *) malloc (tmp_memsize); in VASNPRINTF()
/netbsd-src/external/gpl2/texinfo/dist/intl/
H A Dvasnprintf.c491 size_t tmp_memsize = xtimes (tmp_length, sizeof (CHAR_T)); in VASNPRINTF() local
493 if (size_overflow_p (tmp_memsize)) in VASNPRINTF()
496 tmp = (CHAR_T *) malloc (tmp_memsize); in VASNPRINTF()
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
H A Dvasnprintf.c488 size_t tmp_memsize = xtimes (tmp_length, sizeof (CHAR_T)); in VASNPRINTF() local
490 if (size_overflow_p (tmp_memsize)) in VASNPRINTF()
493 tmp = (CHAR_T *) malloc (tmp_memsize); in VASNPRINTF()
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dvasnprintf.c488 size_t tmp_memsize = xtimes (tmp_length, sizeof (CHAR_T)); in VASNPRINTF() local
490 if (size_overflow_p (tmp_memsize)) in VASNPRINTF()
493 tmp = (CHAR_T *) malloc (tmp_memsize); in VASNPRINTF()