Lines Matching refs:th
1027 wchar_t *tp, *th; in _mbsntowcs() local
1039 th = (wchar_t *)Xmalloc(sizeof (wchar_t) * tbufsize); in _mbsntowcs()
1052 tp = th; in _mbsntowcs()
1068 th = (wchar_t *)Xrealloc(th, in _mbsntowcs()
1070 tp = th + tbufsize - nc; in _mbsntowcs()
1078 *bufhead = th; in _mbsntowcs()
1079 return ((size_t)(tp - th)); in _mbsntowcs()
1083 th = (wchar_t *)Xrealloc(th, in _mbsntowcs()
1085 tp = th + tbufsize; in _mbsntowcs()
1107 th = (wchar_t *)Xrealloc(th, in _mbsntowcs()
1109 tp = th + tbufsize - nc; in _mbsntowcs()
1115 *bufhead = th; in _mbsntowcs()
1116 return ((size_t)(tp - th)); in _mbsntowcs()