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

/bind-9.11.3/util/
H A Dmdnbuildtest.sh38 CFLAGS=-I/usr/local/include ./configure --with-iconv='-L/usr/local/lib -liconv'
60 ./configure --with-mdn=$mdntmp --with-iconv="-L/usr/local/lib -liconv"
/bind-9.11.3/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.11.3/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...]
/bind-9.11.3/win32utils/
H A DConfigure583 "iconv",
649 " with-iconv[=PATH] path of the iconv DLL [default=same than idn]\n",
1038 } elsif ($key =~ /^iconv$/i) {
1041 $unknown_value = "without-iconv doesn't make sense)";
1272 print "iconv-path: $iconv_path\n";
2524 # with-idn (including with-iconv)
2551 my $iconv_dll = File::Spec->catfile($idn_path, "idn", "iconv.dll");
2554 my $iconv_dll =File::Spec->catfile($iconv_path, "iconv.dll");
3399 print LOUT "iconv
[all...]

Completed in 15 milliseconds