Home
last modified time | relevance | path

Searched defs:tcgetattr (Results 1 – 3 of 3) sorted by relevance

/titanic_52/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dterminal.h73 # define tcgetattr(fd,tty) ioctl(fd, TCGETS, tty) macro
106 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty) macro
125 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty) macro
128 # define tcgetattr(fd,tty) gtty(fd, tty) macro
199 # define tcgetattr(a,b) sh_tcgetattr(a,b) macro
/titanic_52/usr/src/lib/libc/port/gen/
H A Dtcgetattr.c44 tcgetattr(int fildes, struct termios *termios_p) in tcgetattr() function
/titanic_52/usr/src/lib/libbc/libc/gen/common/
H A Dposix_tty.c106 tcgetattr(int fd, struct termios *termios_p) in tcgetattr() function