Searched defs:tcsetattr (Results 1 - 9 of 9) sorted by last modified time

/freebsd-10.3-release/lib/libc/gen/
H A Dtermios.c59 tcsetattr(int fd, int opt, const struct termios *t) function
/freebsd-10.3-release/crypto/openssh/openbsd-compat/
H A Dbsd-nextstep.c53 tcsetattr(int fd, int opt, const struct termios *t) function
/freebsd-10.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c149 # define tcsetattr(f, a, t) ioctl(f, a, t) macro
/freebsd-10.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c67 # define tcsetattr(f, a, t) ioctl(f, a, (char *)t) macro
/freebsd-10.3-release/contrib/telnet/telnetd/
H A Dsys_term.c111 # define tcsetattr(f, a, t) ioctl(f, a, t) macro
/freebsd-10.3-release/contrib/telnet/telnet/
H A Dsys_bsd.c98 # define tcsetattr(f, a, t) ioctl(f, a, (char *)t) macro
/freebsd-10.3-release/contrib/tcsh/
H A Dmi.termios.c284 int tcsetattr(filedes, opt_actions, termios_p) function
/freebsd-10.3-release/contrib/ntp/include/
H A Dntp_tty.h38 #define tcsetattr(fd, cmd, arg) ioctl(fd, cmd, arg) macro
/freebsd-10.3-release/contrib/llvm/tools/lldb/tools/driver/
H A DPlatform.cpp74 tcsetattr (int fd, int optional_actions, const struct termios *termios_p) function

Completed in 101 milliseconds