Searched refs:iconv (Results 76 - 100 of 558) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/
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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/src/
H A DMakefile51 # So we can link the iconv executable only after we have installed libiconv,
52 # i.e. during "make install". The intermediate 'iconv' executable is built
55 all : iconv_no_i18n iconv.o
58 # This is the temporary iconv executable, without internationalization.
62 iconv_no_i18n.o : $(srcdir)/iconv_no_i18n.c $(srcdir)/iconv.c
65 iconv.o : $(srcdir)/iconv.c
66 $(CC) -c $(INCLUDES) -I../lib $(CFLAGS) $(CPPFLAGS) -DINSTALLDIR=\"$(bindir)\" -DLOCALEDIR=\"$(localedir)\" $(srcdir)/iconv.c
80 # During "make install", we can build the final iconv executable.
94 hpux*) $(CC) $(LDFLAGS) $(iconv_LDFLAGS) iconv
[all...]
H A Diconv.c28 #include <iconv.h>
56 _("Usage: iconv [-c] [-s] [-f fromcode] [-t tocode] [file ...]");
58 _("or: iconv -l");
65 printf("iconv (GNU libiconv %d.%d)\n",
120 iconv(cd,NULL,NULL,NULL,NULL);
131 fprintf(stderr,_("iconv: %s:%u:%u: incomplete character or shift sequence\n"),infilename,line,column);
142 size_t res = iconv(cd,(ICONV_CONST char**)&inptr,&insize,&outptr,&outsize);
161 fprintf(stderr,_("iconv: %s:%u:%u: cannot convert\n"),infilename,line,column);
171 fprintf(stderr,_("iconv: %s:%u:%u: incomplete character or shift sequence\n"),infilename,line,column);
191 fprintf(stderr,_("iconv
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/src/
H A DMakefile59 # So we can link the iconv executable only after we have installed libiconv,
60 # i.e. during "make install". The intermediate 'iconv' executable is built
63 all : iconv_no_i18n iconv.o
66 # This is the temporary iconv executable, without internationalization.
70 iconv_no_i18n.o : $(srcdir)/iconv_no_i18n.c $(srcdir)/iconv.c
73 iconv.o : $(srcdir)/iconv.c
74 $(CC) -c $(INCLUDES) -I../lib $(CFLAGS) $(CPPFLAGS) -DINSTALLDIR=\"$(bindir)\" -DLOCALEDIR=\"$(localedir)\" $(srcdir)/iconv.c
88 # During "make install", we can build the final iconv executable.
102 hpux*) $(CC) $(LDFLAGS) $(iconv_LDFLAGS) iconv
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/tests/
H A DMakefile.msvc57 check : all table-from.exe table-to.exe ../src/iconv.exe uniq-u.exe
187 table-from.exe : $(srcdir)/table-from.c ../lib/iconv.lib
188 $(CC) $(INCLUDES) $(CFLAGS) $(srcdir)/table-from.c ../lib/iconv.lib -Fetable-from.exe
191 copy ..\lib\iconv.dll iconv.dll
194 table-to.exe : $(srcdir)/table-to.c ../lib/iconv.lib
195 $(CC) $(INCLUDES) $(CFLAGS) $(srcdir)/table-to.c ../lib/iconv.lib -Fetable-to.exe
198 copy ..\lib\iconv.dll iconv.dll
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dnon-ascii.c39 #include <iconv.h>
40 /* set default codesets for iconv */
104 /* open an iconv conversion descriptor if necessary */
118 /* call iconv */
121 rc = iconv(data->outbound_cd, (const char**)&input_ptr, &in_bytes,
126 "The Curl_convert_to_network iconv call failed with errno %i: %s",
165 /* open an iconv conversion descriptor if necessary */
179 /* call iconv */
182 rc = iconv(data->inbound_cd, (const char **)&input_ptr, &in_bytes,
187 "Curl_convert_from_network iconv cal
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/djgpp/
H A Dconfig.bat186 test -f %XSRC%/include/iconv.h-in
187 if not errorlevel 1 redir -e /dev/null mv -f %XSRC%/include/iconv.h-in %XSRC%/include/iconv.h-in
188 test -f %XSRC%/include/iconv.h-in
189 if errorlevel 1 redir -e /dev/null mv -f %XSRC%/include/iconv.h %XSRC%/include/iconv.h-in
190 test -f %XSRC%/include/iconv.h-in
191 if errorlevel 1 redir -e /dev/null mv -f %XSRC%/include/iconvh.in %XSRC%/include/iconv.h-in
192 test -f %XSRC%/include/iconv.h-in
193 if errorlevel 1 redir -e /dev/null mv -f %XSRC%/include/iconv_h.in %XSRC%/include/iconv
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Diconv_open.c21 #include <iconv.h>
57 iconv() to these encoding inserts a BOM, which is wrong.
H A Dstriconveh.c29 # include <iconv.h>
136 /* iconv_carefully is like iconv, except that it stops as soon as it encounters
140 /* Irix iconv() inserts a NUL byte if it cannot convert.
141 NetBSD iconv() inserts a question mark if it cannot convert.
166 res = iconv (cd,
171 /* iconv can eat up a shift sequence but give EINVAL while attempting
192 /* iconv() has already incremented INPTR. We cannot go back to a
209 iconv (cd, (ICONV_CONST char **) (inbuf), inbytesleft, outbuf, outbytesleft))
231 res = iconv (cd,
236 /* iconv ca
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/tools/
H A DMakefile124 ascii.h : $(TABLESDIR)/glibc-2.1-iconv/ASCII.TXT 8bit_tab_to_h
178 koi8_ru.h : $(TABLESDIR)/freebsd-iconv-0.4/KOI8-RU.TXT 8bit_tab_to_h
253 hp_roman8.h : $(TABLESDIR)/glibc-2.1-iconv/HP-ROMAN8.TXT 8bit_tab_to_h
259 armscii_8.h : $(TABLESDIR)/glibc-2.2.90-iconv/ARMSCII-8.TXT 8bit_tab_to_h
268 koi8_t.h : $(TABLESDIR)/glibc-2.2.90-iconv/KOI8-T.TXT
280 tis620.h : $(TABLESDIR)/glibc-2.1-iconv/TIS-620.TXT 8bit_tab_to_h
347 GB18030ext.TXT : $(TABLESDIR)/glibc-2.2.2-iconv/GB18030.TXT $(TABLESDIR)/unicode.org-mappings/VENDORS/MICSFT/WINDOWS/CP936.TXT
348 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
428 cp1161.h : $(TABLESDIR)/glibc-2.2.90-iconv/IBM1161.TXT
429 (echo '#' ; cat $(TABLESDIR)/glibc-2.2-iconv/ASCI
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/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...]

Completed in 142 milliseconds

1234567891011>>