Home | History | Annotate | Download | only in include

Lines Matching refs:__INTRODUCED_IN

40 speed_t cfgetispeed(const struct termios* __t) __INTRODUCED_IN(21);
41 speed_t cfgetospeed(const struct termios* __t) __INTRODUCED_IN(21);
42 void cfmakeraw(struct termios* __t) __INTRODUCED_IN(21);
43 int cfsetspeed(struct termios* __t, speed_t __speed) __INTRODUCED_IN(21);
44 int cfsetispeed(struct termios* __t, speed_t __speed) __INTRODUCED_IN(21);
45 int cfsetospeed(struct termios* __t, speed_t __speed) __INTRODUCED_IN(21);
46 int tcdrain(int __fd) __INTRODUCED_IN(21);
47 int tcflow(int __fd, int __action) __INTRODUCED_IN(21);
48 int tcflush(int __fd, int __queue) __INTRODUCED_IN(21);
49 int tcgetattr(int __fd, struct termios* __t) __INTRODUCED_IN(21);
50 pid_t tcgetsid(int __fd) __INTRODUCED_IN(21);
51 int tcsendbreak(int __fd, int __duration) __INTRODUCED_IN(21);
52 int tcsetattr(int __fd, int __optional_actions, const struct termios* __t) __INTRODUCED_IN(21);