Searched refs:bsiz (Results 1 – 1 of 1) sorted by relevance
1053 static size_t bsiz; in wstr2str() local1059 while (bsiz < (wcslen(from) * mb_cur_max + 1)) { in wstr2str()1060 if ((p = realloc(retbuf, bsiz + 256)) == NULL) in wstr2str()1062 bsiz += 256; in wstr2str()1097 static size_t bsiz; in str2wstr() local1103 while (bsiz < (strlen(from) + 1)) { in str2wstr()1105 (bsiz + 256) * sizeof (wchar_t))) == NULL) { in str2wstr()1108 bsiz += 256; in str2wstr()