Home | History | Annotate | Download | only in lib

Lines Matching refs:tmp_memsize

3041                     size_t tmp_memsize = xtimes (tmp_length, sizeof (DCHAR_T));
3043 if (size_overflow_p (tmp_memsize))
3046 tmp = (DCHAR_T *) malloc (tmp_memsize);
3587 size_t tmp_memsize = xtimes (tmp_length, sizeof (DCHAR_T));
3589 if (size_overflow_p (tmp_memsize))
3592 tmp = (DCHAR_T *) malloc (tmp_memsize);
4754 size_t tmp_memsize = xtimes (tmp_length, sizeof (TCHAR_T));
4756 if (size_overflow_p (tmp_memsize))
4759 tmp = (TCHAR_T *) malloc (tmp_memsize);