Home
last modified time | relevance | path

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

1234567

/kernel/linux/linux-5.10/include/linux/
H A Dnls.h26 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 Dunicode.h9 const char *charset; member
H A Dconsole_struct.h39 * @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 Dnls.h26 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 Dconsole_struct.h38 * @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 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_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",
/kernel/linux/linux-6.6/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_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",
/kernel/linux/linux-5.10/drivers/auxdisplay/
H A Dpanel.c203 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 Dpanel.c204 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 Dcifs_unicode.c143 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 Dcifs_unicode.c141 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 Dunicode.c81 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 Dunistr.c286 "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 Dunistr.c286 "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 Dgenimage.sh117 genisoimage -J -r -input-charset=utf-8 -quiet -o $FIMAGE \
/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_unicode.c82 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 Djfs_unicode.c82 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 Doptions.c237 seq_printf(seq, ",nls=%s", sbi->nls->charset); in hfsplus_show_options()
/kernel/linux/linux-6.6/fs/hfsplus/
H A Doptions.c237 seq_printf(seq, ",nls=%s", sbi->nls->charset); in hfsplus_show_options()
/kernel/linux/linux-5.10/fs/hfs/
H A Dsuper.c153 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 Dsuper.c153 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()

Completed in 20 milliseconds

1234567