/third_party/musl/libc-test/src/functionalext/supplement/manual/termios/ |
D | tcsetattr.c | 21 const cc_t veof = (cc_t)0x07;
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 6 cc_t c_line; 7 cc_t c_cc[NCCS];
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 6 cc_t c_line; 7 cc_t c_cc[NCCS];
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 6 cc_t c_line; 7 cc_t c_cc[NCCS];
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 6 cc_t c_line; 7 cc_t c_cc[NCCS];
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 6 cc_t c_line; 7 cc_t c_cc[NCCS];
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | termios.h | 6 cc_t c_line; 7 cc_t c_cc[NCCS];
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 8 cc_t c_cc[NCCS]; 9 cc_t c_line;
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 6 cc_t c_line; 7 cc_t c_cc[NCCS];
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 6 cc_t c_line; 7 cc_t c_cc[NCCS];
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 6 cc_t c_line; 7 cc_t c_cc[NCCS];
|
/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 8 cc_t c_cc[NCCS]; 9 cc_t c_line;
|
/third_party/musl/libc-test/src/api/ |
D | termios.c | 7 T(cc_t) in f() 17 F(cc_t,c_cc[NCCS]) in f()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/ |
D | mod.rs | 168 pub c_line: ::cc_t, 169 pub c_cc: [::cc_t; ::NCCS],
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | termios.h | 11 typedef unsigned char cc_t; typedef
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | termios.h | 14 typedef unsigned char cc_t; typedef
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | termios.h | 14 typedef unsigned char cc_t; typedef
|
/third_party/musl/ndk_musl_include/ |
D | termios.h | 14 typedef unsigned char cc_t; typedef
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | termios.h | 14 typedef unsigned char cc_t; typedef
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | termios.h | 15 typedef unsigned char cc_t; typedef
|
/third_party/musl/include/ |
D | termios.h | 15 typedef unsigned char cc_t; typedef
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/ |
D | mod.rs | 7 pub c_line: ::cc_t, 8 pub c_cc: [::cc_t; 19],
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
D | mod.rs | 7 pub c_line: ::cc_t, 8 pub c_cc: [::cc_t; 23],
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/ |
D | mod.rs | 219 pub c_line: ::cc_t, 220 pub c_cc: [::cc_t; ::NCCS],
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/ |
D | mod.rs | 7 pub c_line: ::cc_t, 8 pub c_cc: [::cc_t; 19],
|