Searched refs:__BIONIC_TERMIOS_INLINE (Results 1 – 3 of 3) sorted by relevance
39 #if !defined(__BIONIC_TERMIOS_INLINE)40 #define __BIONIC_TERMIOS_INLINE static __inline macro52 __BIONIC_TERMIOS_INLINE speed_t cfgetispeed(const struct termios* s) { in cfgetispeed()56 __BIONIC_TERMIOS_INLINE speed_t cfgetospeed(const struct termios* s) { in cfgetospeed()60 __BIONIC_TERMIOS_INLINE void cfmakeraw(struct termios* s) { in cfmakeraw()70 __BIONIC_TERMIOS_INLINE int cfsetspeed(struct termios* s, speed_t speed) { in cfsetspeed()80 __BIONIC_TERMIOS_INLINE int cfsetispeed(struct termios* s, speed_t speed) { in cfsetispeed()84 __BIONIC_TERMIOS_INLINE int cfsetospeed(struct termios* s, speed_t speed) { in cfsetospeed()88 __BIONIC_TERMIOS_INLINE int tcdrain(int fd) { in tcdrain()94 __BIONIC_TERMIOS_INLINE int tcflow(int fd, int action) { in tcflow()[all …]
42 #define __BIONIC_TERMIOS_INLINE static __inline macro
34 #define __BIONIC_TERMIOS_INLINE /* Out of line. */ macro