Home
last modified time | relevance | path

Searched refs:unicode (Results 1 – 25 of 40) sorted by relevance

12

/linux/drivers/tty/vt/
H A Dselection.c67 sel_pos(int n, bool unicode) in sel_pos() argument
69 if (unicode) in sel_pos()
210 static int vc_selection_store_chars(struct vc_data *vc, bool unicode) in vc_selection_store_chars() argument
217 bp = kmalloc_array((vc_sel.end - vc_sel.start) / 2 + 1, unicode ? 4 : 1, in vc_selection_store_chars()
229 u32 c = sel_pos(i, unicode); in vc_selection_store_chars()
230 if (unicode) in vc_selection_store_chars()
255 bool unicode = vt_do_kdgkbmode(fg_console) == K_UNICODE; in vc_do_selection() local
263 spc = is_space_on_vt(sel_pos(ps, unicode)); in vc_do_selection()
265 if ((spc && !is_space_on_vt(sel_pos(ps, unicode))) || in vc_do_selection()
266 (!spc && !inword(sel_pos(ps, unicode)))) in vc_do_selection()
[all …]
H A Dconmakehash.c22 typedef unsigned short unicode; typedef
45 unicode unitable[MAX_FONTLEN][255];
H A DMakefile35 loadkeys --mktable --unicode $< > $@
/linux/Documentation/input/
H A Dnotifier.rst19 unicode character. value is the unicode value.
21 non-unicode character. value is the keysym.
22 - KBD_POST_KEYSYM events are sent after the treatment of non-unicode keysyms.
40 if (unicode) {
41 param.value = unicode;
44 emit unicode;
/linux/fs/fat/
H A Ddir.c293 wchar_t **unicode, unsigned char *nr_slots) in fat_parse_long() argument
298 if (!*unicode) { in fat_parse_long()
299 *unicode = __getname(); in fat_parse_long()
300 if (!*unicode) { in fat_parse_long()
322 fat16_towchar(*unicode + offset, ds->name0_4, 5); in fat_parse_long()
323 fat16_towchar(*unicode + offset + 5, ds->name5_10, 6); in fat_parse_long()
324 fat16_towchar(*unicode + offset + 11, ds->name11_12, 2); in fat_parse_long()
327 (*unicode)[offset + 13] = 0; in fat_parse_long()
483 wchar_t *unicode = NULL; in fat_search_long() local
502 &unicode, &nr_slots); in fat_search_long()
[all …]
/linux/drivers/accessibility/speakup/
H A Dspeakup_soft.c219 loff_t *pos, int unicode) in softsynthx_read() argument
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()
H A Dsynth.c54 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()
/linux/fs/isofs/
H A DKconfig25 which allows for long filenames in unicode format (unicode is the
28 <http://www.unicode.org/> for more information). Say Y here if you
/linux/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget103 - 1: unicode string
104 - 2: unicode string with environment variable
108 - 6: unicode string with a symbolic link
109 - 7: multiple unicode strings
/linux/Documentation/translations/zh_TW/admin-guide/
H A Dunicode.rst5 :Original: Documentation/admin-guide/unicode.rst
17 此文檔由H. Peter Anvin <unicode@lanana.org>管理,是Linux註冊名稱與編號管理局
21 http://www.lanana.org/docs/unicode/admin-guide/unicode.rst
H A Dindex.rst73 unicode
/linux/Documentation/translations/zh_CN/admin-guide/
H A Dunicode.rst3 :Original: Documentation/admin-guide/unicode.rst
14 此文档由H. Peter Anvin <unicode@lanana.org>管理,是Linux注册名称与编号管理局
18 http://www.lanana.org/docs/unicode/admin-guide/unicode.rst
H A Dindex.rst71 unicode
/linux/fs/udf/
H A DMakefile10 directory.o misc.o udftime.o unicode.o
/linux/rust/syn/
H A DREADME.md6 the SPDX license identifiers and to remove the `unicode-ident`
/linux/rust/proc-macro2/
H A DREADME.md7 identifiers and to remove the `unicode-ident` dependency.
/linux/fs/smb/server/
H A DMakefile7 ksmbd-y := unicode.o auth.o vfs.o vfs_cache.o server.o ndr.o \
/linux/include/uapi/linux/
H A Dkd.h63 unsigned short unicode; member
/linux/fs/hfsplus/
H A Dcatalog.c77 memcpy(key->cat.name.unicode, name->unicode, ustrlen); in hfsplus_cat_build_key_uni()
367 &fd.search_key->cat.name.unicode, in hfsplus_delete_cat()
/linux/Documentation/filesystems/
H A Dhfsplus.rst9 blocks, 255-character unicode filenames, and file sizes of 2^63 bytes.
/linux/fs/smb/client/
H A Dreaddir.c667 file_info->srch_inf.unicode); in cifs_save_resume_key()
963 file_info->srch_inf.unicode); in cifs_filldir()
974 if (cifs_entry_is_dot(&de, file_info->srch_inf.unicode)) in cifs_filldir()
977 if (file_info->srch_inf.unicode) { in cifs_filldir()
H A Dfs_context.c1009 if (new_ctx->unicode != old_ctx->unicode) { in smb3_verify_reconfigure_ctx()
1715 ctx->unicode = !result.negated; in smb3_fs_context_parse_param()
1716 cifs_dbg(FYI, "unicode set to %d\n", ctx->unicode); in smb3_fs_context_parse_param()
2008 ctx->unicode = -1; /* autodetect, but prefer UNICODE mode */ in smb3_init_fs_context()
H A Dfs_context.h332 int unicode; member
H A Dconnect.c2446 ses->unicode = ctx->unicode; in cifs_get_smb_ses()
4295 if (ses->unicode == 1 && server->vals->cap_unicode != 0 && in cifs_setup_session()
4299 } else if (ses->unicode == 0 && server->vals->cap_unicode == 0) { in cifs_setup_session()
4302 } else if (ses->unicode == 0) { in cifs_setup_session()
4400 ctx->unicode = master_tcon->ses->unicode; in cifs_construct_tcon()
/linux/fs/
H A DMakefile90 obj-y += unicode/

12