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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dvasnprintf.c2156 size_t tmp_memsize = xtimes (tmp_length, sizeof (DCHAR_T)); local
2158 if (size_overflow_p (tmp_memsize))
2161 tmp = (DCHAR_T *) malloc (tmp_memsize);
2698 size_t tmp_memsize = xtimes (tmp_length, sizeof (DCHAR_T)); local
2700 if (size_overflow_p (tmp_memsize))
2703 tmp = (DCHAR_T *) malloc (tmp_memsize);
3856 size_t tmp_memsize = xtimes (tmp_length, sizeof (TCHAR_T)); local
3858 if (size_overflow_p (tmp_memsize))
3861 tmp = (TCHAR_T *) malloc (tmp_memsize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dvasnprintf.c2156 size_t tmp_memsize = xtimes (tmp_length, sizeof (DCHAR_T)); local
2158 if (size_overflow_p (tmp_memsize))
2161 tmp = (DCHAR_T *) malloc (tmp_memsize);
2698 size_t tmp_memsize = xtimes (tmp_length, sizeof (DCHAR_T)); local
2700 if (size_overflow_p (tmp_memsize))
2703 tmp = (DCHAR_T *) malloc (tmp_memsize);
3856 size_t tmp_memsize = xtimes (tmp_length, sizeof (TCHAR_T)); local
3858 if (size_overflow_p (tmp_memsize))
3861 tmp = (TCHAR_T *) malloc (tmp_memsize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dvasnprintf.c3010 size_t tmp_memsize = xtimes (tmp_length, sizeof (DCHAR_T)); local
3012 if (size_overflow_p (tmp_memsize))
3015 tmp = (DCHAR_T *) malloc (tmp_memsize);
3556 size_t tmp_memsize = xtimes (tmp_length, sizeof (DCHAR_T)); local
3558 if (size_overflow_p (tmp_memsize))
3561 tmp = (DCHAR_T *) malloc (tmp_memsize);
4722 size_t tmp_memsize = xtimes (tmp_length, sizeof (TCHAR_T)); local
4724 if (size_overflow_p (tmp_memsize))
4727 tmp = (TCHAR_T *) malloc (tmp_memsize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dvasnprintf.c2155 size_t tmp_memsize = xtimes (tmp_length, sizeof (DCHAR_T)); local
2157 if (size_overflow_p (tmp_memsize))
2160 tmp = (DCHAR_T *) malloc (tmp_memsize);
2697 size_t tmp_memsize = xtimes (tmp_length, sizeof (DCHAR_T)); local
2699 if (size_overflow_p (tmp_memsize))
2702 tmp = (DCHAR_T *) malloc (tmp_memsize);
3855 size_t tmp_memsize = xtimes (tmp_length, sizeof (TCHAR_T)); local
3857 if (size_overflow_p (tmp_memsize))
3860 tmp = (TCHAR_T *) malloc (tmp_memsize);

Completed in 100 milliseconds