HomeSort by relevance Sort by last modified time
    Searched refs:__BIONIC_TERMIOS_INLINE (Results 1 - 3 of 3) sorted by null

  /bionic/libc/include/bits/
termios_inlines.h 39 #if !defined(__BIONIC_TERMIOS_INLINE)
40 #define __BIONIC_TERMIOS_INLINE static __inline
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) {
88 __BIONIC_TERMIOS_INLINE int tcdrain(int fd) {
94 __BIONIC_TERMIOS_INLINE int tcflow(int fd, int action)
    [all...]
  /bionic/libc/bionic/
termios.cpp 34 #define __BIONIC_TERMIOS_INLINE /* Out of line. */
  /bionic/libc/include/android/
legacy_termios_inlines.h 40 #define __BIONIC_TERMIOS_INLINE static __inline

Completed in 209 milliseconds