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

/freebsd-12-stable/contrib/llvm-project/lldb/tools/driver/
H A DPlatform.cpp53 int tcgetattr(int fildes, struct termios *termios_p) { function
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dbsd-nextstep.c47 tcgetattr(int fd, struct termios *t) function
/freebsd-12-stable/contrib/tcsh/
H A Dmi.termios.c151 int tcgetattr(filedes, termios_p) function
/freebsd-12-stable/lib/libc/gen/
H A Dtermios.c52 tcgetattr(int fd, struct termios *t) function
/freebsd-12-stable/contrib/ncurses/include/
H A Dnc_termios.h58 #define tcgetattr(fd, arg) ioctl(fd, TCGETA, arg) macro
154 #define tcgetattr(fd, arg) _nc_mingw_ioctl(fd, TCGETA, arg) macro
/freebsd-12-stable/contrib/telnet/telnet/
H A Dsys_bsd.c82 # define tcgetattr(f, t) ioctl(f, TCGETS, (char *)t) macro
87 # define tcgetattr(f, t) ioctl(f, TCGETA, (char *)t) macro
91 # define tcgetattr(f, t) ioctl(f, TIOCGETA, (char *)t) macro
/freebsd-12-stable/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c55 # 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-12-stable/contrib/telnet/telnetd/
H A Dsys_term.c95 # define tcgetattr(f, t) ioctl(f, TCGETS, (char *)t) macro
100 # define tcgetattr(f, t) ioctl(f, TCGETA, (char *)t) macro
104 # define tcgetattr(f, t) ioctl(f, TIOCGETA, (char *)t) macro
/freebsd-12-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c137 # 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

Completed in 221 milliseconds