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

/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/info/
H A Dpcterm.c753 int tcgetattr(int fildes, struct termios *termios_p) function
/netbsd-6-1-5-RELEASE/usr.bin/telnet/
H A Dsys_bsd.c85 # define tcgetattr(f, t) ioctl(f, TCGETS, (char *)t) macro
90 # define tcgetattr(f, t) ioctl(f, TCGETA, (char *)t) macro
94 # define tcgetattr(f, t) ioctl(f, TIOCGETA, (char *)t) macro
/netbsd-6-1-5-RELEASE/lib/libc/include/
H A Dnamespace.h647 #define tcgetattr _tcgetattr macro

Completed in 179 milliseconds