Home
last modified time | relevance | path

Searched defs:termios (Results 1 – 25 of 191) sorted by relevance

12345678

/aosp_15_r20/external/llvm-libc/include/llvm-libc-types/
H A Dstruct_termios.h16 struct termios { struct
24 // NCCS is defined in llvm-libc-macros/termios-macros.h. argument
25 cc_t c_cc[NCCS]; // Control characters
27 speed_t c_ispeed; // Input speed
28 speed_t c_ospeed; // output speed
/aosp_15_r20/bionic/tests/
H A Dtermios_test.cpp48 TEST(termios, cfgetispeed_cfsetispeed) { in TEST() argument
54 TEST(termios, cfsetispeed_EINVAL) { in TEST() argument
61 TEST(termios, cfgetospeed_cfsetospeed) { in TEST() argument
67 TEST(termios, cfsetospeed_EINVAL) { in TEST() argument
74 TEST(termios, cfsetspeed) { in TEST() argument
81 TEST(termios, cfsetspeed_EINVAL) { in TEST() argument
90 TEST(termios, cfmakeraw) { in TEST() argument
104 TEST(termios, tcgetwinsize_tcsetwinsize_invalid) { in TEST() argument
120 TEST(termios, tcgetwinsize_tcsetwinsize) { in TEST() argument
/aosp_15_r20/external/musl/arch/mipsn32/bits/
H A Dtermios.h1 struct termios { struct
2 tcflag_t c_iflag;
3 tcflag_t c_oflag;
4 tcflag_t c_cflag;
5 tcflag_t c_lflag;
6 cc_t c_line;
7 cc_t c_cc[NCCS];
8 speed_t __c_ispeed;
9 speed_t __c_ospeed;
/aosp_15_r20/prebuilts/build-tools/sysroots/arm-unknown-linux-musleabihf/include/bits/
H A Dtermios.h1 struct termios { struct
2 tcflag_t c_iflag;
3 tcflag_t c_oflag;
4 tcflag_t c_cflag;
5 tcflag_t c_lflag;
6 cc_t c_line;
7 cc_t c_cc[NCCS];
8 speed_t __c_ispeed;
9 speed_t __c_ospeed;
/aosp_15_r20/prebuilts/build-tools/sysroots/aarch64-unknown-linux-musl/include/bits/
H A Dtermios.h1 struct termios { struct
2 tcflag_t c_iflag;
3 tcflag_t c_oflag;
4 tcflag_t c_cflag;
5 tcflag_t c_lflag;
6 cc_t c_line;
7 cc_t c_cc[NCCS];
8 speed_t __c_ispeed;
9 speed_t __c_ospeed;
/aosp_15_r20/external/trusty/musl/arch/mipsn32/bits/
Dtermios.h1 struct termios { struct
2 tcflag_t c_iflag;
3 tcflag_t c_oflag;
4 tcflag_t c_cflag;
5 tcflag_t c_lflag;
6 cc_t c_line;
7 cc_t c_cc[NCCS];
8 speed_t __c_ispeed;
9 speed_t __c_ospeed;
/aosp_15_r20/external/musl/arch/generic/bits/
H A Dtermios.h1 struct termios { struct
2 tcflag_t c_iflag;
3 tcflag_t c_oflag;
4 tcflag_t c_cflag;
5 tcflag_t c_lflag;
6 cc_t c_line;
7 cc_t c_cc[NCCS];
8 speed_t __c_ispeed;
9 speed_t __c_ospeed;
/aosp_15_r20/external/musl/arch/mips/bits/
H A Dtermios.h1 struct termios { struct
2 tcflag_t c_iflag;
3 tcflag_t c_oflag;
4 tcflag_t c_cflag;
5 tcflag_t c_lflag;
6 cc_t c_line;
7 cc_t c_cc[NCCS];
8 speed_t __c_ispeed;
9 speed_t __c_ospeed;
/aosp_15_r20/external/trusty/musl/arch/powerpc64/bits/
Dtermios.h3 struct termios { struct
4 tcflag_t c_iflag;
5 tcflag_t c_oflag;
6 tcflag_t c_cflag;
7 tcflag_t c_lflag;
8 cc_t c_cc[NCCS];
9 cc_t c_line;
10 speed_t __c_ispeed;
11 speed_t __c_ospeed;
/aosp_15_r20/prebuilts/build-tools/sysroots/x86_64-unknown-linux-musl/include/bits/
H A Dtermios.h1 struct termios { struct
2 tcflag_t c_iflag;
3 tcflag_t c_oflag;
4 tcflag_t c_cflag;
5 tcflag_t c_lflag;
6 cc_t c_line;
7 cc_t c_cc[NCCS];
8 speed_t __c_ispeed;
9 speed_t __c_ospeed;
/aosp_15_r20/external/musl/arch/mips64/bits/
H A Dtermios.h1 struct termios { struct
2 tcflag_t c_iflag;
3 tcflag_t c_oflag;
4 tcflag_t c_cflag;
5 tcflag_t c_lflag;
6 cc_t c_line;
7 cc_t c_cc[NCCS];
8 speed_t __c_ispeed;
9 speed_t __c_ospeed;
/aosp_15_r20/external/musl/arch/powerpc64/bits/
H A Dtermios.h3 struct termios { struct
4 tcflag_t c_iflag;
5 tcflag_t c_oflag;
6 tcflag_t c_cflag;
7 tcflag_t c_lflag;
8 cc_t c_cc[NCCS];
9 cc_t c_line;
10 speed_t __c_ispeed;
11 speed_t __c_ospeed;
/aosp_15_r20/external/trusty/musl/arch/mips64/bits/
Dtermios.h1 struct termios { struct
2 tcflag_t c_iflag;
3 tcflag_t c_oflag;
4 tcflag_t c_cflag;
5 tcflag_t c_lflag;
6 cc_t c_line;
7 cc_t c_cc[NCCS];
8 speed_t __c_ispeed;
9 speed_t __c_ospeed;
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/i386-linux-gnu/bits/
Dtermios.h28 struct termios struct
30 tcflag_t c_iflag; /* input mode flags */
31 tcflag_t c_oflag; /* output mode flags */
32 tcflag_t c_cflag; /* control mode flags */
33 tcflag_t c_lflag; /* local mode flags */
34 cc_t c_line; /* line discipline */
35 cc_t c_cc[NCCS]; /* control characters */
36 speed_t c_ispeed; /* input speed */
37 speed_t c_ospeed; /* output speed */
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
Dtermios.h28 struct termios struct
30 tcflag_t c_iflag; /* input mode flags */
31 tcflag_t c_oflag; /* output mode flags */
32 tcflag_t c_cflag; /* control mode flags */
33 tcflag_t c_lflag; /* local mode flags */
34 cc_t c_line; /* line discipline */
35 cc_t c_cc[NCCS]; /* control characters */
36 speed_t c_ispeed; /* input speed */
37 speed_t c_ospeed; /* output speed */
/aosp_15_r20/prebuilts/build-tools/sysroots/i686-unknown-linux-musl/include/bits/
H A Dtermios.h1 struct termios { struct
2 tcflag_t c_iflag;
3 tcflag_t c_oflag;
4 tcflag_t c_cflag;
5 tcflag_t c_lflag;
6 cc_t c_line;
7 cc_t c_cc[NCCS];
8 speed_t __c_ispeed;
9 speed_t __c_ospeed;
/aosp_15_r20/external/trusty/musl/arch/generic/bits/
Dtermios.h1 struct termios { struct
2 tcflag_t c_iflag;
3 tcflag_t c_oflag;
4 tcflag_t c_cflag;
5 tcflag_t c_lflag;
6 cc_t c_line;
7 cc_t c_cc[NCCS];
8 speed_t __c_ispeed;
9 speed_t __c_ospeed;
/aosp_15_r20/external/musl/arch/powerpc/bits/
H A Dtermios.h3 struct termios { struct
4 tcflag_t c_iflag;
5 tcflag_t c_oflag;
6 tcflag_t c_cflag;
7 tcflag_t c_lflag;
8 cc_t c_cc[NCCS];
9 cc_t c_line;
10 speed_t __c_ispeed;
11 speed_t __c_ospeed;
/aosp_15_r20/external/trusty/musl/arch/mips/bits/
Dtermios.h1 struct termios { struct
2 tcflag_t c_iflag;
3 tcflag_t c_oflag;
4 tcflag_t c_cflag;
5 tcflag_t c_lflag;
6 cc_t c_line;
7 cc_t c_cc[NCCS];
8 speed_t __c_ispeed;
9 speed_t __c_ospeed;
/aosp_15_r20/external/trusty/musl/arch/powerpc/bits/
Dtermios.h3 struct termios { struct
4 tcflag_t c_iflag;
5 tcflag_t c_oflag;
6 tcflag_t c_cflag;
7 tcflag_t c_lflag;
8 cc_t c_cc[NCCS];
9 cc_t c_line;
10 speed_t __c_ispeed;
11 speed_t __c_ospeed;
/aosp_15_r20/external/rust/android-crates-io/crates/nix/src/sys/
Dtermios.rs181 pub(crate) fn get_libc_termios(&self) -> Ref<libc::termios> { in get_libc_termios()
183 let mut termios = self.inner.borrow_mut(); in get_libc_termios() localVariable
203 pub(crate) unsafe fn get_libc_termios_mut(&mut self) -> *mut libc::termios { in get_libc_termios_mut()
205 let mut termios = self.inner.borrow_mut(); in get_libc_termios_mut() localVariable
221 let termios = *self.inner.borrow_mut(); in update_wrapper() localVariable
249 impl From<Termios> for libc::termios { implementation
841 let mut termios = mem::MaybeUninit::uninit(); in tcgetattr() localVariable
/aosp_15_r20/prebuilts/build-tools/sysroots/aarch64-unknown-linux-musl/include/asm-generic/
H A Dtermbits.h12 struct termios { struct
20 struct termios2 { argument
/aosp_15_r20/prebuilts/vndk/v34/arm/include/bionic/libc/kernel/uapi/asm-generic/
Dtermbits.h24 struct termios { struct
32 struct termios2 { argument
/aosp_15_r20/prebuilts/build-tools/sysroots/arm-unknown-linux-musleabihf/include/asm-generic/
H A Dtermbits.h12 struct termios { struct
20 struct termios2 { argument
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86_64/include/bionic/libc/kernel/uapi/asm-generic/
H A Dtermbits.h12 struct termios { struct
20 struct termios2 { argument

12345678