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

/freebsd-current/contrib/llvm-project/lldb/tools/driver/
H A DPlatform.cpp49 int tcsetattr(int fd, int optional_actions, const struct termios *termios_p) { function
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dbsd-nextstep.c53 tcsetattr(int fd, int opt, const struct termios *t) function
/freebsd-current/contrib/ntp/include/
H A Dntp_tty.h38 #define tcsetattr(fd, cmd, arg) ioctl(fd, cmd, arg) macro
/freebsd-current/contrib/tcsh/
H A Dmi.termios.c282 int tcsetattr(filedes, opt_actions, termios_p) function
/freebsd-current/lib/libc/gen/
H A Dtermios.c55 tcsetattr(int fd, int opt, const struct termios *t) function
/freebsd-current/contrib/ncurses/include/
H A Dnc_termios.h58 #define tcsetattr(fd, cmd, arg) ioctl(fd, cmd, arg) macro
149 #define tcsetattr(fd, opt, arg) _nc_mingw_tcsetattr(fd, opt, arg) macro
/freebsd-current/contrib/telnet/telnet/
H A Dsys_bsd.c92 # define tcsetattr(f, a, t) ioctl(f, a, (char *)t) macro
/freebsd-current/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c67 # define tcsetattr(f, a, t) ioctl(f, a, (char *)t) macro
/freebsd-current/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c149 # define tcsetattr(f, a, t) ioctl(f, a, t) macro

Completed in 245 milliseconds