Searched defs:cfsetospeed (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dbsd-nextstep.c91 cfsetospeed(struct termios *t,int speed) function
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dtermios.c157 cfsetospeed(t, speed) function
/macosx-10.9.5/tcsh-65/tcsh/
H A Dmi.termios.c77 speed_t cfsetospeed(termios_p, speed) function
/macosx-10.9.5/efax-36/efax/
H A Defaxos.c33 #define cfsetospeed(pt, b) ((pt)->c_cflag = ((pt)->c_cflag & ~CBAUD) | b) macro
/macosx-10.9.5/remote_cmds-41.90.1/telnetd.tproj/
H A Dsys_term.c116 # define cfsetospeed(tp, val) (tp)->sg.sg_ospeed = (val) macro
138 # define cfsetospeed(tp, val) (tp)->c_cflag &= ~CBAUD; \ macro
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnetd/
H A Dsys_term.c150 # define cfsetospeed(tp, val) (tp)->c_cflag &= ~CBAUD; \ macro

Completed in 153 milliseconds