Searched refs:cfsetospeed (Results 1 – 7 of 7) sorted by relevance
59 ASSERT_EQ(0, cfsetospeed(&t, B1200)); in TEST()66 ASSERT_EQ(-1, cfsetospeed(&t, 1200)); in TEST()
86 int cfsetospeed(struct termios* __t, speed_t __speed) __INTRODUCED_IN(21);
84 __BIONIC_TERMIOS_INLINE int cfsetospeed(struct termios* s, speed_t speed) { in cfsetospeed() function
159 FUNCTION(cfsetospeed, int (*f)(struct termios*, speed_t)); in termios_h()
104 cfsetospeed
262 cfsetospeed; # introduced=21