Searched refs:cfgetospeed (Results 1 - 6 of 6) sorted by relevance

/bionic/tests/
H A Dtermios_test.cpp60 ASSERT_EQ(static_cast<speed_t>(B1200), cfgetospeed(&t));
74 ASSERT_EQ(static_cast<speed_t>(B1200), cfgetospeed(&t));
/bionic/libc/include/
H A Dtermios.h41 speed_t cfgetospeed(const struct termios* __t) __INTRODUCED_IN(21);
/bionic/tools/versioner/current/
H A Dtermios.h41 speed_t cfgetospeed(const struct termios* __t) __INTRODUCED_IN(21);
/bionic/libc/include/bits/
H A Dtermios_inlines.h56 __BIONIC_TERMIOS_INLINE speed_t cfgetospeed(const struct termios* s) { function
/bionic/tools/versioner/current/bits/
H A Dtermios_inlines.h56 __BIONIC_TERMIOS_INLINE speed_t cfgetospeed(const struct termios* s) { function
/bionic/tests/headers/posix/
H A Dtermios_h.c157 FUNCTION(cfgetospeed, speed_t (*f)(const struct termios*));

Completed in 557 milliseconds