Searched refs:charset (Results 151 - 175 of 470) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.base/
H A Dcharset.exp30 set testfile "charset"
44 # Parse the output from a `show charset' command. Return the host
45 # and target charset as a two-element list.
84 # Try the various `show charset' commands. These are all aliases of each
85 # other; `show target-charset' and `show host-charset' actually print
88 send_gdb "show charset\n"
89 set show_charset [parse_show_charset_output "show charset"]
91 send_gdb "show target-charset\n"
92 set show_target_charset [parse_show_charset_output "show target-charset"]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/
H A Dtestchar.c250 ctxt->charset = XML_CHAR_ENCODING_UTF8;
278 ctxt->charset = XML_CHAR_ENCODING_UTF8;
359 ctxt->charset = XML_CHAR_ENCODING_UTF8;
449 ctxt->charset = XML_CHAR_ENCODING_UTF8;
H A DHTMLtree.c128 encoding = xmlStrstr(content, BAD_CAST"charset=");
136 encoding = xmlStrstr(content, BAD_CAST"charset =");
176 snprintf(newcontent, sizeof(newcontent), "text/html; charset=%s",
554 if (enc != cur->charset) {
555 if (cur->charset != XML_CHAR_ENCODING_UTF8) {
1054 if (enc != cur->charset) {
1055 if (cur->charset != XML_CHAR_ENCODING_UTF8) {
1113 if (enc != cur->charset) {
1114 if (cur->charset != XML_CHAR_ENCODING_UTF8) {
1174 if (enc != cur->charset) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/
H A Dtestchar.c250 ctxt->charset = XML_CHAR_ENCODING_UTF8;
278 ctxt->charset = XML_CHAR_ENCODING_UTF8;
359 ctxt->charset = XML_CHAR_ENCODING_UTF8;
449 ctxt->charset = XML_CHAR_ENCODING_UTF8;
H A DHTMLtree.c128 encoding = xmlStrstr(content, BAD_CAST"charset=");
136 encoding = xmlStrstr(content, BAD_CAST"charset =");
176 snprintf(newcontent, sizeof(newcontent), "text/html; charset=%s",
554 if (enc != cur->charset) {
555 if (cur->charset != XML_CHAR_ENCODING_UTF8) {
1054 if (enc != cur->charset) {
1055 if (cur->charset != XML_CHAR_ENCODING_UTF8) {
1113 if (enc != cur->charset) {
1114 if (cur->charset != XML_CHAR_ENCODING_UTF8) {
1174 if (enc != cur->charset) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/
H A Dtestchar.c250 ctxt->charset = XML_CHAR_ENCODING_UTF8;
278 ctxt->charset = XML_CHAR_ENCODING_UTF8;
359 ctxt->charset = XML_CHAR_ENCODING_UTF8;
449 ctxt->charset = XML_CHAR_ENCODING_UTF8;
H A DHTMLtree.c128 encoding = xmlStrstr(content, BAD_CAST"charset=");
136 encoding = xmlStrstr(content, BAD_CAST"charset =");
176 snprintf(newcontent, sizeof(newcontent), "text/html; charset=%s",
554 if (enc != cur->charset) {
555 if (cur->charset != XML_CHAR_ENCODING_UTF8) {
1054 if (enc != cur->charset) {
1055 if (cur->charset != XML_CHAR_ENCODING_UTF8) {
1113 if (enc != cur->charset) {
1114 if (cur->charset != XML_CHAR_ENCODING_UTF8) {
1174 if (enc != cur->charset) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.base/
H A Dcharset.exp30 set testfile "charset"
44 # Parse the output from a `show charset' command. Return the host
45 # and target charset as a two-element list.
84 # Try the various `show charset' commands. These are all aliases of each
85 # other; `show target-charset' and `show host-charset' actually print
88 send_gdb "show charset\n"
89 set show_charset [parse_show_charset_output "show charset"]
91 send_gdb "show target-charset\n"
92 set show_target_charset [parse_show_charset_output "show target-charset"]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/nls/
H A Dnls_base.c250 static struct nls_table *find_nls(char *charset) argument
255 if (!strcmp(nls->charset, charset))
257 if (nls->alias && !strcmp(nls->alias, charset))
266 struct nls_table *load_nls(char *charset) argument
268 return try_then_request_module(find_nls(charset), "nls_%s", charset);
499 .charset = "default",
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ntfs/
H A Dunistr.c300 "Unicode.", nls->charset);
389 "try to use the mount option nls=utf8.", nls->charset);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/mailutils/
H A Dmime.c14 makemime -c type [-o file] [-e encoding] [-C charset] [-N name] \
29 -C charset - MIME charset of a new text/plain section.
55 Content-Type: {set by -c, e.g. text/plain}; charset={set by -C, e.g. us-ascii}
61 Content-Type: {set by -c, e.g. text/plain}; charset={set by -C, e.g. us-ascii}
91 Content-Type: text/plain; name="xyz"; charset="UTF-8"
113 OPT_C = 1 << 3, // charset
159 "Content-Type: %s; charset=%s\n"
267 // fetch charset
268 const char *charset local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/nls/
H A Dnls_base.c250 static struct nls_table *find_nls(char *charset) argument
255 if (!strcmp(nls->charset, charset))
257 if (nls->alias && !strcmp(nls->alias, charset))
266 struct nls_table *load_nls(char *charset) argument
268 return try_then_request_module(find_nls(charset), "nls_%s", charset);
499 .charset = "default",
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ntfs/
H A Dunistr.c300 "Unicode.", nls->charset);
389 "try to use the mount option nls=utf8.", nls->charset);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/mailutils/
H A Dmime.c14 makemime -c type [-o file] [-e encoding] [-C charset] [-N name] \
29 -C charset - MIME charset of a new text/plain section.
55 Content-Type: {set by -c, e.g. text/plain}; charset={set by -C, e.g. us-ascii}
61 Content-Type: {set by -c, e.g. text/plain}; charset={set by -C, e.g. us-ascii}
91 Content-Type: text/plain; name="xyz"; charset="UTF-8"
113 OPT_C = 1 << 3, // charset
159 "Content-Type: %s; charset=%s\n"
267 // fetch charset
268 const char *charset local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/mailutils/
H A Dmime.c14 makemime -c type [-o file] [-e encoding] [-C charset] [-N name] \
29 -C charset - MIME charset of a new text/plain section.
55 Content-Type: {set by -c, e.g. text/plain}; charset={set by -C, e.g. us-ascii}
61 Content-Type: {set by -c, e.g. text/plain}; charset={set by -C, e.g. us-ascii}
91 Content-Type: text/plain; name="xyz"; charset="UTF-8"
113 OPT_C = 1 << 3, // charset
159 "Content-Type: %s; charset=%s\n"
267 // fetch charset
268 const char *charset local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/etc/afpd/
H A Dmangle.c28 char* extension, charset_t charset)
34 size_t len = convert_charset(vol->v_volcharset, charset,
27 mangle_extension(const struct vol *vol, const char* uname, char* extension, charset_t charset) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/etc/afpd/
H A Dmangle.c28 char* extension, charset_t charset)
34 size_t len = convert_charset(vol->v_volcharset, charset,
27 mangle_extension(const struct vol *vol, const char* uname, char* extension, charset_t charset) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/etc/afpd/
H A Dmangle.c28 char* extension, charset_t charset)
34 size_t len = convert_charset(vol->v_volcharset, charset,
27 mangle_extension(const struct vol *vol, const char* uname, char* extension, charset_t charset) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/plugin_common/
H A DMakefile.in230 charset.h \
238 charset.c \
259 am_libplugin_common_la_OBJECTS = charset.lo dither.lo replaygain.lo \
266 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/charset.Plo ./$(DEPDIR)/dither.Plo \
309 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/charset.Plo@am__quote@
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/share/utf8/
H A DMakefile.in211 libutf8_la_SOURCES = charset.c charset.h iconvert.c utf8.c
232 am_libutf8_la_OBJECTS = charset.lo iconvert.lo utf8.lo
238 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/charset.Plo ./$(DEPDIR)/iconvert.Plo \
278 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/charset.Plo@am__quote@
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/plugin_common/
H A DMakefile.in230 charset.h \
238 charset.c \
259 am_libplugin_common_la_OBJECTS = charset.lo dither.lo replaygain.lo \
266 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/charset.Plo ./$(DEPDIR)/dither.Plo \
309 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/charset.Plo@am__quote@
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/share/utf8/
H A DMakefile.in211 libutf8_la_SOURCES = charset.c charset.h iconvert.c utf8.c
232 am_libutf8_la_OBJECTS = charset.lo iconvert.lo utf8.lo
238 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/charset.Plo ./$(DEPDIR)/iconvert.Plo \
278 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/charset.Plo@am__quote@
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/plugin_common/
H A DMakefile.in230 charset.h \
238 charset.c \
259 am_libplugin_common_la_OBJECTS = charset.lo dither.lo replaygain.lo \
266 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/charset.Plo ./$(DEPDIR)/dither.Plo \
309 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/charset.Plo@am__quote@
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/share/utf8/
H A DMakefile.in211 libutf8_la_SOURCES = charset.c charset.h iconvert.c utf8.c
232 am_libutf8_la_OBJECTS = charset.lo iconvert.lo utf8.lo
238 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/charset.Plo ./$(DEPDIR)/iconvert.Plo \
278 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/charset.Plo@am__quote@
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A Dsqlprintf.c94 etByte charset; /* Offset into aDigits[] of the digits string */ member in struct:et_info
429 cset = &aDigits[infop->charset];
567 *(bufpt++) = aDigits[infop->charset];

Completed in 265 milliseconds

1234567891011>>