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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dtest-iconv-h.c1 /* Test of <iconv.h> substitute.
20 # include <iconv.h>
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/src/
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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/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...]
/netgear-R7000-V1.0.7.12_1.2.5/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...]
/netgear-R7000-V1.0.7.12_1.2.5/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Diconv.in.h1 /* A GNU-like <iconv.h>.
70 # define iconv rpl_iconv macro
72 _GL_FUNCDECL_RPL (iconv, size_t,
76 _GL_CXXALIAS_RPL (iconv, size_t,
81 _GL_CXXALIAS_SYS (iconv, size_t,
86 _GL_CXXALIASWARN (iconv); variable
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/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-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/system/
H A Diconv.h6 iconv memory system include wrappers
39 #include <iconv.h>
47 /* needed for some systems without iconv. Doesn't really matter
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/lib/
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

Completed in 126 milliseconds

1234567891011>>