Home
last modified time | relevance | path

Searched defs:tcgetattr (Results 1 – 5 of 5) sorted by relevance

/openbsd/lib/libc/termios/
H A Dtcgetattr.c35 tcgetattr(int fd, struct termios *t) in tcgetattr() function
/openbsd/lib/libcurses/
H A Dnc_termios.h61 #define tcgetattr(fd, arg) ioctl(fd, TCGETA, arg) macro
153 #define tcgetattr(fd, arg) _nc_mingw_tcgetattr(fd, arg) macro
/openbsd/gnu/llvm/lldb/tools/driver/
H A DPlatform.cpp53 int tcgetattr(int fildes, struct termios *termios_p) { in tcgetattr() function
/openbsd/gnu/usr.bin/texinfo/info/
H A Dpcterm.c751 int tcgetattr(int fildes, struct termios *termios_p) in tcgetattr() function
/openbsd/gnu/usr.bin/perl/ext/POSIX/
H A DPOSIX.xs1464 #define tcgetattr(x,y) not_here("tcgetattr") macro