Searched defs:tcsetattr (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/ntp-92/include/
H A Dntp_tty.h17 #define tcsetattr(fd, cmd, arg) ioctl(fd, cmd, arg) macro
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-nextstep.c53 tcsetattr(int fd, int opt, const struct termios *t) function
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dtermios.c64 tcsetattr(fd, opt, t) function
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/include/
H A Dterminal.h58 # undef tcsetattr macro
74 # undef tcsetattr macro
75 # 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
/macosx-10.10.1/sudo-73/src/
H A Dterm.c82 # define tcsetattr(f, a, t) ioctl(f, a, t) macro
92 # define tcsetattr(f, a, t) ioctl(f, a, t) macro
/macosx-10.10.1/tcsh-65/tcsh/
H A Dmi.termios.c284 int tcsetattr(filedes, opt_actions, termios_p) function
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnet/
H A Dsys_bsd.c67 # define tcsetattr(f, a, t) ioctl(f, a, (char *)t) macro
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dsys_bsd.c97 # define tcsetattr(f, a, t) ioctl(f, a, (char *)t) macro
/macosx-10.10.1/efax-38/efax/
H A Defaxos.c32 #define tcsetattr(fd, x, pt) ioctl(fd, TCSETAW, pt) macro
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dsys_term.c137 # define tcsetattr(f, a, t) ioctl(f, a, t) macro
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dsys_term.c149 # define tcsetattr(f, a, t) ioctl(f, a, t) macro
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/edit/
H A Dedit.c116 # undef tcsetattr macro
1520 int tcsetattr(int fd,int mode,struct termios *tt) function
1862 # undef tcsetattr macro
/macosx-10.10.1/tcsh-65/tcsh/win32/
H A Dntport.h158 #define tcsetattr(a,b,c) 0 macro

Completed in 143 milliseconds