Home
last modified time | relevance | path

Searched defs:CSTART (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dttydefaults.h23 #define CSTART CTRL('q') macro
/third_party/musl/ndk_musl_include/sys/
Dttydefaults.h23 #define CSTART CTRL('q') macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dttydefaults.h23 #define CSTART CTRL('q') macro
/third_party/musl/include/sys/
Dttydefaults.h23 #define CSTART CTRL('q') macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dttydefaults.h23 #define CSTART CTRL('q') macro
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs2323 pub const CSTART: ::tcflag_t = 0o21; constant