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

/openbsd-current/lib/libc/termios/
H A Dtcgetattr.c35 tcgetattr(int fd, struct termios *t) function
39 DEF_WEAK(tcgetattr); variable
/openbsd-current/lib/libc/hidden/
H A Dtermios.h32 PROTO_NORMAL(tcgetattr); variable
/openbsd-current/gnu/llvm/lldb/tools/driver/
H A DPlatform.cpp53 int tcgetattr(int fildes, struct termios *termios_p) { function
/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dpcterm.c751 int tcgetattr(int fildes, struct termios *termios_p) function
/openbsd-current/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

Completed in 102 milliseconds