Searched defs:tcsetattr (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/lldb/tools/driver/ |
H A D | Platform.cpp | 49 int tcsetattr(int fd, int optional_actions, const struct termios *termios_p) { in tcsetattr() function
|
/freebsd/contrib/ncurses/include/ |
H A D | nc_termios.h | 58 #define tcsetattr(fd, cmd, arg) ioctl(fd, cmd, arg) macro 149 #define tcsetattr(fd, opt, arg) _nc_mingw_tcsetattr(fd, opt, arg) macro
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-nextstep.c | 53 tcsetattr(int fd, int opt, const struct termios *t) in tcsetattr() function
|
/freebsd/contrib/tcsh/ |
H A D | mi.termios.c | 282 int tcsetattr(filedes, opt_actions, termios_p) in tcsetattr() function
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_tty.h | 38 #define tcsetattr(fd, cmd, arg) ioctl(fd, cmd, arg) macro
|
/freebsd/lib/libc/gen/ |
H A D | termios.c | 55 tcsetattr(int fd, int opt, const struct termios *t) in tcsetattr() function
|
/freebsd/contrib/telnet/telnet/ |
H A D | sys_bsd.c | 92 # define tcsetattr(f, a, t) ioctl(f, a, (char *)t) macro
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | sys_bsd.c | 67 # define tcsetattr(f, a, t) ioctl(f, a, (char *)t) macro
|
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | sys_term.c | 149 # define tcsetattr(f, a, t) ioctl(f, a, t) macro
|