Home
last modified time | relevance | path

Searched refs:iconv_xlat (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/libkern/
HDiconv_xlat.c43 MODULE_DEPEND(iconv_xlat, libiconv, 2, 2, 2);
49 struct iconv_xlat { struct
59 struct iconv_xlat *dp; in iconv_xlat_open() argument
61 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));
/NextBSD/sys/modules/libiconv/
HDMakefile6 SRCS= iconv.c iconv_ucs.c iconv_xlat.c iconv_xlat16.c
/NextBSD/sys/conf/
HDfiles3454 libkern/iconv_xlat.c optional libiconv