Searched refs:iconv_xlat (Results 1 – 3 of 3) sorted by relevance
43 MODULE_DEPEND(iconv_xlat, libiconv, 2, 2, 2);49 struct iconv_xlat { struct59 struct iconv_xlat *dp; in iconv_xlat_open() argument61 dp = (struct iconv_xlat *)kobj_create((struct kobj_class*)dcp, M_ICONV, M_WAITOK); in iconv_xlat_open()72 struct iconv_xlat *dp = data; in iconv_xlat_close()84 struct iconv_xlat *dp = (struct iconv_xlat*)d2p; in iconv_xlat_conv()126 KICONV_CONVERTER(xlat, sizeof(struct iconv_xlat));
6 SRCS= iconv.c iconv_ucs.c iconv_xlat.c iconv_xlat16.c
3454 libkern/iconv_xlat.c optional libiconv