else
result = inbuf - (const unsigned char *) s;
}
- else if (status == __GCONV_INCOMPLETE_INPUT)
+ else if (status == GCONV_INCOMPLETE_INPUT)
result = (size_t) -2;
else
{
&data, &inbuf, srcend,
&result, 0);
- result += (wchar_t *) data.__outbuf - buf;
+ result += (wchar_t *) data.outbuf - buf;
}
while (status == GCONV_FULL_OUTPUT);
(const unsigned char **) src,
srcend, &result, 0);
- result = (wchar_t *) data.__outbuf - dst;
+ result = (wchar_t *) data.outbuf - dst;
/* We have to determine whether the last character converted
is the NUL character. */