Searched refs:cd_tomb (Results 1 – 1 of 1) sorted by relevance
/glibc-2.36/catgets/ |
D | gencat.c | 273 iconv_t cd_tomb = (iconv_t) -1; in read_input_file() local 534 && open_conversion (codeset, &cd_towc, &cd_tomb, in read_input_file() 690 && open_conversion (codeset, &cd_towc, &cd_tomb, in read_input_file() 759 iconv (cd_tomb, NULL, NULL, NULL, NULL); in read_input_file() 761 iconv (cd_tomb, &inbuf, &inlen, &outbuf, &outlen); in read_input_file() 830 iconv_close (cd_tomb); in read_input_file()
|