Home
last modified time | relevance | path

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

/external/openssh/
Dttymodes.h121 #ifdef IUTF8
122 TTYMODE(IUTF8, c_iflag, 42)
/external/toybox/lib/
Dportability.h191 #ifndef IUTF8
192 #define IUTF8 0 macro
Dtty.c94 if (toys.which->flags & TOYFLAG_LOCALE) termio.c_iflag |= IUTF8; in set_terminal()
/external/kernel-headers/original/uapi/asm-generic/
Dtermbits.h77 #define IUTF8 0040000 macro
/external/toybox/toys/pending/
Dstty.c97 { "imaxbel", IMAXBEL }, { "iutf8", IUTF8 },
/external/rust/crates/nix/src/sys/
Dtermios.rs575 IUTF8;
/external/minijail/linux-x86/
Dlibconstants.gen.c2764 #ifdef IUTF8
2765 { "IUTF8", (unsigned long) IUTF8 },
/external/rust/crates/libc/src/unix/redox/
Dmod.rs711 pub const IUTF8: ::tcflag_t = 0o040_000; constant
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1713 pub const IUTF8: ::tcflag_t = 0x00004000; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1751 pub const IUTF8: ::tcflag_t = 0x00004000; constant
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs2788 pub const IUTF8: ::tcflag_t = 0x00004000; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs2646 pub const IUTF8: ::tcflag_t = 0x00004000; constant