Home
last modified time | relevance | path

Searched refs:CSTART (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/porting/uniproton/kernel/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/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/include/sys/
Dttydefaults.h23 #define CSTART CTRL('q') macro
/third_party/ltp/testcases/kernel/syscalls/ioctl/
Dioctl02.c236 termio.c_cc[i] = CSTART; in run_ptest()
323 if (termio.c_cc[i] != CSTART) { in chk_tty_parms()
/third_party/python/Modules/
Dtermios.c715 #ifdef CSTART
716 {"CSTART", CSTART},