Searched refs:f_ctp (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/libkern/
H A Diconv_xlat16.c55 void * f_ctp; member in struct:iconv_xlat16
82 if (iconv_open(KICONV_WCTYPE_NAME, csp->cp_from, &dp->f_ctp) != 0)
83 dp->f_ctp = NULL;
87 dp->f_ctp = dp->t_ctp = dp;
101 if (dp->f_ctp && dp->f_ctp != data)
102 iconv_close(dp->f_ctp);
150 if (casetype == KICONV_FROM_LOWER && dp->f_ctp)
152 dp->f_ctp);
153 else if (casetype == KICONV_FROM_UPPER && dp->f_ctp)
[all...]
H A Diconv_ucs.c83 void * f_ctp; member in struct:iconv_ucs
115 dp->f_ctp = dp->t_ctp = NULL;
119 iconv_open(ENCODING_UNICODE, from, &dp->f_ctp);
150 if (dp->f_ctp)
151 iconv_close(dp->f_ctp);
233 } else if (dp->convtype & KICONV_UCS_COMBINE && dp->f_ctp) {
238 ret = iconv_convchr_case(dp->f_ctp, &p, &inlen, (char **)&q,

Completed in 65 milliseconds