Searched defs:tcsetattr (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/lib/libc/termios/ |
H A D | tcsetattr.c | 36 tcsetattr(int fd, int opt, const struct termios *t) in tcsetattr() function
|
/openbsd-src/lib/libcurses/ |
H A D | nc_termios.h | 58 #define tcsetattr(fd, cmd, arg) ioctl(fd, cmd, arg) macro 149 #define tcsetattr(fd, opt, arg) _nc_mingw_tcsetattr(fd, opt, arg) macro
|
/openbsd-src/gnu/llvm/lldb/tools/driver/ |
H A D | Platform.cpp | 49 int tcsetattr(int fd, int optional_actions, const struct termios *termios_p) { in tcsetattr() function
|
/openbsd-src/gnu/usr.bin/texinfo/info/ |
H A D | pcterm.c | 756 int tcsetattr(int fd, int opt_actions, const struct termios *termios_p) in tcsetattr() function
|
/openbsd-src/gnu/usr.bin/perl/ext/POSIX/ |
H A D | POSIX.xs | 1465 #define tcsetattr(x,y,z) not_here("tcsetattr" global() macro
|