Home
last modified time | relevance | path

Searched refs:wbufptr (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/catgets/
Dgencat.c524 char *wbufptr; in read_input_file() local
547 wbufptr = (char *) wbuf; in read_input_file()
553 iconv (cd_towc, &bufptr, &buflen, &wbufptr, &wbuflen); in read_input_file()
554 if (buflen != 0 || (wchar_t *) wbufptr != &wbuf[2]) in read_input_file()
1309 char *wbufptr; in open_conversion() local
1343 wbufptr = (char *) wbuf; in open_conversion()
1346 iconv (*cd_towcp, &bufptr, &bufsize, &wbufptr, &wbufsize); in open_conversion()