Lines Matching refs:th
1029 wchar_t *tp, *th; in _mbsntowcs() local
1041 th = (wchar_t *)Xmalloc(sizeof (wchar_t) * tbufsize); in _mbsntowcs()
1054 tp = th; in _mbsntowcs()
1070 th = (wchar_t *)Xrealloc(th, in _mbsntowcs()
1072 tp = th + tbufsize - nc; in _mbsntowcs()
1080 *bufhead = th; in _mbsntowcs()
1081 return ((size_t)(tp - th)); in _mbsntowcs()
1085 th = (wchar_t *)Xrealloc(th, in _mbsntowcs()
1087 tp = th + tbufsize; in _mbsntowcs()
1109 th = (wchar_t *)Xrealloc(th, in _mbsntowcs()
1111 tp = th + tbufsize - nc; in _mbsntowcs()
1117 *bufhead = th; in _mbsntowcs()
1118 return ((size_t)(tp - th)); in _mbsntowcs()