Home
last modified time | relevance | path

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

/freebsd/sys/libkern/
H A Diconv_xlat.c42 MODULE_DEPEND(iconv_xlat, libiconv, 2, 2, 2);
48 struct iconv_xlat { struct
58 struct iconv_xlat *dp; in iconv_xlat_open() argument
60 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));
/freebsd/sys/modules/libiconv/
H A DMakefile4 SRCS= iconv.c iconv_ucs.c iconv_xlat.c iconv_xlat16.c
/freebsd/sys/conf/
H A Dfiles4073 libkern/iconv_xlat.c optional libiconv