Searched refs:cfgetospeed (Results 1 - 6 of 6) sorted by last modified time

/haiku/src/bin/network/telnetd/
H A Dsys_term.c88 # define cfgetospeed(tp) (tp)->sg.sg_ospeed macro
110 # define cfgetospeed(tp) ((tp)->c_cflag & CBAUD) macro
/haiku/src/bin/network/telnet/
H A Dsys_bsd.c72 # define cfgetospeed(ptr) (ptr)->sg_ospeed macro
95 # define cfgetospeed(ptr) ((ptr)->c_cflag&CBAUD) macro
99 # define cfgetispeed(ptr) cfgetospeed(ptr)
690 out = cfgetospeed(&old_tc);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c1449 void cfgetospeed() {} function
H A Dlibroot_stubs.c1518 void cfgetospeed() {} function
/haiku/headers/posix/
H A Dtermios.h225 extern speed_t cfgetospeed(const struct termios *termios);
/haiku/src/system/libroot/posix/
H A Dtermios.c135 cfgetospeed(const struct termios *termios) function

Completed in 119 milliseconds