Home
last modified time | relevance | path

Searched defs:cfsetispeed (Results 1 – 4 of 4) sorted by last modified time

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