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

/freebsd-11-stable/sys/modules/libiconv/
H A DMakefile6 SRCS= iconv.c iconv_ucs.c iconv_xlat.c iconv_xlat16.c
/freebsd-11-stable/sys/libkern/
H A Diconv_xlat16.c28 __FBSDID("$FreeBSD: stable/11/sys/libkern/iconv_xlat16.c 319284 2017-05-31 05:45:06Z delphij $");
43 MODULE_DEPEND(iconv_xlat16, libiconv, 2, 2, 2);
52 struct iconv_xlat16 { struct
64 struct iconv_xlat16 *dp;
68 dp = (struct iconv_xlat16 *)kobj_create((struct kobj_class*)dcp, M_ICONV, M_WAITOK);
99 struct iconv_xlat16 *dp = data;
115 struct iconv_xlat16 *dp = (struct iconv_xlat16*)d2p;
303 struct iconv_xlat16 *dp = (struct iconv_xlat16*)d2
[all...]

Completed in 110 milliseconds