Lines Matching refs:__inline
39 static __inline int tcgetattr(int fd, struct termios *s) { in tcgetattr()
43 static __inline int tcsetattr(int fd, int __opt, const struct termios *s) { in tcsetattr()
47 static __inline int tcflow(int fd, int action) { in tcflow()
51 static __inline int tcflush(int fd, int __queue) { in tcflush()
55 static __inline pid_t tcgetsid(int fd) { in tcgetsid()
60 static __inline int tcsendbreak(int fd, int __duration) { in tcsendbreak()
64 static __inline speed_t cfgetospeed(const struct termios *s) { in cfgetospeed()
68 static __inline int cfsetospeed(struct termios *s, speed_t speed) { in cfsetospeed()
73 static __inline speed_t cfgetispeed(const struct termios *s) { in cfgetispeed()
77 static __inline int cfsetispeed(struct termios *s, speed_t speed) { in cfsetispeed()
82 static __inline void cfmakeraw(struct termios *s) { in cfmakeraw()