Searched defs:tcgetattr (Results 1 - 8 of 8) sorted by path

/freebsd-10-stable/contrib/llvm/tools/lldb/tools/driver/
H A DPlatform.cpp81 tcgetattr (int fildes, struct termios *termios_p) function
/freebsd-10-stable/contrib/tcsh/
H A Dmi.termios.c153 int tcgetattr(filedes, termios_p) function
/freebsd-10-stable/contrib/telnet/telnet/
H A Dsys_bsd.c86 # define tcgetattr(f, t) ioctl(f, TCGETS, (char *)t) macro
91 # define tcgetattr(f, t) ioctl(f, TCGETA, (char *)t) macro
95 # define tcgetattr(f, t) ioctl(f, TIOCGETA, (char *)t) macro
/freebsd-10-stable/contrib/telnet/telnetd/
H A Dsys_term.c99 # define tcgetattr(f, t) ioctl(f, TCGETS, (char *)t) macro
104 # define tcgetattr(f, t) ioctl(f, TCGETA, (char *)t) macro
108 # define tcgetattr(f, t) ioctl(f, TIOCGETA, (char *)t) macro
/freebsd-10-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-10-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
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dbsd-nextstep.c47 tcgetattr(int fd, struct termios *t) function
/freebsd-10-stable/lib/libc/gen/
H A Dtermios.c52 tcgetattr(int fd, struct termios *t) function

Completed in 185 milliseconds