Home
last modified time | relevance | path

Searched defs:cfsetospeed (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-nextstep.c91 cfsetospeed(struct termios *t,int speed) in cfsetospeed() function
/freebsd/contrib/tcsh/
H A Dmi.termios.c75 speed_t cfsetospeed(termios_p, speed) in cfsetospeed() function
/freebsd/lib/libc/gen/
H A Dtermios.c135 cfsetospeed(struct termios *t, speed_t speed) in cfsetospeed() function
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c150 # define cfsetospeed(tp, val) (tp)->c_cflag &= ~CBAUD; \ macro