/third_party/musl/arch/powerpc/bits/ |
H A D | termios.h | 1 #undef NCCS macro 2 #define NCCS 19 macro 8 cc_t c_cc[NCCS];
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | termios.h | 1 #undef NCCS macro 2 #define NCCS 19 macro 8 cc_t c_cc[NCCS];
|
/third_party/python/Modules/ |
H A D | termios.c | 97 PyObject *cc = PyList_New(NCCS); in termios_tcgetattr_impl() 104 for (i = 0; i < NCCS; i++) { in termios_tcgetattr_impl() 197 if (!PyList_Check(cc) || PyList_Size(cc) != NCCS) { in termios_tcsetattr_impl() 200 NCCS); in termios_tcsetattr_impl() 206 for (i = 0; i < NCCS; i++) { in termios_tcsetattr_impl() 982 #ifdef NCCS 983 {"NCCS", NCCS},
|
/third_party/musl/libc-test/src/api/ |
H A D | termios.c | 17 F(cc_t,c_cc[NCCS]) in f() 19 C(NCCS) in f()
|
/third_party/toybox/toys/pending/ |
H A D | stty.c | 292 memset(t->c_cc, 0, NCCS); in make_sane() 353 for (j=0;j<NCCS;j++) { in do_stty() 406 for (i=0;i<NCCS;i++) xprintf("%x%c", old.c_cc[i], i==NCCS-1?'\n':':'); in do_stty()
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | termios.h | 18 #define NCCS 32 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | termios.h | 18 #define NCCS 32 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | termios.h | 19 #define NCCS 32 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | termios.h | 15 #define NCCS 32 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | termios.h | 18 #define NCCS 32 macro
|
/third_party/musl/include/ |
H A D | termios.h | 19 #define NCCS 32 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | termios.h | 7 cc_t c_cc[NCCS];
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | termios.h | 7 cc_t c_cc[NCCS];
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | termios.h | 7 cc_t c_cc[NCCS];
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | termios.h | 7 cc_t c_cc[NCCS];
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | termios.h | 7 cc_t c_cc[NCCS];
|
/third_party/musl/arch/generic/bits/ |
H A D | termios.h | 7 cc_t c_cc[NCCS];
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/ |
H A D | mod.rs | 188 pub const NCCS: usize = 17; consts 234 pub const NCCS: usize = 32; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/ |
H A D | mod.rs | 220 pub c_cc: [::cc_t; ::NCCS], 323 pub const NCCS: usize = 32; consts
|
/third_party/musl/arch/mips/bits/ |
H A D | termios.h | 7 cc_t c_cc[NCCS];
|
/third_party/musl/arch/mips64/bits/ |
H A D | termios.h | 7 cc_t c_cc[NCCS];
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | termios.h | 7 cc_t c_cc[NCCS];
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/ |
H A D | mod.rs | 169 pub c_cc: [::cc_t; ::NCCS],
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/ |
H A D | mod.rs | 5 pub const NCCS: usize = 32; consts
|
/third_party/rust/crates/libc/src/unix/newlib/ |
H A D | mod.rs | 194 pub c_cc: [::cc_t; ::NCCS], 243 pub const NCCS: usize = 32; consts
|