Home
last modified time | relevance | path

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

/dragonfly/include/
HDiconv.h87 } iconv_allocation_t; typedef
89 int iconv_open_into(const char *, const char *, iconv_allocation_t *);
/dragonfly/lib/libc/iconv/
HDiconv.c103 iconv_open_into(const char *out, const char *in, iconv_allocation_t *ptr) in iconv_open_into()