Home
last modified time | relevance | path

Searched refs:cc_t (Results 1 - 25 of 59) sorted by relevance

123

/third_party/musl/libc-test/src/functionalext/supplement/manual/termios/
H A Dtcsetattr.c21 const cc_t veof = (cc_t)0x07;
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dtermios.h6 cc_t c_line;
7 cc_t c_cc[NCCS];
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dtermios.h6 cc_t c_line;
7 cc_t c_cc[NCCS];
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dtermios.h6 cc_t c_line;
7 cc_t c_cc[NCCS];
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dtermios.h6 cc_t c_line;
7 cc_t c_cc[NCCS];
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dtermios.h6 cc_t c_line;
7 cc_t c_cc[NCCS];
/third_party/musl/arch/generic/bits/
H A Dtermios.h6 cc_t c_line;
7 cc_t c_cc[NCCS];
/third_party/musl/arch/mips/bits/
H A Dtermios.h6 cc_t c_line;
7 cc_t c_cc[NCCS];
/third_party/musl/arch/powerpc/bits/
H A Dtermios.h8 cc_t c_cc[NCCS];
9 cc_t c_line;
/third_party/musl/arch/mips64/bits/
H A Dtermios.h6 cc_t c_line;
7 cc_t c_cc[NCCS];
/third_party/musl/arch/mipsn32/bits/
H A Dtermios.h6 cc_t c_line;
7 cc_t c_cc[NCCS];
/third_party/musl/arch/powerpc64/bits/
H A Dtermios.h8 cc_t c_cc[NCCS];
9 cc_t c_line;
/third_party/musl/libc-test/src/api/
H A Dtermios.c7 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/
H A Dmod.rs168 pub c_line: ::cc_t,
169 pub c_cc: [::cc_t; ::NCCS],
/third_party/musl/porting/uniproton/kernel/include/
H A Dtermios.h14 typedef unsigned char cc_t; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dtermios.h14 typedef unsigned char cc_t; typedef
/third_party/musl/porting/liteos_a/kernel/include/
H A Dtermios.h15 typedef unsigned char cc_t; typedef
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dtermios.h11 typedef unsigned char cc_t; typedef
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtermios.h14 typedef unsigned char cc_t; typedef
/third_party/musl/include/
H A Dtermios.h15 typedef unsigned char cc_t; typedef
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/
H A Dmod.rs7 pub c_line: ::cc_t,
8 pub c_cc: [::cc_t; 19],
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/
H A Dmod.rs7 pub c_line: ::cc_t,
8 pub c_cc: [::cc_t; 23],
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/
H A Dmod.rs7 pub c_line: ::cc_t,
8 pub c_cc: [::cc_t; 19],
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/
H A Dmod.rs219 pub c_line: ::cc_t,
220 pub c_cc: [::cc_t; ::NCCS],
/third_party/toybox/toys/pending/
H A Dstty.c266 cc_t ch; in set_special_character()
419 cc_t ch = old.c_cc[chars[i].value]; in do_stty()

Completed in 13 milliseconds

123