/kernel/linux/linux-5.10/drivers/tty/vt/ |
H A D | selection.c | 67 sel_pos(int n, bool unicode) in sel_pos() argument 69 if (unicode) in sel_pos() 188 static int vc_selection_store_chars(struct vc_data *vc, bool unicode) in vc_selection_store_chars() argument 194 /* chars can take up to 4 bytes with unicode */ in vc_selection_store_chars() 195 bp = kmalloc_array((vc_sel.end - vc_sel.start) / 2 + 1, unicode ? 4 : 1, in vc_selection_store_chars() 207 u32 c = sel_pos(i, unicode); in vc_selection_store_chars() 208 if (unicode) in vc_selection_store_chars() 233 bool unicode = vt_do_kdgkbmode(fg_console) == K_UNICODE; in vc_do_selection() local 241 spc = isspace(sel_pos(ps, unicode)); in vc_do_selection() 243 if ((spc && !isspace(sel_pos(ps, unicode))) || in vc_do_selection() [all...] |
H A D | conmakehash.c | 22 typedef unsigned short unicode; typedef 45 unicode unitable[MAX_FONTLEN][255]; 125 * <fontpos> <unicode> <unicode> ... in main() 127 * <range> <unicode range> in main() 130 * and <unicode> ::= U+<h><h><h><h> in main() 224 /* no range; expect a list of unicode values for a single font position */ in main()
|
H A D | consolemap.c | 475 con_insert_unipair(struct uni_pagedir *p, u_short unicode, u_short fontpos) in con_insert_unipair() argument 480 p1 = p->uni_pgdir[n = unicode >> 11]; in con_insert_unipair() 489 p2 = p1[n = (unicode >> 6) & 0x1f]; in con_insert_unipair() 496 p2[unicode & 0x3f] = fontpos; in con_insert_unipair() 498 p->sum += (fontpos << 20U) + unicode; in con_insert_unipair() 578 * when its first entry is added. The unicode value must in con_set_unimap() 582 l = 0; /* unicode value */ in con_set_unimap() 592 * Found one, copy entry for unicode in con_set_unimap() 624 * Insert user specified unicode pairs into new table. in con_set_unimap() 627 err1 = con_insert_unipair(p, plist->unicode, plis in con_set_unimap() [all...] |
/kernel/linux/linux-6.6/drivers/tty/vt/ |
H A D | selection.c | 67 sel_pos(int n, bool unicode) in sel_pos() argument 69 if (unicode) in sel_pos() 189 static int vc_selection_store_chars(struct vc_data *vc, bool unicode) in vc_selection_store_chars() argument 195 /* chars can take up to 4 bytes with unicode */ in vc_selection_store_chars() 196 bp = kmalloc_array((vc_sel.end - vc_sel.start) / 2 + 1, unicode ? 4 : 1, in vc_selection_store_chars() 208 u32 c = sel_pos(i, unicode); in vc_selection_store_chars() 209 if (unicode) in vc_selection_store_chars() 234 bool unicode = vt_do_kdgkbmode(fg_console) == K_UNICODE; in vc_do_selection() local 242 spc = is_space_on_vt(sel_pos(ps, unicode)); in vc_do_selection() 244 if ((spc && !is_space_on_vt(sel_pos(ps, unicode))) || in vc_do_selection() [all...] |
H A D | conmakehash.c | 22 typedef unsigned short unicode; typedef 45 unicode unitable[MAX_FONTLEN][255]; 125 * <fontpos> <unicode> <unicode> ... in main() 127 * <range> <unicode range> in main() 130 * and <unicode> ::= U+<h><h><h><h> in main() 224 /* no range; expect a list of unicode values for a single font position */ in main()
|
H A D | Makefile | 33 loadkeys --mktable --unicode $< > $@
|
H A D | consolemap.c | 208 * struct uni_pagedict -- unicode directory 214 * @inverse_trans_unicode: best-effort inverse mapping to unicode 509 con_insert_unipair(struct uni_pagedict *p, u_short unicode, u_short fontpos) in con_insert_unipair() argument 514 n = UNI_DIR(unicode); in con_insert_unipair() 523 n = UNI_ROW(unicode); in con_insert_unipair() 534 row[UNI_GLYPH(unicode)] = fontpos; in con_insert_unipair() 536 p->sum += (fontpos << 20U) + unicode; in con_insert_unipair() 597 * entry is added. The unicode value must still be incremented for in con_unshare_unimap() 620 * Found one, copy entry for unicode uni with in con_unshare_unimap() 671 * Insert user specified unicode pair in con_set_unimap() [all...] |
/kernel/linux/linux-5.10/fs/fat/ |
H A D | dir.c | 30 * Maximum buffer size of unicode chars from slots. 281 wchar_t **unicode, unsigned char *nr_slots) in fat_parse_long() 286 if (!*unicode) { in fat_parse_long() 287 *unicode = __getname(); in fat_parse_long() 288 if (!*unicode) { in fat_parse_long() 310 fat16_towchar(*unicode + offset, ds->name0_4, 5); in fat_parse_long() 311 fat16_towchar(*unicode + offset + 5, ds->name5_10, 6); in fat_parse_long() 312 fat16_towchar(*unicode + offset + 11, ds->name11_12, 2); in fat_parse_long() 315 (*unicode)[offset + 13] = 0; in fat_parse_long() 471 wchar_t *unicode in fat_search_long() local 279 fat_parse_long(struct inode *dir, loff_t *pos, struct buffer_head **bh, struct msdos_dir_entry **de, wchar_t **unicode, unsigned char *nr_slots) fat_parse_long() argument 562 wchar_t *unicode = NULL; __fat_readdir() local [all...] |
/kernel/linux/linux-6.6/fs/fat/ |
H A D | dir.c | 30 * Maximum buffer size of unicode chars from slots. 281 wchar_t **unicode, unsigned char *nr_slots) in fat_parse_long() 286 if (!*unicode) { in fat_parse_long() 287 *unicode = __getname(); in fat_parse_long() 288 if (!*unicode) { in fat_parse_long() 310 fat16_towchar(*unicode + offset, ds->name0_4, 5); in fat_parse_long() 311 fat16_towchar(*unicode + offset + 5, ds->name5_10, 6); in fat_parse_long() 312 fat16_towchar(*unicode + offset + 11, ds->name11_12, 2); in fat_parse_long() 315 (*unicode)[offset + 13] = 0; in fat_parse_long() 471 wchar_t *unicode in fat_search_long() local 279 fat_parse_long(struct inode *dir, loff_t *pos, struct buffer_head **bh, struct msdos_dir_entry **de, wchar_t **unicode, unsigned char *nr_slots) fat_parse_long() argument 562 wchar_t *unicode = NULL; __fat_readdir() local [all...] |
/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
H A D | speakup_soft.c | 200 loff_t *pos, int unicode) in softsynthx_read() 205 size_t bytes_per_ch = unicode ? 3 : 1; in softsynthx_read() 219 if (!unicode) in softsynthx_read() 251 if (!unicode) in softsynthx_read() 259 if ((!unicode && ch < 0x100) || (unicode && ch < 0x80)) { in softsynthx_read() 267 } else if (unicode && ch < 0x800) { in softsynthx_read() 278 } else if (unicode) { in softsynthx_read() 199 softsynthx_read(struct file *fp, char __user *buf, size_t count, loff_t *pos, int unicode) softsynthx_read() argument
|
H A D | synth.c | 54 static void _spk_do_catch_up(struct spk_synth *synth, int unicode) in _spk_do_catch_up() argument 84 if (!unicode) in _spk_do_catch_up() 96 if (unicode) in _spk_do_catch_up()
|
/kernel/linux/linux-6.6/drivers/accessibility/speakup/ |
H A D | speakup_soft.c | 219 loff_t *pos, int unicode) in softsynthx_read() 224 size_t bytes_per_ch = unicode ? 3 : 1; in softsynthx_read() 238 if (!unicode) in softsynthx_read() 270 if (!unicode) in softsynthx_read() 278 if ((!unicode && ch < 0x100) || (unicode && ch < 0x80)) { in softsynthx_read() 286 } else if (unicode && ch < 0x800) { in softsynthx_read() 297 } else if (unicode) { in softsynthx_read() 218 softsynthx_read(struct file *fp, char __user *buf, size_t count, loff_t *pos, int unicode) softsynthx_read() argument
|
H A D | synth.c | 54 static void _spk_do_catch_up(struct spk_synth *synth, int unicode) in _spk_do_catch_up() argument 84 if (!unicode) in _spk_do_catch_up() 96 if (unicode) in _spk_do_catch_up()
|
/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | unicode.c | 3 * linux/fs/hfsplus/unicode.c 9 * Handler routines for unicode strings 17 /* Fold the case of a unicode char, given the 16 bit value */ 31 /* Compare unicode strings, return values like normal strcmp */ 40 p1 = s1->unicode; in hfsplus_strcasecmp() 41 p2 = s2->unicode; in hfsplus_strcasecmp() 74 p1 = s1->unicode; in hfsplus_strcmp() 75 p2 = s2->unicode; in hfsplus_strcmp() 134 ip = ustr->unicode; in hfsplus_uni2asc() 253 * Convert one or more ASCII characters into a single unicode characte [all...] |
H A D | Makefile | 9 bnode.o brec.o bfind.o tables.o unicode.o wrapper.o bitmap.o part_tbl.o \
|
/kernel/linux/linux-6.6/fs/hfsplus/ |
H A D | unicode.c | 3 * linux/fs/hfsplus/unicode.c 9 * Handler routines for unicode strings 17 /* Fold the case of a unicode char, given the 16 bit value */ 31 /* Compare unicode strings, return values like normal strcmp */ 40 p1 = s1->unicode; in hfsplus_strcasecmp() 41 p2 = s2->unicode; in hfsplus_strcasecmp() 74 p1 = s1->unicode; in hfsplus_strcmp() 75 p2 = s2->unicode; in hfsplus_strcmp() 134 ip = ustr->unicode; in hfsplus_uni2asc() 253 * Convert one or more ASCII characters into a single unicode characte [all...] |
H A D | Makefile | 9 bnode.o brec.o bfind.o tables.o unicode.o wrapper.o bitmap.o part_tbl.o \
|
/kernel/linux/linux-5.10/fs/unicode/ |
H A D | Makefile | 3 obj-$(CONFIG_UNICODE) += unicode.o 6 unicode-y := utf8-norm.o utf8-core.o
|
/kernel/linux/linux-6.6/fs/unicode/ |
H A D | Makefile | 4 obj-y += unicode.o 9 unicode-y := utf8-norm.o utf8-core.o
|
H A D | utf8n.h | 14 #include <linux/unicode.h>
|
/kernel/linux/linux-5.10/fs/udf/ |
H A D | Makefile | 10 directory.o misc.o udftime.o unicode.o
|
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | unicode.h | 7 * Convert a unicode character to upper or lower case using 27 #include <linux/unicode.h>
|
H A D | Makefile | 7 ksmbd-y := unicode.o auth.o vfs.o vfs_cache.o server.o ndr.o \
|
/kernel/linux/linux-6.6/fs/udf/ |
H A D | Makefile | 10 directory.o misc.o udftime.o unicode.o
|
/kernel/linux/linux-6.6/fs/smb/server/mgmt/ |
H A D | share_config.h | 12 #include <linux/unicode.h>
|