Searched refs:iconv_xlat (Results 1 – 3 of 3) sorted by relevance
42 MODULE_DEPEND(iconv_xlat, libiconv, 2, 2, 2);48 struct iconv_xlat { struct58 struct iconv_xlat *dp; in iconv_xlat_open() argument60 dp = (struct iconv_xlat *)kobj_create((struct kobj_class*)dcp, M_ICONV, M_WAITOK); in iconv_xlat_open()71 struct iconv_xlat *dp = data; in iconv_xlat_close()83 struct iconv_xlat *dp = (struct iconv_xlat*)d2p; in iconv_xlat_conv()125 KICONV_CONVERTER(xlat, sizeof(struct iconv_xlat));
4 SRCS= iconv.c iconv_ucs.c iconv_xlat.c iconv_xlat16.c
4073 libkern/iconv_xlat.c optional libiconv