Home
last modified time | relevance | path

Searched defs:tcsetattr (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dterminal.h75 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty) macro
107 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty) macro
126 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty) macro
129 # define tcsetattr(fd,action,tty) stty(fd, tty) macro
200 # define tcsetattr(a,b,c) sh_tcsetattr(a,b,c) macro
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dtcsetattr.c43 tcsetattr(int fildes, int optional_actions, const struct termios *termios_p) in tcsetattr() function