/kernel/linux/linux-5.10/include/linux/ |
H A D | nls.h | 26 const char *charset; member 37 /* this value hold the maximum octet of charset */ 50 extern struct nls_table *load_nls(const char *charset);
|
H A D | unicode.h | 9 const char *charset; member
|
H A D | console_struct.h | 39 * @charset: what character set to use (0=G0 or 1=G1) 52 unsigned int charset : 1; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nls.h | 26 const char *charset; member 37 /* this value hold the maximum octet of charset */ 50 extern struct nls_table *load_nls(const char *charset);
|
H A D | console_struct.h | 38 * @charset: what character set to use (0=G0 or 1=G1) 51 unsigned int charset : 1; member
|
/kernel/linux/linux-5.10/fs/nls/ |
H A D | nls_base.c | 275 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 D | nls_koi8-ru.c | 4 * 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 D | nls_utf8.c | 2 * Module for handling utf8 just like any other charset. 44 .charset = "utf8",
|
/kernel/linux/linux-6.6/fs/nls/ |
H A D | nls_base.c | 275 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 D | nls_koi8-ru.c | 4 * 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 D | nls_utf8.c | 2 * Module for handling utf8 just like any other charset. 44 .charset = "utf8",
|
/kernel/linux/linux-5.10/drivers/auxdisplay/ |
H A D | panel.c | 203 int charset; member 504 /* for some LCD drivers (ks0074) we need a charset conversion table. */ 916 lcd.charset = LCD_CHARSET_NORMAL; in lcd_init() 928 lcd.charset = LCD_CHARSET_KS0074; in lcd_init() 941 lcd.charset = LCD_CHARSET_NORMAL; in lcd_init() 954 lcd.charset = DEFAULT_LCD_CHARSET; in lcd_init() 961 lcd.charset = LCD_CHARSET_NORMAL; in lcd_init() 982 lcd.charset = lcd_charset; in lcd_init() 1045 if (lcd.charset == NOT_SET) in lcd_init() 1046 lcd.charset in lcd_init() [all...] |
/kernel/linux/linux-6.6/drivers/auxdisplay/ |
H A D | panel.c | 204 int charset; member 503 /* for some LCD drivers (ks0074) we need a charset conversion table. */ 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 in lcd_init() [all...] |
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifs_unicode.c | 143 if (strcmp(cp->charset, "utf8")) in cifs_mapchar() 157 * cifs_from_utf16 - convert utf16le string to local charset 258 if (!strcmp(codepage->charset, "utf8")) { in cifs_strtoUTF16() 302 * be after being converted to the given charset, not including any null 517 if (strcmp(cp->charset, "utf8") || !wchar_to) in cifsConvertToUTF16() 583 * be after being converted to the given charset, not including any null
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | cifs_unicode.c | 141 if (strcmp(cp->charset, "utf8")) in cifs_mapchar() 155 * cifs_from_utf16 - convert utf16le string to local charset 256 if (!strcmp(codepage->charset, "utf8")) { in cifs_strtoUTF16() 300 * be after being converted to the given charset, not including any null 515 if (strcmp(cp->charset, "utf8") || !wchar_to) in cifsConvertToUTF16() 581 * be after being converted to the given charset, not including any null
|
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | unicode.c | 81 if (strcmp(cp->charset, "utf8")) in cifs_mapchar() 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")) { in smb_strtoUTF16() 328 * smbConvertToUTF16() - convert string from local charset to utf16 398 if (strcmp(cp->charset, "utf8")) in smbConvertToUTF16()
|
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | unistr.c | 286 "Unicode.", nls->charset); in ntfs_nlstoucs() 375 "try to use the mount option nls=utf8.", nls->charset); in ntfs_ucstonls()
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | unistr.c | 286 "Unicode.", nls->charset); in ntfs_nlstoucs() 375 "try to use the mount option nls=utf8.", nls->charset); in ntfs_ucstonls()
|
/kernel/linux/linux-5.10/arch/x86/boot/ |
H A D | genimage.sh | 117 genisoimage -J -r -input-charset=utf-8 -quiet -o $FIMAGE \
|
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_unicode.c | 82 jfs_err("charset = %s, char = 0x%x", in jfs_strtoUCS() 83 codepage->charset, *from); in jfs_strtoUCS()
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_unicode.c | 82 jfs_err("charset = %s, char = 0x%x", in jfs_strtoUCS() 83 codepage->charset, *from); in jfs_strtoUCS()
|
/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | options.c | 237 seq_printf(seq, ",nls=%s", sbi->nls->charset); in hfsplus_show_options()
|
/kernel/linux/linux-6.6/fs/hfsplus/ |
H A D | options.c | 237 seq_printf(seq, ",nls=%s", sbi->nls->charset); in hfsplus_show_options()
|
/kernel/linux/linux-5.10/fs/hfs/ |
H A D | super.c | 153 seq_printf(seq, ",codepage=%s", sbi->nls_disk->charset); in hfs_show_options() 155 seq_printf(seq, ",iocharset=%s", sbi->nls_io->charset); in hfs_show_options()
|
/kernel/linux/linux-6.6/fs/hfs/ |
H A D | super.c | 153 seq_printf(seq, ",codepage=%s", sbi->nls_disk->charset); in hfs_show_options() 155 seq_printf(seq, ",iocharset=%s", sbi->nls_io->charset); in hfs_show_options()
|