Searched defs:tcgetattr (Results 1 – 3 of 3) sorted by relevance
/titanic_52/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | terminal.h | 73 # 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 D | tcgetattr.c | 44 tcgetattr(int fildes, struct termios *termios_p) in tcgetattr() function
|
/titanic_52/usr/src/lib/libbc/libc/gen/common/ |
H A D | posix_tty.c | 106 tcgetattr(int fd, struct termios *termios_p) in tcgetattr() function
|