Home
last modified time | relevance | path

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

/f-stack/freebsd/libkern/
H A Diconv_xlat16.c113 iconv_xlat16_conv(void *d2p, const char **inbuf, in iconv_xlat16_conv() argument
117 struct iconv_xlat16 *dp = (struct iconv_xlat16*)d2p; in iconv_xlat16_conv()
302 iconv_xlat16_tolower(void *d2p, int c) in iconv_xlat16_tolower() argument
304 struct iconv_xlat16 *dp = (struct iconv_xlat16*)d2p; in iconv_xlat16_tolower()
327 iconv_xlat16_toupper(void *d2p, int c) in iconv_xlat16_toupper() argument
329 struct iconv_xlat16 *dp = (struct iconv_xlat16*)d2p; in iconv_xlat16_toupper()
H A Diconv_xlat.c82 iconv_xlat_conv(void *d2p, const char **inbuf, in iconv_xlat_conv() argument
86 struct iconv_xlat *dp = (struct iconv_xlat*)d2p; in iconv_xlat_conv()
H A Diconv_ucs.c169 iconv_ucs_conv(void *d2p, const char **inbuf, in iconv_ucs_conv() argument
173 struct iconv_ucs *dp = (struct iconv_ucs*)d2p; in iconv_ucs_conv()