Home
last modified time | relevance | path

Searched refs:NCCS (Results 1 - 25 of 63) sorted by relevance

123

/third_party/musl/arch/powerpc/bits/
H A Dtermios.h1 #undef NCCS macro
2 #define NCCS 19 macro
8 cc_t c_cc[NCCS];
/third_party/musl/arch/powerpc64/bits/
H A Dtermios.h1 #undef NCCS macro
2 #define NCCS 19 macro
8 cc_t c_cc[NCCS];
/third_party/python/Modules/
H A Dtermios.c97 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 Dtermios.c17 F(cc_t,c_cc[NCCS]) in f()
19 C(NCCS) in f()
/third_party/toybox/toys/pending/
H A Dstty.c292 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 Dtermios.h18 #define NCCS 32 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dtermios.h18 #define NCCS 32 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dtermios.h19 #define NCCS 32 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dtermios.h15 #define NCCS 32 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtermios.h18 #define NCCS 32 macro
/third_party/musl/include/
H A Dtermios.h19 #define NCCS 32 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dtermios.h7 cc_t c_cc[NCCS];
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dtermios.h7 cc_t c_cc[NCCS];
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dtermios.h7 cc_t c_cc[NCCS];
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dtermios.h7 cc_t c_cc[NCCS];
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dtermios.h7 cc_t c_cc[NCCS];
/third_party/musl/arch/generic/bits/
H A Dtermios.h7 cc_t c_cc[NCCS];
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
H A Dmod.rs188 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 Dmod.rs220 pub c_cc: [::cc_t; ::NCCS],
323 pub const NCCS: usize = 32; consts
/third_party/musl/arch/mips/bits/
H A Dtermios.h7 cc_t c_cc[NCCS];
/third_party/musl/arch/mips64/bits/
H A Dtermios.h7 cc_t c_cc[NCCS];
/third_party/musl/arch/mipsn32/bits/
H A Dtermios.h7 cc_t c_cc[NCCS];
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/
H A Dmod.rs169 pub c_cc: [::cc_t; ::NCCS],
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
H A Dmod.rs5 pub const NCCS: usize = 32; consts
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs194 pub c_cc: [::cc_t; ::NCCS],
243 pub const NCCS: usize = 32; consts

Completed in 13 milliseconds

123