Searched refs:iconv (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Dconverter.c57 #include <iconv.h>
700 * One problem with iconv() convertion is that
701 * iconv() doesn't signal an error if the input
704 * (the behavior of iconv() for that case is defined as
795 * Conversion using iconv() interface.
951 * (void)iconv(ictx, (const char **)NULL, (size_t *)NULL,
957 (void)iconv(ictx, (const char **)NULL, &inleft, &outbuf, &outleft);
962 sz = iconv(ictx, (const char **)&inbuf, &inleft, &to, &outleft);
978 WARNING(("iconv failed with errno %d\n", errno));
989 sz = iconv(ict
[all...]
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/
H A Dconfigure29 --with-iconv-include=DIR iconv include files are in DIR []"
31 --with-iconv=LIB special library for iconv []"
33 --with-iconv-sofile=PATH shared library file for libiconv []"
700 { echo "configure: error: you can't set value \"yes\" to --enable-runidn and --enable-liteonly simultaneously, because runidn requires iconv support of generic libidnkit." 1>&2; exit 1; }
726 { echo "configure: error: you can't set value \"yes\" to --enable-runidn and --enable-liteonly simultaneously, because runidn requires iconv support of generic libidnkit." 1>&2; exit 1; }
757 { echo "configure: error: you can't set iconv options at all when you set value \"yes\" to --enable-liteonly, because lite library does not have iconv support." 1>&2; exit 1; }
769 { echo "configure: error: you can't set iconv option
[all...]

Completed in 22 milliseconds