Home | History | Annotate | Download | only in include

Lines Matching full:static

49 static __inline__ int tcgetattr(int fd, struct termios *s)
54 static __inline__ int tcsetattr(int fd, int __opt, const struct termios *s)
59 static __inline__ int tcflow(int fd, int action)
64 static __inline__ int tcflush(int fd, int __queue)
69 static __inline__ int tcdrain(int fd)
74 static __inline__ pid_t tcgetsid(int fd)
80 static __inline__ int tcsendbreak(int fd, int __duration)
85 static __inline__ speed_t cfgetospeed(const struct termios *s)
90 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
96 static __inline__ speed_t cfgetispeed(const struct termios *s)
101 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
107 static __inline__ void cfmakeraw(struct termios *s)