Home | History | Annotate | Download | only in lib

Lines Matching full:tmpsrc

2656                   TCHAR_T *tmpsrc;
2757 tmpsrc = (TCHAR_T *) malloc (characters * sizeof (TCHAR_T));
2758 if (tmpsrc == NULL)
2761 TCHAR_T *tmpptr = tmpsrc;
2795 tmpsrc, characters,
2801 free (tmpsrc);
2810 free (tmpsrc);
5322 const TCHAR_T *tmpsrc;
5328 tmpsrc = (TCHAR_T *) (result + length);
5330 tmpsrc = tmp;
5335 tmpsrc, count,
5365 const TCHAR_T *tmpsrc;
5372 tmpsrc = (TCHAR_T *) (result + length);
5373 /* ENSURE_ALLOCATION will not move tmpsrc
5382 tmpsrc = (TCHAR_T *) (result + length);
5385 tmpsrc = tmp;
5390 tmpsrc += count;
5393 *--tmpdst = (unsigned char) *--tmpsrc;