Home
last modified time | relevance | path

Searched refs:IS_CHAR (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/accessibility/speakup/
H A Dspeakup.h40 #define IS_CHAR(x, type) (spk_chartab[((u_char)x)] & type) macro
H A Dmain.c430 if (ch < 0x100 && IS_CHAR(ch, B_CAP)) { in speak_char()
435 if (ch < 0x100 && IS_CHAR(ch, B_CAP)) in speak_char()
445 if (IS_CHAR(ch, B_CAP)) { in speak_char()
507 if (ch < 0x100 && IS_CHAR(ch, B_NUM)) in say_phonetic_char()
717 if (ch < 0x100 && IS_CHAR(ch, B_CAP)) { in spell_word()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/libxml/libxml2/
H A DCVE-2022-40303.patch294 (IS_CHAR(c)) && (c != '<')) &&