Home
last modified time | relevance | path

Searched refs:IUTF8 (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dtermbits.h71 #define IUTF8 0x4000 macro
/openbmc/linux/include/uapi/asm-generic/
H A Dtermbits.h65 #define IUTF8 0x4000 macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dtermbits.h65 #define IUTF8 0x8000 macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dtermbits.h77 #define IUTF8 0x4000 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dtermbits.h85 #define IUTF8 0x4000 /* Input is UTF-8 */ macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dtermbits.h82 #define IUTF8 0x4000 macro
/openbmc/linux/include/linux/
H A Dtty.h72 #define I_IUTF8(tty) _I_FLAG((tty), IUTF8)
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0001-localedef-Add-hardlink-resolver-from-util-linux.patch353 +#ifndef IUTF8
354 +#define IUTF8 0040000
/openbmc/linux/drivers/tty/vt/
H A Dvt.c3357 tty->termios.c_iflag |= IUTF8; in con_install()
3359 tty->termios.c_iflag &= ~IUTF8; in con_install()
3566 console_driver->init_termios.c_iflag |= IUTF8; in vty_init()
/openbmc/qemu/linux-user/
H A Dstrace.c1383 FLAG_TARGET(IUTF8),
H A Dsyscall.c5703 { TARGET_IUTF8, TARGET_IUTF8, IUTF8, IUTF8},