Searched refs:codeset (Results 51 - 75 of 176) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/m4/
H A DMakefile.am10 ../../gettext-runtime/m4/codeset.m4 \
H A DMakefile.in172 $(top_srcdir)/../gettext-runtime/m4/codeset.m4 \
681 ../../gettext-runtime/m4/codeset.m4 \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/intl/
H A DgettextP.h151 int codeset_cntr; /* Incremented each time codeset changes. */
152 char *codeset; member in struct:binding
H A Dloadmsgcat.c755 /* Initialize the codeset dependent parts of an opened message catalog.
815 if (domainbinding != NULL && domainbinding->codeset != NULL)
816 outcharset = domainbinding->codeset;
875 /* Frees the codeset dependent parts of an opened message catalog. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A DgettextP.h216 char *codeset; member in struct:binding
H A Ddcigettext.c1585 if (domainbinding != NULL && domainbinding->codeset != NULL)
1586 return domainbinding->codeset;
1670 free (oldp->codeset);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dunzip.c765 char *codeset; variable
767 /* get the codeset (character set encoding) currently used */
770 codeset = nl_langinfo(CODESET);
773 codeset = setlocale(LC_CTYPE, NULL);
774 if (codeset != NULL) {
775 /* extract the codeset portion of the locale name */
776 codeset = strchr(codeset, '.');
777 if (codeset != NULL) ++codeset;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/test/nls/
H A DMakefile.in222 nlstestscripts = check-localedir.sh # check-codeset.sh
223 codeset_tests = test-codeset-default test-codeset-latin1 test-codeset-utf-8
227 # test_codeset_default_SOURCES = test-codeset.c
232 # test_codeset_utf_8_SOURCES = test-codeset.c
237 # test_codeset_latin1_SOURCES = test-codeset.c
244 EXTRA_DIST = check-localedir.in check-nls.in test-nls.c test-codeset.c
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/
H A DMakefile.am44 cmp -s gettext-runtime/m4/codeset.m4 gettext-tools/gnulib-m4/codeset.m4
H A DMakefile.in622 cmp -s gettext-runtime/m4/codeset.m4 gettext-tools/gnulib-m4/codeset.m4
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/srclib/
H A DMakefile.in44 $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cp.m4 \
H A DMakefile47 $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cp.m4 \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/lirc/
H A Dlirc_zilog.c359 unsigned int codeset, unsigned int key)
365 /* Binary search for the codeset */
373 if (i == codeset)
375 else if (codeset > i) {
563 /* Request codeset data file */
650 /* Save the codeset position */
794 /* Get data for the codeset/key */
894 * decode this to a codeset/key index. The key data is then decompressed and
358 get_key_data(unsigned char *buf, unsigned int codeset, unsigned int key) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/m4/
H A DMakefile.in91 $(top_srcdir)/m4/ansi-c++.m4 $(top_srcdir)/m4/codeset.m4 \
440 codeset.m4 \
H A DMakefile91 $(top_srcdir)/m4/ansi-c++.m4 $(top_srcdir)/m4/codeset.m4 \
440 codeset.m4 \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/m4/
H A DMakefile.in187 po.m4 stdint_h.m4 uintmax_t.m4 intmax.m4 ulonglong.m4 codeset.m4 \
H A DMakefile187 po.m4 stdint_h.m4 uintmax_t.m4 intmax.m4 ulonglong.m4 codeset.m4 \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dl3dss1.c720 u_char codeset = 0; local
732 if ((*p & 0xf0) == 0x90) { /* shift codeset */
733 old_codeset = codeset;
734 codeset = *p & 7;
741 codelock ? " locking ": " ", old_codeset, codeset);
745 if (!codeset) { /* only codeset 0 */
768 if (!codeset && (l > getmax_ie_len(ie)))
772 l3_debug(pc->st, "check IE shift back codeset %d->%d",
773 codeset, old_codese
[all...]
H A Dl3ni1.c670 u_char codeset = 0; local
682 if ((*p & 0xf0) == 0x90) { /* shift codeset */
683 old_codeset = codeset;
684 codeset = *p & 7;
691 codelock ? " locking ": " ", old_codeset, codeset);
695 if (!codeset) { /* only codeset 0 */
718 if (!codeset && (l > getmax_ie_len(ie)))
722 l3_debug(pc->st, "check IE shift back codeset %d->%d",
723 codeset, old_codese
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/src/
H A DMakefile.in95 $(top_srcdir)/m4/ansi-c++.m4 $(top_srcdir)/m4/codeset.m4 \
H A DMakefile95 $(top_srcdir)/m4/ansi-c++.m4 $(top_srcdir)/m4/codeset.m4 \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgpg-error-1.10/m4/
H A DMakefile.in197 ac_prog_cc_for_build.m4 nls.m4 po.m4 codeset.m4 gettext.m4 \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/
H A DMakefile.devel48 aclocal.m4 : m4/general.m4 m4/proto.m4 m4/cp.m4 m4/ln.m4 m4/codeset.m4 m4/eilseq.m4 m4/endian.m4 m4/glibc21.m4 m4/isc-posix.m4 m4/lcmessage.m4 m4/alloca.m4 m4/allocsa.m4 m4/canonicalize.m4 m4/eealloc.m4 m4/error.m4 m4/extensions.m4 m4/mbstate_t.m4 m4/onceonly.m4 m4/pathmax.m4 m4/readlink.m4 m4/relocatable.m4 m4/setenv.m4 m4/ssize_t.m4 m4/stdbool.m4 m4/stdint.m4 m4/strerror.m4 m4/strerror_r.m4 m4/unlocked-io.m4 m4/xreadlink.m4 m4/libtool.m4 m4/gettext.m4 m4/iconv.m4 m4/intmax.m4 m4/inttypes.m4 m4/lib-ld.m4 m4/lib-link.m4 m4/lib-prefix.m4 m4/longdouble.m4 m4/longlong.m4 m4/nls.m4 m4/po.m4 m4/printf-posix.m4 m4/progtest.m4 m4/signed.m4 m4/wchar_t.m4 m4/wint_t.m4
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgpg-error-1.10/m4/
H A DMakefile.in197 ac_prog_cc_for_build.m4 nls.m4 po.m4 codeset.m4 gettext.m4 \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/
H A DMakefile.devel48 aclocal.m4 : $(CONFIGURES_IN) m4/general.m4 m4/proto.m4 m4/cp.m4 m4/ln.m4 m4/codeset.m4 m4/eilseq.m4 m4/endian.m4 m4/glibc21.m4 m4/isc-posix.m4 m4/lcmessage.m4 m4/alloca.m4 m4/allocsa.m4 m4/canonicalize.m4 m4/eealloc.m4 m4/error.m4 m4/extensions.m4 m4/full-header-path.m4 m4/mbstate_t.m4 m4/onceonly.m4 m4/pathmax.m4 m4/readlink.m4 m4/relocatable.m4 m4/setenv.m4 m4/size_max.m4 m4/ssize_t.m4 m4/stdbool.m4 m4/stdint.m4 m4/strerror.m4 m4/strerror_r.m4 m4/unistd_h.m4 m4/unlocked-io.m4 m4/xreadlink.m4 m4/visibility.m4 m4/libtool.m4 m4/gettext.m4 m4/iconv.m4 m4/intmax.m4 m4/inttypes-h.m4 m4/inttypes_h.m4 m4/lib-ld.m4 m4/lib-link.m4 m4/lib-prefix.m4 m4/longdouble.m4 m4/longlong.m4 m4/nls.m4 m4/po.m4 m4/printf-posix.m4 m4/progtest.m4 m4/signed.m4 m4/stdint_h.m4 m4/wchar_t.m4 m4/wint_t.m4

Completed in 320 milliseconds

12345678