Home
last modified time | relevance | path

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

/f-stack/freebsd/libkern/
H A Diconv_xlat.c45 MODULE_DEPEND(iconv_xlat, libiconv, 2, 2, 2);
51 struct iconv_xlat { struct
61 struct iconv_xlat *dp; in iconv_xlat_open() argument
63 dp = (struct iconv_xlat *)kobj_create((struct kobj_class*)dcp, M_ICONV, M_WAITOK); in iconv_xlat_open()
74 struct iconv_xlat *dp = data; in iconv_xlat_close()
86 struct iconv_xlat *dp = (struct iconv_xlat*)d2p; in iconv_xlat_conv()
128 KICONV_CONVERTER(xlat, sizeof(struct iconv_xlat));