Searched defs:cfgetospeed (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-nextstep.c80 speed_t cfgetospeed(const struct termios *t) function
/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Dtermios.c141 cfgetospeed(t) function
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/include/
H A Dterminal.h61 # undef cfgetospeed macro
76 # undef cfgetospeed macro
77 # define cfgetospeed(tp) ((tp)->c_cflag & CBAUD) macro
93 # define cfgetospeed(tp) ((tp)->c_cflag & CBAUD) macro
/macosx-10.10/tcsh-65/tcsh/
H A Dmi.termios.c63 speed_t cfgetospeed(termios_p) function
/macosx-10.10/Heimdal-398.1.2/appl/telnet/telnet/
H A Dsys_bsd.c68 # define cfgetospeed(ptr) ((ptr)->c_cflag&CBAUD) macro
/macosx-10.10/remote_cmds-47/telnet.tproj/
H A Dsys_bsd.c75 # define cfgetospeed(ptr) (ptr)->sg_ospeed macro
98 # define cfgetospeed(ptr) ((ptr)->c_cflag&CBAUD) macro
/macosx-10.10/remote_cmds-47/telnetd.tproj/
H A Dsys_term.c118 # define cfgetospeed(tp) (tp)->sg.sg_ospeed macro
140 # define cfgetospeed(tp) ((tp)->c_cflag & CBAUD) macro
/macosx-10.10/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dsys_term.c152 # define cfgetospeed(tp) ((tp)->c_cflag & CBAUD) macro

Completed in 201 milliseconds