Searched refs:iconv_allocation_t (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/lib/libc/iconv/
H A Diconv_open_into.c34 iconv_open_into(const char *a, const char *b, iconv_allocation_t *c)
H A Diconv-internal.h42 int __bsd_iconv_open_into(const char *, const char *, iconv_allocation_t *);
H A Diconv_compat.c85 iconv_open_into_compat(const char *a, const char *b, iconv_allocation_t *c)
H A Dbsd_iconv.c100 __bsd_iconv_open_into(const char *out, const char *in, iconv_allocation_t *ptr)
/freebsd-10-stable/include/
H A Diconv.h74 } iconv_allocation_t; typedef in typeref:struct:__anon1
76 int iconv_open_into(const char *, const char *, iconv_allocation_t *);
/freebsd-10-stable/tools/test/iconv/gnu/
H A Dgnu.c390 iconv_allocation_t *myspace;
396 if ((myspace = (iconv_allocation_t *)malloc(sizeof(iconv_allocation_t))) == NULL)

Completed in 179 milliseconds