Searched refs:id_c2w (Results 1 – 1 of 1) sorted by relevance
378 iconv_t id_c2w, id_w2c; in conv_enc() local388 if ((id_c2w = iconv_open(codeset(), enc)) == in conv_enc()395 id_c2w = (iconv_t)-1; in conv_enc()408 if ((id_c2w = iconv_open(codeset(), enc)) == in conv_enc()412 id_c2w = (iconv_t)-1; in conv_enc()429 *c2w = id_c2w; in conv_enc()