Home
last modified time | relevance | path

Searched refs:__BIONIC_TERMIOS_INLINE (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/include/bits/
Dtermios_inlines.h39 #if !defined(__BIONIC_TERMIOS_INLINE)
40 #define __BIONIC_TERMIOS_INLINE static __inline macro
52 __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 …]
/bionic/libc/include/android/
Dlegacy_termios_inlines.h42 #define __BIONIC_TERMIOS_INLINE static __inline macro
/bionic/libc/bionic/
Dtermios.cpp34 #define __BIONIC_TERMIOS_INLINE /* Out of line. */ macro