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

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/lib/
H A DMakefile.os226 SOURCES = iconv.c
28 OBJECTS = iconv.obj
30 all : iconv.dll iconv.a iconv.lib
35 iconv.obj : iconv.c encodings.def encodings_local.def aliases.h config.h
36 $(CC) $(INCLUDES) $(CFLAGS) -c iconv.c
38 iconv.dll : $(OBJECTS) ../os2/iconv
[all...]
H A DMakefile.vms43 all : iconv.olb
49 libiconv.obj : iconv.c,encodings.def,encodings_local.def,aliases.h,config.h
50 $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) /obj=libiconv.obj iconv.c
58 iconv.olb : $(OBJECTS)
59 $(AR) $(AR_FLAGS) iconv.olb $(OBJECTS)
65 $(INSTALL_DATA) iconv.olb $(libdir)]iconv.olb
73 $(RM) $(libdir)]iconv.olb
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/src/
H A DMakefile.os225 all : iconv.exe
27 iconv.exe : iconv.c
28 $(CC) $(INCLUDES) -I../lib $(CFLAGS) iconv.c ../lib/iconv.a
29 copy ..\lib\iconv.dll iconv.dll
32 cp -i iconv.exe $(bindir)/iconv.exe
35 rm -f $(bindir)/iconv
[all...]
H A DMakefile.vms39 all : iconv.exe
42 iconv.obj : iconv.c
43 $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS),"INSTALLPREFIX=""$(prefix)]""","INSTALLDIR=""$(bindir)]""") iconv.c
45 iconv.exe : iconv.obj [-.srclib]icrt.olb [-.lib]iconv.olb
46 link /executable=iconv.exe iconv.obj,$(libdir)]intl.olb/lib,[-.srclib]icrt.olb/lib,[-.lib]iconv
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/man/
H A DMakefile.msvc41 $(INSTALL_DATA) iconv.1 $(man1dir)\iconv.1
44 $(INSTALL_DATA) iconv.3 $(man3dir)\iconv.3
48 $(INSTALL_DATA) iconv.1.html $(docdir)\iconv.1.html
50 $(INSTALL_DATA) iconv.3.html $(docdir)\iconv.3.html
63 $(RM) $(man1dir)\iconv.1
65 $(RM) $(man3dir)\iconv
[all...]
H A DMakefile.vms31 $(INSTALL_DATA) iconv.1 $(man1dir)]iconv.1
34 $(INSTALL_DATA) iconv.3 $(man3dir)]iconv.3
38 $(INSTALL_DATA) iconv.1.html $(docdir)]iconv.1.html
40 $(INSTALL_DATA) iconv.3.html $(docdir)]iconv.3.html
53 $(RM) $(man1dir)]iconv.1
55 $(RM) $(man3dir)]iconv
[all...]
H A DMakefile.os219 MAN1 = iconv.1
20 MAN3 = iconv.3 iconv_close.3 iconv_open.3
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/tests/
H A Dcheck-subst4 iconv=../src/iconv_no_i18n
14 $iconv $options_ascii -f ASCII -t ASCII < tmp-in > tmp-out
26 $iconv $options_utf8 -f ASCII -t UTF-8 2>/dev/null < tmp-in > tmp-out
37 $iconv $options_utf8 -f ASCII -t ISO-8859-1 2>/dev/null < tmp-in > tmp-out
38 $iconv -f ISO-8859-1 -t UTF-8 < tmp-out > tmp-out2
50 $iconv --byte-subst='<0x%010000x>' -f ASCII -t ASCII < tmp-in > tmp-out
59 $iconv $options_ascii -f UTF-8 -t ASCII < tmp-in > tmp-out
68 $iconv $options_ascii -f UTF-8 -t ISO-8859-1 2>/dev/null < tmp-in | $iconv -f ISO-8859-1 -t UTF-8 > tmp-out
80 $iconv
[all...]
H A Dtable-to.c27 #include <iconv.h>
69 iconv(cd,NULL,NULL,NULL,NULL);
70 result = iconv(cd,(ICONV_CONST char**)&inbuf,&inbytesleft,&outbuf,&outbytesleft);
72 result2 = iconv(cd,NULL,NULL,&outbuf,&outbytesleft);
76 fprintf(stderr,"0x%02X: iconv error: ",i);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Diconv.in.h1 /* A GNU-like <iconv.h>.
53 # define iconv rpl_iconv macro
54 extern size_t iconv (iconv_t cd,
H A Dstriconv.h24 #include <iconv.h>
35 /* Convert an entire string from one encoding to another, using iconv.
48 /* Convert an entire string from one encoding to another, using iconv.
60 /* Convert an entire string from one encoding to another, using iconv.
H A Dxstriconv.h23 #include <iconv.h>
34 /* Convert an entire string from one encoding to another, using iconv.
48 /* Convert an entire string from one encoding to another, using iconv.
61 /* Convert an entire string from one encoding to another, using iconv.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Diconv.in.h1 /* A GNU-like <iconv.h>.
53 # define iconv rpl_iconv macro
54 extern size_t iconv (iconv_t cd,
H A Dstriconv.h24 #include <iconv.h>
35 /* Convert an entire string from one encoding to another, using iconv.
48 /* Convert an entire string from one encoding to another, using iconv.
60 /* Convert an entire string from one encoding to another, using iconv.
H A Dxstriconv.h23 #include <iconv.h>
34 /* Convert an entire string from one encoding to another, using iconv.
48 /* Convert an entire string from one encoding to another, using iconv.
61 /* Convert an entire string from one encoding to another, using iconv.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Diconv.in.h1 /* A GNU-like <iconv.h>.
53 # define iconv rpl_iconv macro
54 extern size_t iconv (iconv_t cd,
H A Dstriconv.h24 #include <iconv.h>
35 /* Convert an entire string from one encoding to another, using iconv.
48 /* Convert an entire string from one encoding to another, using iconv.
60 /* Convert an entire string from one encoding to another, using iconv.
H A Dxstriconv.h23 #include <iconv.h>
34 /* Convert an entire string from one encoding to another, using iconv.
48 /* Convert an entire string from one encoding to another, using iconv.
61 /* Convert an entire string from one encoding to another, using iconv.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/common/
H A DMakefile.am20 EXTRA_DIST = gettext.m4 iconv.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 nls.m4 po.m4 progtest.m4 gettext.m4 iconv.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 nls.m4 po.m4 progtest.m4 \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/
H A DMakefile.os218 sed -e 's/@ICONV_CONST@/const/g' -e 's/@HAVE_WCHAR_T@/1/g' < include/iconv.h.in > include/iconv.h
29 cp include/iconv.h $(includedir)/iconv.h
34 cp include/iconv.h $(includedir)/iconv.h
40 rm -i $(includedir)/iconv.h
68 rm -f include/iconv.h
75 rm -f include/iconv.h
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-iconv.c22 # include <iconv.h>
45 /* Assume that iconv() supports at least the encodings ASCII, ISO-8859-1,
62 size_t res = iconv (cd_88591_to_utf8,
78 size_t res = iconv (cd_88591_to_utf8,
97 size_t res = iconv (cd_utf8_to_88591,
113 size_t res = iconv (cd_utf8_to_88591,
136 size_t res = iconv (cd_utf8_to_88591,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/unicode/
H A DMakefile.am13 iconv.c \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/share/utf8/
H A Dmakemap.c24 #include <iconv.h>
54 k = iconv(cd, &ib, &ibl, &ob, &obl);
65 printf("Non-standard iconv.\n");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgl-iconv.h23 #include <iconv.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/src/
H A Dtool_convert.c27 # include <iconv.h>
38 /* curl tool iconv conversion descriptors */
42 /* set default codesets for iconv */
57 /* open an iconv conversion descriptor if necessary */
65 /* call iconv */
68 res = iconv(outbound_cd, &input_ptr, &in_bytes,
87 /* open an iconv conversion descriptor if necessary */
95 /* call iconv */
98 res = iconv(inbound_cd, &input_ptr, &in_bytes,
109 /* close iconv conversio
[all...]

Completed in 285 milliseconds

1234567891011>>