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

/openbsd-current/lib/libc/termios/
H A Dtcsetattr.c36 tcsetattr(int fd, int opt, const struct termios *t) function
57 DEF_WEAK(tcsetattr); variable
/openbsd-current/lib/libc/hidden/
H A Dtermios.h35 PROTO_NORMAL(tcsetattr); variable
/openbsd-current/gnu/llvm/lldb/tools/driver/
H A DPlatform.cpp49 int tcsetattr(int fd, int optional_actions, const struct termios *termios_p) { function
/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dpcterm.c756 int tcsetattr(int fd, int opt_actions, const struct termios *termios_p) function
/openbsd-current/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

Completed in 92 milliseconds