Searched refs:charset (Results 1 - 25 of 73) sorted by relevance

123

/linux-master/include/linux/
H A Dnls.h26 const char *charset; member in struct:nls_table
37 /* this value hold the maximum octet of charset */
50 extern struct nls_table *load_nls(const char *charset);
H A Dconsole_struct.h38 * @charset: what character set to use (0=G0 or 1=G1)
51 unsigned int charset : 1; member in struct:vc_state
/linux-master/fs/nls/
H A Dnls_koi8-ru.c4 * Charset koi8-ru translation based on charset koi8-u.
5 * The Unicode to charset table has only exact mappings.
55 .charset = "koi8-ru",
H A Dnls_utf8.c2 * Module for handling utf8 just like any other charset.
44 .charset = "utf8",
H A Dnls_base.c275 static struct nls_table *find_nls(const char *charset) argument
280 if (!strcmp(nls->charset, charset))
282 if (nls->alias && !strcmp(nls->alias, charset))
291 struct nls_table *load_nls(const char *charset) argument
293 return try_then_request_module(find_nls(charset), "nls_%s", charset);
524 .charset = "default",
H A Dnls_ascii.c5 * Generated automatically from the Unicode and charset
7 * The Unicode to charset table has only exact mappings.
146 .charset = "ascii",
H A Dnls_cp874.c5 * Generated automatically from the Unicode and charset
7 * The Unicode to charset table has only exact mappings.
253 .charset = "cp874",
H A Dnls_iso8859-1.c5 * Generated automatically from the Unicode and charset
7 * The Unicode to charset table has only exact mappings.
237 .charset = "iso8859-1",
H A Dnls_iso8859-13.c5 * The Unicode to charset table has only exact mappings.
265 .charset = "iso8859-13",
H A Dnls_iso8859-5.c5 * Generated automatically from the Unicode and charset
7 * The Unicode to charset table has only exact mappings.
252 .charset = "iso8859-5",
H A Dnls_iso8859-6.c5 * Generated automatically from the Unicode and charset
7 * The Unicode to charset table has only exact mappings.
243 .charset = "iso8859-6",
H A Dnls_iso8859-9.c5 * Generated automatically from the Unicode and charset
7 * The Unicode to charset table has only exact mappings.
252 .charset = "iso8859-9",
/linux-master/fs/jfs/
H A Djfs_unicode.c82 jfs_err("charset = %s, char = 0x%x",
83 codepage->charset, *from);
/linux-master/fs/smb/server/
H A Dunicode.c81 if (strcmp(cp->charset, "utf8"))
101 * be after being converted to the given charset, not including any null
137 * smb_from_utf16() - convert utf16le string to local charset
241 if (!strcmp(codepage->charset, "utf8")) {
328 * smbConvertToUTF16() - convert string from local charset to utf16
398 if (strcmp(cp->charset, "utf8"))
/linux-master/fs/smb/client/
H A Dcifs_unicode.c141 if (strcmp(cp->charset, "utf8"))
155 * cifs_from_utf16 - convert utf16le string to local charset
256 if (!strcmp(codepage->charset, "utf8")) {
300 * be after being converted to the given charset, not including any null
515 if (strcmp(cp->charset, "utf8") || !wchar_to)
581 * be after being converted to the given charset, not including any null
H A Ddfs_cache.c85 if (unlikely(strcmp(cp->charset, cache_cp->charset))) {
509 /* Check if two DFS paths are equal. @s1 and @s2 are expected to be in @cache_cp's charset */
H A Dconnect.c1907 if (strcmp(ctx->local_nls->charset, ses->local_nls->charset))
2343 ses->local_nls = load_nls(ctx->local_nls->charset);
2799 if (strcmp(old->local_nls->charset, new->local_nls->charset))
/linux-master/drivers/auxdisplay/
H A Dpanel.c204 int charset; member in struct:__anon62
503 /* for some LCD drivers (ks0074) we need a charset conversion table. */
860 lcd.charset = LCD_CHARSET_NORMAL;
872 lcd.charset = LCD_CHARSET_KS0074;
885 lcd.charset = LCD_CHARSET_NORMAL;
898 lcd.charset = DEFAULT_LCD_CHARSET;
905 lcd.charset = LCD_CHARSET_NORMAL;
926 lcd.charset = lcd_charset;
995 if (lcd.charset == NOT_SET)
996 lcd.charset
[all...]
/linux-master/fs/hfs/
H A Dsuper.c153 seq_printf(seq, ",codepage=%s", sbi->nls_disk->charset);
155 seq_printf(seq, ",iocharset=%s", sbi->nls_io->charset);
/linux-master/arch/x86/boot/
H A Dgenimage.sh255 genisoimage -J -r -appid 'LINUX_BOOT' -input-charset=utf-8 \
/linux-master/fs/hfsplus/
H A Doptions.c237 seq_printf(seq, ",nls=%s", sbi->nls->charset);
/linux-master/drivers/tty/vt/
H A Dvt.c66 * Fixed UTF-8 mode so alternate charset modes always work according
1747 vc->vc_translate = set_translate(vc->state.Gx_charset[vc->state.charset], vc);
2088 vc->vc_translate = set_translate(vc->state.Gx_charset[vc->state.charset],
2149 vc->state.charset = 0;
2188 unsigned char *charset = &vc->state.Gx_charset[which]; local
2192 *charset = GRAF_MAP;
2195 *charset = LAT1_MAP;
2198 *charset = IBMPC_MAP;
2201 *charset = USER_MAP;
2205 if (vc->state.charset
[all...]
/linux-master/fs/ntfs3/
H A Ddir.c69 nls->charset);
/linux-master/fs/befs/
H A Dlinuxvfs.c500 * UTF-8 to NLS charset convert routine
553 "cannot be converted to unicode.", nls->charset);
633 "cannot be converted to unicode.", nls->charset);
777 seq_printf(m, ",charset=%s", opts->iocharset);
/linux-master/fs/fat/
H A Dinode.c965 seq_printf(m, ",codepage=%s", &sbi->nls_disk->charset[2]);
968 seq_printf(m, ",iocharset=%s", sbi->nls_io->charset);
1372 fat_msg(sb, KERN_WARNING, "utf8 is not a recommended IO charset"
1846 fat_msg(sb, KERN_ERR, "IO charset %s not found",

Completed in 271 milliseconds

123