Home
last modified time | relevance | path

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

/openbsd-src/lib/libc/termios/
H A Dtcsetattr.c36 tcsetattr(int fd, int opt, const struct termios *t) in tcsetattr() function
/openbsd-src/lib/libcurses/
H A Dnc_termios.h58 #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 DPlatform.cpp49 int tcsetattr(int fd, int optional_actions, const struct termios *termios_p) { in tcsetattr() function
/openbsd-src/gnu/usr.bin/texinfo/info/
H A Dpcterm.c756 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 DPOSIX.xs1465 #define tcsetattr(x,y,z) not_here("tcsetattr" global() macro