Home
last modified time | relevance | path

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

/NextBSD/sys/libkern/
HDiconv_xlat16.c111 iconv_xlat16_conv(void *d2p, const char **inbuf, in iconv_xlat16_conv() argument
115 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() argument
303 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() argument
328 struct iconv_xlat16 *dp = (struct iconv_xlat16*)d2p; in iconv_xlat16_toupper()
HDiconv_xlat.c80 iconv_xlat_conv(void *d2p, const char **inbuf, in iconv_xlat_conv() argument
84 struct iconv_xlat *dp = (struct iconv_xlat*)d2p; in iconv_xlat_conv()
HDiconv_ucs.c167 iconv_ucs_conv(void *d2p, const char **inbuf, in iconv_ucs_conv() argument
171 struct iconv_ucs *dp = (struct iconv_ucs*)d2p; in iconv_ucs_conv()
/NextBSD/sys/compat/svr4/
HDsvr4_stream.c1037 struct dup2_args d2p; local
1057 d2p.from = st->s_afd;
1058 d2p.to = fdi.fd;
1060 if ((error = sys_dup2(td, &d2p)) != 0) {