Home
last modified time | relevance | path

Searched refs:charset (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/openbmc/linux/fs/nls/
H A Dnls_base.c275 static struct nls_table *find_nls(const char *charset) in find_nls() argument
280 if (!strcmp(nls->charset, charset)) in find_nls()
282 if (nls->alias && !strcmp(nls->alias, charset)) in find_nls()
291 struct nls_table *load_nls(const char *charset) in load_nls() argument
293 return try_then_request_module(find_nls(charset), "nls_%s", charset); in load_nls()
524 .charset = "default",
H A Dnls_ascii.c146 .charset = "ascii",
H A Dnls_iso8859-1.c237 .charset = "iso8859-1",
H A Dnls_utf8.c44 .charset = "utf8",
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Ddammit.py693 def find_codec(self, charset): argument
699 value = (self._codec(self.CHARSET_ALIASES.get(charset, charset))
700 or (charset and self._codec(charset.replace("-", "")))
701 or (charset and self._codec(charset.replace("-", "_")))
702 or (charset and charset.lower())
703 or charset
709 def _codec(self, charset): argument
710 if not charset:
711 return charset
714 codecs.lookup(charset)
[all …]
/openbmc/phosphor-webui/app/
H A Dindex.js163 'Accept': 'application/json; charset=utf-8'
166 'Content-Type': 'application/json; charset=utf-8'
169 'Content-Type': 'application/json; charset=utf-8'
172 'Content-Type': 'application/json; charset=utf-8'
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/
H A D720240501dca0b4eacc3295665d7ced8719e11d2.patch57 - "Content-Type": "text/html; charset=utf-8",
74 + "text/html; charset=utf-8"
127 - "Content-Type": "text/html; charset=utf-8",
144 + "text/html; charset=utf-8"
197 - "Content-Type": "text/html; charset=utf-8",
214 + "text/html; charset=utf-8"
267 - "Content-Type": "text/html; charset=utf-8",
284 + "text/html; charset=utf-8"
337 - "Content-Type": "text/html; charset=utf-8",
354 + "text/html; charset=utf-8"
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gjs/gjs/
H A D0002-meson.build-Do-not-add-dir-installed-tests-when-inst.patch6 Content-Type: text/plain; charset=UTF-8
12 Content-Type: text/plain; charset=UTF-8
16 Content-Type: text/plain; charset=UTF-8
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dlibc-package.bbclass199 locale, charset = line.rstrip().split()
202 supported[locale] = charset
213 charset = locale.split('.')[1]
215 charset = 'UTF-8'
216 bb.warn("Unsupported locale '%s', assuming encoding '%s'" % (locale, charset))
217 supported[locale] = charset
329 charset = supported[locale]
330 if utf8_only and charset != 'UTF-8':
344 output_locale(locale, base, charset)
346 if charset == 'UTF-8':
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A D06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch119 +/* Convert a string from OEM_CP to the current locale charset. */
125 +/* Convert a string from ISO_CP to the current locale charset. */
251 + } else { /* -I charset */
261 + while(*(++s)); /* No params straight after charset name */
287 + } else { /* -O charset */
297 + while(*(++s)); /* No params straight after charset name */
351 + } else { /* -I charset */
361 + while(*(++s)); /* No params straight after charset name */
387 + } else { /* -O charset */
397 + while(*(++s)); /* No params straight after charset name */
/openbmc/linux/include/linux/
H A Dnls.h26 const char *charset; member
50 extern struct nls_table *load_nls(const char *charset);
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/
H A D__init__.py470 charset = tag.get('charset')
482 if charset is not None:
485 meta_encoding = charset
486 tag['charset'] = CharsetMetaAttributeValue(charset)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/
H A Dsharutils_4.15.2.bb23 if [ -e ${D}${libdir}/charset.alias ]
25 rm -rf ${D}${libdir}/charset.alias
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/
H A D0001-configure.ac-Rename-to-configure.ac-and-use-external.patch337 -config.charset locale.alias ref-add.sin ref-del.sin $(HEADERS) $(SOURCES)
347 -all-yes: libintl.$la libintl.h charset.alias ref-add.sed ref-del.sed
452 -charset.alias: $(srcdir)/config.charset
453 - $(SHELL) $(srcdir)/config.charset '@host@' > t-$@
495 - temp=$(DESTDIR)$(libdir)/t-charset.alias; \
496 - dest=$(DESTDIR)$(libdir)/charset.alias; \
497 - if test -f $(DESTDIR)$(libdir)/charset.alias; then \
498 - orig=$(DESTDIR)$(libdir)/charset.alias; \
504 - orig=charset.alias; \
532 - chmod a+x $(DESTDIR)$(gettextsrcdir)/config.charset; \
[all …]
H A D0001-po-force-Language-header-for-fr-and-de-locals.patch30 "Content-Type: text/plain; charset=UTF-8\n"
42 "Content-Type: text/plain; charset=ISO-8859-1\n"
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libunicode/
H A Dlibunicode-linebreak-perl_2019.001.bb19 DEPENDS = "libsombok3 libmime-charset-perl"
29 libmime-charset-perl \
/openbmc/linux/drivers/auxdisplay/
H A Dpanel.c204 int charset; member
860 lcd.charset = LCD_CHARSET_NORMAL; in lcd_init()
872 lcd.charset = LCD_CHARSET_KS0074; in lcd_init()
885 lcd.charset = LCD_CHARSET_NORMAL; in lcd_init()
898 lcd.charset = DEFAULT_LCD_CHARSET; in lcd_init()
905 lcd.charset = LCD_CHARSET_NORMAL; in lcd_init()
926 lcd.charset = lcd_charset; in lcd_init()
995 if (lcd.charset == NOT_SET) in lcd_init()
996 lcd.charset = DEFAULT_LCD_CHARSET; in lcd_init()
998 if (lcd.charset == LCD_CHARSET_KS0074) in lcd_init()
[all …]
/openbmc/linux/fs/smb/server/
H A Dunicode.c81 if (strcmp(cp->charset, "utf8")) in cifs_mapchar()
241 if (!strcmp(codepage->charset, "utf8")) { in smb_strtoUTF16()
398 if (strcmp(cp->charset, "utf8")) in smbConvertToUTF16()
/openbmc/openbmc/poky/meta/recipes-connectivity/ofono/ofono/
H A DCVE-2024-7539.patch25 enum sms_charset charset;
38 if (!cbs_dcs_decode(dcs, NULL, NULL, &charset, NULL, NULL, NULL)) {
/openbmc/linux/fs/smb/client/
H A Dcifs_unicode.c141 if (strcmp(cp->charset, "utf8")) in cifs_mapchar()
256 if (!strcmp(codepage->charset, "utf8")) { in cifs_strtoUTF16()
526 if (strcmp(cp->charset, "utf8") || !wchar_to) in cifsConvertToUTF16()
/openbmc/phosphor-webui/app/styles/
H A Dindex.scss1 $charset: "UTF-8"; variable
/openbmc/u-boot/tools/patman/test/
H A D0000-cover-letter.patch6 Content-Type: text/plain; charset=UTF-8
/openbmc/webui-vue/src/components/Global/
H A DTableToolbarExport.vue38 return `data:text/json;charset=utf-8,${this.dataForExport}`;
/openbmc/openbmc/poky/meta/recipes-extended/groff/
H A Dgroff_1.23.0.bb48 if [ -e ${D}${libdir}/charset.alias ]; then
49 rm -rf ${D}${libdir}/charset.alias
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/zile/
H A Dzile_2.4.15.bb17 rm -rf ${D}${libdir}/charset.alias

12345678910>>...12