Searched refs:d2p (Results 1 – 4 of 4) sorted by relevance
111 iconv_xlat16_conv(void *d2p, const char **inbuf, in iconv_xlat16_conv() argument115 struct iconv_xlat16 *dp = (struct iconv_xlat16*)d2p; in iconv_xlat16_conv()301 iconv_xlat16_tolower(void *d2p, register int c) in iconv_xlat16_tolower() argument303 struct iconv_xlat16 *dp = (struct iconv_xlat16*)d2p; in iconv_xlat16_tolower()326 iconv_xlat16_toupper(void *d2p, register int c) in iconv_xlat16_toupper() argument328 struct iconv_xlat16 *dp = (struct iconv_xlat16*)d2p; in iconv_xlat16_toupper()
80 iconv_xlat_conv(void *d2p, const char **inbuf, in iconv_xlat_conv() argument84 struct iconv_xlat *dp = (struct iconv_xlat*)d2p; in iconv_xlat_conv()
167 iconv_ucs_conv(void *d2p, const char **inbuf, in iconv_ucs_conv() argument171 struct iconv_ucs *dp = (struct iconv_ucs*)d2p; in iconv_ucs_conv()
1037 struct dup2_args d2p; local1057 d2p.from = st->s_afd;1058 d2p.to = fdi.fd;1060 if ((error = sys_dup2(td, &d2p)) != 0) {