Home
last modified time | relevance | path

Searched refs:CSTOP (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/sys/
Dttydefaults.h24 #define CSTOP CTRL('s') macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dttydefaults.h24 #define CSTOP CTRL('s') macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dttydefaults.h24 #define CSTOP CTRL('s') macro
/third_party/musl/include/sys/
Dttydefaults.h24 #define CSTOP CTRL('s') macro
/third_party/python/Modules/
Dtermios.c718 #ifdef CSTOP
719 {"CSTOP", CSTOP},
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs2324 pub const CSTOP: ::tcflag_t = 0o23; constant