Searched refs:termios (Results 1 - 25 of 49) sorted by last modified time

12

/bionic/tests/headers/posix/
H A Dtermios_h.c29 #include <termios.h>
38 TYPE(struct termios);
39 STRUCT_MEMBER(struct termios, tcflag_t, c_iflag);
40 STRUCT_MEMBER(struct termios, tcflag_t, c_oflag);
41 STRUCT_MEMBER(struct termios, tcflag_t, c_cflag);
42 STRUCT_MEMBER(struct termios, tcflag_t, c_lflag);
43 STRUCT_MEMBER_ARRAY(struct termios, cc_t/*[]*/, c_cc);
156 FUNCTION(cfgetispeed, speed_t (*f)(const struct termios*));
157 FUNCTION(cfgetospeed, speed_t (*f)(const struct termios*));
158 FUNCTION(cfsetispeed, int (*f)(struct termios*, speed_
[all...]
/bionic/tests/
H A Dpty_test.cpp121 termios tattr;
H A Dsys_ttydefaults_test.cpp20 #include <termios.h>
H A Dtermios_test.cpp29 #include <termios.h>
44 TEST(termios, cfgetispeed_cfsetispeed) {
45 termios t = {};
50 TEST(termios, cfsetispeed_EINVAL) {
51 termios t = {};
57 TEST(termios, cfgetospeed_cfsetospeed) {
58 termios t = {};
63 TEST(termios, cfsetospeed_EINVAL) {
64 termios t = {};
70 TEST(termios, cfsetspee
[all...]
/bionic/libc/bionic/
H A Disatty.c30 #include <termios.h>
36 struct termios term;
H A Dpty.cpp35 #include <termios.h>
115 int openpty(int* master, int* slave, char* name, const termios* t, const winsize* ws) {
151 int forkpty(int* amaster, char* name, const termios* t, const winsize* ws) {
H A Dtermios.cpp29 #include <termios.h>
32 // Most of termios was missing in the platform until L, but available as inlines in the NDK.
/bionic/libc/include/android/
H A Dlegacy_termios_inlines.h36 #include <linux/termios.h>
/bionic/libc/include/bits/
H A Dtermios_inlines.h37 #include <linux/termios.h>
46 // change for `struct termios`.
48 static __inline speed_t cfgetspeed(const struct termios* s) {
52 __BIONIC_TERMIOS_INLINE speed_t cfgetispeed(const struct termios* s) {
56 __BIONIC_TERMIOS_INLINE speed_t cfgetospeed(const struct termios* s) {
60 __BIONIC_TERMIOS_INLINE void cfmakeraw(struct termios* s) {
70 __BIONIC_TERMIOS_INLINE int cfsetspeed(struct termios* s, speed_t speed) {
80 __BIONIC_TERMIOS_INLINE int cfsetispeed(struct termios* s, speed_t speed) {
84 __BIONIC_TERMIOS_INLINE int cfsetospeed(struct termios* s, speed_t speed) {
102 __BIONIC_TERMIOS_INLINE int tcgetattr(int fd, struct termios*
[all...]
/bionic/libc/include/
H A Dpty.h34 #include <termios.h>
39 int openpty(int* __master_fd, int* __slave_fd, char* __slave_name, const struct termios* __termios_ptr, const struct winsize* __winsize_ptr) __INTRODUCED_IN(23);
40 int forkpty(int* __master_fd, char* __slave_name, const struct termios* __termios_ptr, const struct winsize* __winsize_ptr) __INTRODUCED_IN(23);
H A Dtermio.h1 #include <termios.h>
H A Dtermios.h34 #include <linux/termios.h>
40 speed_t cfgetispeed(const struct termios* __t) __INTRODUCED_IN(21);
41 speed_t cfgetospeed(const struct termios* __t) __INTRODUCED_IN(21);
42 void cfmakeraw(struct termios* __t) __INTRODUCED_IN(21);
43 int cfsetspeed(struct termios* __t, speed_t __speed) __INTRODUCED_IN(21);
44 int cfsetispeed(struct termios* __t, speed_t __speed) __INTRODUCED_IN(21);
45 int cfsetospeed(struct termios* __t, speed_t __speed) __INTRODUCED_IN(21);
49 int tcgetattr(int __fd, struct termios* __t) __INTRODUCED_IN(21);
52 int tcsetattr(int __fd, int __optional_actions, const struct termios* __t) __INTRODUCED_IN(21);
/bionic/libc/include/sys/
H A Dioctl.h38 #include <linux/termios.h>
/bionic/libc/kernel/uapi/asm-arm/asm/
H A Dtermios.h19 #include <asm-generic/termios.h>
/bionic/libc/kernel/uapi/asm-arm64/asm/
H A Dtermios.h19 #include <asm-generic/termios.h>
/bionic/libc/kernel/uapi/asm-generic/
H A Dtermbits.h26 struct termios { struct
/bionic/libc/kernel/uapi/asm-mips/asm/
H A Dtermbits.h26 struct termios { struct
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dtermios.h19 #include <asm-generic/termios.h>
/bionic/libc/kernel/uapi/linux/
H A Dtermios.h22 #include <asm/termios.h>
/bionic/libc/versioner-dependencies/arm/kernel_uapi_asm-arm/asm/
H A Dtermios.h19 #include <asm-generic/termios.h>
/bionic/libc/versioner-dependencies/arm64/kernel_uapi_asm-arm64/asm/
H A Dtermios.h19 #include <asm-generic/termios.h>
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-arm/asm/
H A Dtermios.h19 #include <asm-generic/termios.h>
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-arm64/asm/
H A Dtermios.h19 #include <asm-generic/termios.h>
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-generic/
H A Dtermbits.h26 struct termios { struct
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-mips/asm/
H A Dtermbits.h26 struct termios { struct

Completed in 206 milliseconds

12