Searched defs:tcsetattr (Results 1 – 9 of 9) sorted by relevance
| /trueos/contrib/ntp/include/ |
| HD | ntp_tty.h | 17 #define tcsetattr(fd, cmd, arg) ioctl(fd, cmd, arg) macro
|
| /trueos/contrib/llvm/tools/lldb/tools/driver/ |
| HD | Platform.cpp | 74 tcsetattr (int fd, int optional_actions, const struct termios *termios_p) in tcsetattr() function
|
| /trueos/crypto/openssh/openbsd-compat/ |
| HD | bsd-nextstep.c | 53 tcsetattr(int fd, int opt, const struct termios *t) in tcsetattr() function
|
| /trueos/contrib/tcsh/ |
| HD | mi.termios.c | 284 int tcsetattr(filedes, opt_actions, termios_p) in tcsetattr() function
|
| /trueos/lib/libc/gen/ |
| HD | termios.c | 59 tcsetattr(int fd, int opt, const struct termios *t) in tcsetattr() function
|
| /trueos/crypto/heimdal/appl/telnet/telnet/ |
| HD | sys_bsd.c | 67 # define tcsetattr(f, a, t) ioctl(f, a, (char *)t) macro
|
| /trueos/contrib/telnet/telnet/ |
| HD | sys_bsd.c | 98 # define tcsetattr(f, a, t) ioctl(f, a, (char *)t) macro
|
| /trueos/contrib/telnet/telnetd/ |
| HD | sys_term.c | 111 # define tcsetattr(f, a, t) ioctl(f, a, t) macro
|
| /trueos/crypto/heimdal/appl/telnet/telnetd/ |
| HD | sys_term.c | 149 # define tcsetattr(f, a, t) ioctl(f, a, t) macro
|