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

/freebsd-9.3-release/include/
H A Diconv.h80 } iconv_allocation_t; typedef in typeref:struct:__anon4950
82 int iconv_open_into(const char *, const char *, iconv_allocation_t *);
/freebsd-9.3-release/tools/test/iconv/gnu/
H A Dgnu.c390 iconv_allocation_t *myspace;
396 if ((myspace = (iconv_allocation_t *)malloc(sizeof(iconv_allocation_t))) == NULL)
/freebsd-9.3-release/lib/libc/iconv/
H A Diconv.c119 libiconv_open_into(const char *out, const char *in, iconv_allocation_t *ptr)

Completed in 60 milliseconds