Home
last modified time | relevance | path

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

/titanic_52/usr/src/lib/libc/port/gen/
H A Dcfgetospeed.c43 cfgetospeed(const struct termios *termios_p) in cfgetospeed() function
/titanic_52/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dterminal.h77 # define cfgetospeed(tp) ((tp)->c_cflag & CBAUD) macro
93 # define cfgetospeed(tp) ((tp)->c_cflag & CBAUD) macro
/titanic_52/usr/src/lib/libbc/libc/gen/common/
H A Dposix_tty.c42 cfgetospeed(struct termios *termios_p) in cfgetospeed() function
/titanic_52/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c78 #define cfgetospeed(ptr) (ptr)->sg_ospeed macro