Home
last modified time | relevance | path

Searched defs:ISIG (Results 1 - 25 of 64) sorted by relevance

123

/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dtermios.h125 #define ISIG 0000001 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dtermios.h125 #define ISIG 0000001 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dtermios.h125 #define ISIG 0000001 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dtermios.h125 #define ISIG 0000001 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dtermios.h125 #define ISIG 0000001 macro
/third_party/musl/arch/mips/bits/
H A Dtermios.h126 #define ISIG 0000001 macro
/third_party/musl/arch/powerpc/bits/
H A Dtermios.h133 #define ISIG 0x00000080 macro
/third_party/musl/arch/generic/bits/
H A Dtermios.h125 #define ISIG 0000001 macro
/third_party/musl/arch/mips64/bits/
H A Dtermios.h126 #define ISIG 0000001 macro
/third_party/musl/arch/mipsn32/bits/
H A Dtermios.h126 #define ISIG 0000001 macro
/third_party/musl/arch/powerpc64/bits/
H A Dtermios.h133 #define ISIG 0x00000080 macro
/third_party/rust/crates/rustix/src/backend/libc/termios/
H A Dtypes.rs873 pub const ISIG: c::c_uint = c::ISIG; consts
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
H A Dtypes.rs390 pub const ISIG: c::c_uint = linux_raw_sys::general::ISIG; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
H A Dmod.rs245 pub const ISIG: ::tcflag_t = 0x00000001; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
H A Dmod.rs692 pub const ISIG: ::tcflag_t = 0x00000001; consts
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs429 pub const ISIG: ::tcflag_t = 0x00000080; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/
H A Dmod.rs761 pub const ISIG: ::tcflag_t = 0x00000001; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/sparc/
H A Dmod.rs405 pub const ISIG: ::tcflag_t = 0x1; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/
H A Dmod.rs398 pub const ISIG: ::tcflag_t = 1; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/arm/
H A Dmod.rs397 pub const ISIG: ::tcflag_t = 0x00000001; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/arm/
H A Dmod.rs274 pub const ISIG: ::tcflag_t = 0x00000001; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
H A Ds390x.rs354 pub const ISIG: ::tcflag_t = 0o000001; consts
H A Dpowerpc64.rs663 pub const ISIG: ::tcflag_t = 0x00000080; consts
H A Dmips64.rs658 pub const ISIG: ::tcflag_t = 0x00000001; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/loongarch64/
H A Dmod.rs845 pub const ISIG: ::tcflag_t = 0x00000001; consts

Completed in 35 milliseconds

123