Searched refs:cfsetispeed (Results 1 – 7 of 7) sorted by relevance
46 ASSERT_EQ(0, cfsetispeed(&t, B1200)); in TEST()53 ASSERT_EQ(-1, cfsetispeed(&t, 1200)); in TEST()
78 int cfsetispeed(struct termios* __t, speed_t __speed) __INTRODUCED_IN(21);
80 __BIONIC_TERMIOS_INLINE int cfsetispeed(struct termios* s, speed_t speed) { in cfsetispeed() function
158 FUNCTION(cfsetispeed, int (*f)(struct termios*, speed_t)); in termios_h()
103 cfsetispeed
261 cfsetispeed; # introduced=21