Home
last modified time | relevance | path

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

/f-stack/freebsd/libkern/
H A Diconv_xlat16.c45 MODULE_DEPEND(iconv_xlat16, libiconv, 2, 2, 2);
54 struct iconv_xlat16 { struct
66 struct iconv_xlat16 *dp; in iconv_xlat16_open() argument
70 dp = (struct iconv_xlat16 *)kobj_create((struct kobj_class*)dcp, M_ICONV, M_WAITOK); in iconv_xlat16_open()
101 struct iconv_xlat16 *dp = data; in iconv_xlat16_close()
117 struct iconv_xlat16 *dp = (struct iconv_xlat16*)d2p; in iconv_xlat16_conv()
304 struct iconv_xlat16 *dp = (struct iconv_xlat16*)d2p; in iconv_xlat16_tolower()
329 struct iconv_xlat16 *dp = (struct iconv_xlat16*)d2p; in iconv_xlat16_toupper()
364 KICONV_CONVERTER(xlat16, sizeof(struct iconv_xlat16));