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

/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-nextstep.c91 cfsetospeed(struct termios *t,int speed) function
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dtermios.c157 cfsetospeed(t, speed) function
/macosx-10.10.1/tcsh-65/tcsh/
H A Dmi.termios.c77 speed_t cfsetospeed(termios_p, speed) function
/macosx-10.10.1/efax-38/efax/
H A Defaxos.c33 #define cfsetospeed(pt, b) ((pt)->c_cflag = ((pt)->c_cflag & ~CBAUD) | b) macro
/macosx-10.10.1/remote_cmds-47/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.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dsys_term.c150 # define cfsetospeed(tp, val) (tp)->c_cflag &= ~CBAUD; \ macro

Completed in 99 milliseconds