Home
last modified time | relevance | path

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

/trueos/contrib/ntp/include/
HDntp_tty.h17 #define tcsetattr(fd, cmd, arg) ioctl(fd, cmd, arg) macro
/trueos/contrib/llvm/tools/lldb/tools/driver/
HDPlatform.cpp74 tcsetattr (int fd, int optional_actions, const struct termios *termios_p) in tcsetattr() function
/trueos/crypto/openssh/openbsd-compat/
HDbsd-nextstep.c53 tcsetattr(int fd, int opt, const struct termios *t) in tcsetattr() function
/trueos/contrib/tcsh/
HDmi.termios.c284 int tcsetattr(filedes, opt_actions, termios_p) in tcsetattr() function
/trueos/lib/libc/gen/
HDtermios.c59 tcsetattr(int fd, int opt, const struct termios *t) in tcsetattr() function
/trueos/crypto/heimdal/appl/telnet/telnet/
HDsys_bsd.c67 # define tcsetattr(f, a, t) ioctl(f, a, (char *)t) macro
/trueos/contrib/telnet/telnet/
HDsys_bsd.c98 # define tcsetattr(f, a, t) ioctl(f, a, (char *)t) macro
/trueos/contrib/telnet/telnetd/
HDsys_term.c111 # define tcsetattr(f, a, t) ioctl(f, a, t) macro
/trueos/crypto/heimdal/appl/telnet/telnetd/
HDsys_term.c149 # define tcsetattr(f, a, t) ioctl(f, a, t) macro