Searched defs:tcgetattr (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-nextstep.c47 tcgetattr(int fd, struct termios *t) function
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dtermios.c55 tcgetattr(fd, t) function
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/include/
H A Dterminal.h57 # undef tcgetattr macro
72 # undef tcgetattr macro
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
/macosx-10.10.1/sudo-73/src/
H A Dterm.c81 # define tcgetattr(f, t) ioctl(f, TCGETA, t) macro
91 # define tcgetattr(f, t) ioctl(f, TIOCGETP, t) macro
/macosx-10.10.1/tcsh-65/tcsh/
H A Dmi.termios.c153 int tcgetattr(filedes, termios_p) function
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnet/
H A Dsys_bsd.c55 # define tcgetattr(f, t) ioctl(f, TCGETS, (char *)t) macro
60 # define tcgetattr(f, t) ioctl(f, TCGETA, (char *)t) macro
64 # define tcgetattr(f, t) ioctl(f, TIOCGETA, (char *)t) macro
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dsys_bsd.c85 # define tcgetattr(f, t) ioctl(f, TCGETS, (char *)t) macro
90 # define tcgetattr(f, t) ioctl(f, TCGETA, (char *)t) macro
94 # define tcgetattr(f, t) ioctl(f, TIOCGETA, (char *)t) macro
/macosx-10.10.1/efax-38/efax/
H A Defaxos.c31 #define tcgetattr(fd, pt) ioctl(fd, TCGETA, pt) macro
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dsys_term.c125 # define tcgetattr(f, t) ioctl(f, TCGETS, (char *)t) macro
130 # define tcgetattr(f, t) ioctl(f, TCGETA, (char *)t) macro
134 # define tcgetattr(f, t) ioctl(f, TIOCGETA, (char *)t) macro
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dsys_term.c137 # define tcgetattr(f, t) ioctl(f, TCGETS, (char *)t) macro
142 # define tcgetattr(f, t) ioctl(f, TCGETA, (char *)t) macro
146 # define tcgetattr(f, t) ioctl(f, TIOCGETA, (char *)t) macro
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/edit/
H A Dedit.c115 # undef tcgetattr macro
1498 int tcgetattr(int fd, struct termios *tt) function
1853 # undef tcgetattr macro

Completed in 221 milliseconds