Home
last modified time | relevance | path

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

/glibc-2.36/catgets/
Dgencat.c272 iconv_t cd_towc = (iconv_t) -1; in read_input_file() local
533 if (cd_towc == (iconv_t) -1 in read_input_file()
534 && open_conversion (codeset, &cd_towc, &cd_tomb, in read_input_file()
551 iconv (cd_towc, NULL, NULL, NULL, NULL); in read_input_file()
553 iconv (cd_towc, &bufptr, &buflen, &wbufptr, &wbuflen); in read_input_file()
689 if (cd_towc == (iconv_t) -1 in read_input_file()
690 && open_conversion (codeset, &cd_towc, &cd_tomb, in read_input_file()
707 iconv (cd_towc, NULL, NULL, NULL, NULL); in read_input_file()
709 iconv (cd_towc, &inbuf, &inlen, &outbuf, &outlen); in read_input_file()
734 normalize_line (fname, start_line, cd_towc, wbuf, in read_input_file()
[all …]