Searched refs:iconv (Results 51 - 75 of 374) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/include/
H A Diconv.h19 /* When installed, this file is called "iconv.h". */
35 errors because some other system header file includes /usr/include/iconv.h
36 which defines iconv_t or declares iconv after this file, 2. when compiling
39 But gcc's #include_next is not portable. Thus, once libiconv's iconv.h
41 include the original /usr/include/iconv.h. We simply have to get away
44 #include "iconv.h" or #include_next "iconv.h"
45 is small. They all do #include <iconv.h>.
87 #define iconv libiconv macro
89 extern LIBICONV_DLL_EXPORTED size_t iconv (iconv_
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A DMakefile.am245 # We need the following in order to create <iconv.h> when the system
247 iconv.h: iconv.in.h
256 < $(srcdir)/iconv.in.h; \
259 MOSTLYCLEANFILES += iconv.h iconv.h-t
279 EXTRA_DIST += iconv.in.h iconv_open-aix.gperf iconv_open-hpux.gperf iconv_open-irix.gperf iconv_open-osf.gperf iconv_open.c
H A Diconv_open.c21 #include <iconv.h>
56 iconv() to these encoding inserts a BOM, which is wrong.
H A Dpropername.c27 # include <iconv.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Diconv-ostream.oo.c21 #include "iconv-ostream.h"
26 #include <iconv.h>
98 size_t res = iconv (stream->cd,
102 /* Irix iconv() inserts a NUL byte if it cannot convert.
103 NetBSD iconv() inserts a question mark if it cannot convert.
160 size_t res = iconv (stream->cd, NULL, NULL, &outptr, &outsize);
202 "iconv", from_encoding);
205 "iconv", to_encoding);
209 "iconv", from_encoding, to_encoding);
H A Dpropername.c27 # include <iconv.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/tests/
H A DMakefile.msvc57 check : all table-from.exe table-to.exe ../src/iconv.exe uniq-u.exe
198 table-from.exe : $(srcdir)/table-from.c ../lib/iconv.lib
199 $(CC) $(INCLUDES) $(CFLAGS) $(srcdir)/table-from.c ../lib/iconv.lib -Fetable-from.exe
202 copy ..\lib\iconv.dll iconv.dll
205 table-to.exe : $(srcdir)/table-to.c ../lib/iconv.lib
206 $(CC) $(INCLUDES) $(CFLAGS) $(srcdir)/table-to.c ../lib/iconv.lib -Fetable-to.exe
209 copy ..\lib\iconv.dll iconv.dll
H A DMakefile.os222 check : all table-from.exe table-to.exe ../src/iconv.exe genutf8.exe gengb18030z.exe
141 $(CC) $(INCLUDES) $(CFLAGS) table-from.c ../lib/iconv.a
142 copy ..\lib\iconv.dll iconv.dll
145 $(CC) $(INCLUDES) $(CFLAGS) table-to.c ../lib/iconv.a
146 copy ..\lib\iconv.dll iconv.dll
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/
H A DMakefile.vms32 $(LN) [.include]iconv.h_vms [.include]iconv.h
79 $(INSTALL_DATA) [.include]iconv.h $(includedir)]iconv.h
128 $(RM) $(includedir)]iconv.h
159 $(RM) [.include]iconv.h
185 $(RM) [.include]iconv.h
211 $(RM) [.include]iconv.h
237 $(RM) [.include]iconv.h
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/src/
H A DMakefile55 # So we can link the iconv executable only after we have installed libiconv,
56 # i.e. during "make install". The intermediate 'iconv' executable is built
59 all : iconv_no_i18n iconv.o
62 # This is the temporary iconv executable, without internationalization.
66 iconv_no_i18n.o : $(srcdir)/iconv_no_i18n.c $(srcdir)/iconv.c
69 iconv.o : $(srcdir)/iconv.c
70 $(CC) -c $(INCLUDES) -I../lib $(CFLAGS) $(CPPFLAGS) -DINSTALLDIR=\"$(bindir)\" -DLOCALEDIR=\"$(localedir)\" $(srcdir)/iconv.c
84 # During "make install", we can build the final iconv executable.
98 hpux*) $(CC) $(LDFLAGS) $(iconv_LDFLAGS) iconv
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dnon-ascii.c35 #include <iconv.h>
36 /* set default codesets for iconv */
100 /* open an iconv conversion descriptor if necessary */
114 /* call iconv */
117 rc = iconv(data->outbound_cd, (const char**)&input_ptr, &in_bytes,
122 "The Curl_convert_to_network iconv call failed with errno %i: %s",
161 /* open an iconv conversion descriptor if necessary */
175 /* call iconv */
178 rc = iconv(data->inbound_cd, (const char **)&input_ptr, &in_bytes,
183 "Curl_convert_from_network iconv cal
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/djgpp/
H A Dconfig.bat191 test -f %XSRC%/include/iconv.h.in
192 if not errorlevel 1 redir -e /dev/null mv -f %XSRC%/include/iconv.h.in %XSRC%/include/iconv.h-in
193 test -f %XSRC%/include/iconv.h-in
194 if errorlevel 1 redir -e /dev/null mv -f %XSRC%/include/iconv.h %XSRC%/include/iconv.h-in
195 test -f %XSRC%/include/iconv.h-in
196 if errorlevel 1 redir -e /dev/null mv -f %XSRC%/include/iconvh.in %XSRC%/include/iconv.h-in
197 test -f %XSRC%/include/iconv.h-in
198 if errorlevel 1 redir -e /dev/null mv -f %XSRC%/include/iconv_h.in %XSRC%/include/iconv
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Diconv_open.c21 #include <iconv.h>
56 iconv() to these encoding inserts a BOM, which is wrong.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A DcharsetConv.c30 #include <iconv.h>
62 res = iconv(test,
151 r=iconv(cp->from, &dos, &in_len, (char **)&dptr, &out_len);
173 r=iconv(conv, (char**)&wchar, &in_len, &dptr, &out_len);
337 fprintf(stderr, "Could not allocate iconv for %s\n", cp);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Diconv_open.c21 #include <iconv.h>
56 iconv() to these encoding inserts a BOM, which is wrong.
H A Dpropername.c27 # include <iconv.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/tools/
H A DMakefile126 ascii.h : $(TABLESDIR)/glibc-2.1-iconv/ASCII.TXT 8bit_tab_to_h
180 koi8_ru.h : $(TABLESDIR)/freebsd-iconv-0.4/KOI8-RU.TXT 8bit_tab_to_h
255 hp_roman8.h : $(TABLESDIR)/glibc-2.1-iconv/HP-ROMAN8.TXT 8bit_tab_to_h
261 armscii_8.h : $(TABLESDIR)/glibc-2.2.90-iconv/ARMSCII-8.TXT 8bit_tab_to_h
270 koi8_t.h : $(TABLESDIR)/glibc-2.2.90-iconv/KOI8-T.TXT
282 tis620.h : $(TABLESDIR)/glibc-2.1-iconv/TIS-620.TXT 8bit_tab_to_h
349 GB18030ext.TXT : $(TABLESDIR)/glibc-2.2.2-iconv/GB18030.TXT $(TABLESDIR)/unicode.org-mappings/VENDORS/MICSFT/WINDOWS/CP936.TXT
350 cat $(TABLESDIR)/unicode.org-mappings/VENDORS/MICSFT/WINDOWS/CP936.TXT | sed -e 's/[ ]*#.*$$//' | grep '^0x[0-9A-F]* 0x....$$' > tmpGBK.TXT ; diff tmpGBK.TXT $(TABLESDIR)/glibc-2.2.2-iconv/GB18030.TXT | grep '^> 0x.... 0x....$$' | sed -e 's/^> //' > $@ && rm -f tmpGBK.TXT
436 cp1161.h : $(TABLESDIR)/glibc-2.2.90-iconv/IBM1161.TXT
437 (echo '#' ; cat $(TABLESDIR)/glibc-2.2-iconv/ASCI
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/unicode/
H A Diconv.c3 minimal iconv implementation
22 It's bad but most of the time we can't use libc iconv service:
40 #include <iconv.h>
52 * @brief Samba wrapper/stub for iconv character set conversion.
54 * iconv is the XPG2 interface for converting between character
57 * implement iconv.
64 * Note that the only function provided by iconv is conversion between
196 size_t ret = iconv((iconv_t)cd,
199 if (ret == (size_t)-1) iconv(cd, NULL, NULL, NULL, NULL);
208 * This is a simple portable iconv() implementaio
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dencoding.in.h4 * XML basic encoding and iconv() support.
28 #include <iconv.h>
47 * problem agreed !). If iconv has been found it will be used
49 * to be sure to enable iconv and to provide iconv libs for the encoding
126 * If iconv is supported, there are two extra fields.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dencoding.h4 * XML basic encoding and iconv() support.
28 #include <iconv.h>
47 * problem agreed !). If iconv has been found it will be used
49 * to be sure to enable iconv and to provide iconv libs for the encoding
126 * If iconv is supported, there are two extra fields.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dencoding.in.h4 * XML basic encoding and iconv() support.
28 #include <iconv.h>
47 * problem agreed !). If iconv has been found it will be used
49 * to be sure to enable iconv and to provide iconv libs for the encoding
126 * If iconv is supported, there are two extra fields.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/m4/
H A DMakefile.am14 ../../gettext-runtime/m4/iconv.m4 \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/unicode/charsets/
H A Dgeneric_cjk.c33 if (iconv(cd, (ICONV_CONST char**)inbuf, &n, outbuf, outbytesleft) == (size_t)-1) {
34 iconv(cd, NULL, NULL, NULL, NULL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Diri.c35 #include <iconv.h>
170 if (iconv (cd, &in, &inlen, out, &outlen) != (size_t)(-1))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c/
H A Dautoclean.sh19 rm -f m4/iconv.m4

Completed in 313 milliseconds

1234567891011>>