Searched defs:tcgetattr (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/lldb/tools/driver/ |
H A D | Platform.cpp | 53 int tcgetattr(int fildes, struct termios *termios_p) { in tcgetattr() function
|
/freebsd/contrib/telnet/telnet/ |
H A D | sys_bsd.c | 80 # define tcgetattr(f, t) ioctl(f, TCGETS, (char *)t) macro 85 # define tcgetattr(f, t) ioctl(f, TCGETA, (char *)t) macro 89 # define tcgetattr(f, t) ioctl(f, TIOCGETA, (char *)t) macro
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | sys_bsd.c | 55 # define tcgetattr(f, t) ioctl(f, TCGETS, (char *)t) macro 60 # define tcgetattr(f, t) ioctl(f, TCGETA, (char *)t) macro 64 # define tcgetattr(f, t) ioctl(f, TIOCGETA, (char *)t) macro
|
/freebsd/contrib/ncurses/include/ |
H A D | nc_termios.h | 61 #define tcgetattr(fd, arg) ioctl(fd, TCGETA, arg) macro 153 #define tcgetattr(fd, arg) _nc_mingw_tcgetattr(fd, arg) macro
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-nextstep.c | 47 tcgetattr(int fd, struct termios *t) in tcgetattr() function
|
/freebsd/contrib/tcsh/ |
H A D | mi.termios.c | 151 int tcgetattr(filedes, termios_p) in tcgetattr() function
|
/freebsd/lib/libc/gen/ |
H A D | termios.c | 48 tcgetattr(int fd, struct termios *t) in tcgetattr() function
|
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | sys_term.c | 137 # define tcgetattr(f, t) ioctl(f, TCGETS, (char *)t) macro 142 # define tcgetattr(f, t) ioctl(f, TCGETA, (char *)t) macro 146 # define tcgetattr(f, t) ioctl(f, TIOCGETA, (char *)t) macro
|