Home
last modified time | relevance | path

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

/dragonfly/sys/libiconv/
H A DMakefile9 EXPORT_SYMS= iconv_add \
H A Diconv_ucs.c377 error = iconv_add(ENCODING_UNICODE, ENCODING_UNICODE, ENCODING_UTF8); in iconv_ucs_init()
380 error = iconv_add(ENCODING_UNICODE, ENCODING_UTF8, ENCODING_UNICODE); in iconv_ucs_init()
H A Diconv.c382 iconv_add(const char *converter, const char *to, const char *from) in iconv_add() function
/dragonfly/sys/sys/
H A Diconv.h168 int iconv_add(const char *converter, const char *to, const char *from);