Home
last modified time | relevance | path

Searched defs:termios_p (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/tcsh/
H A Dmi.termios.c57 speed_t cfgetispeed(termios_p) in cfgetispeed() argument
63 speed_t cfgetospeed(termios_p) in cfgetospeed() argument
69 speed_t cfsetispeed(termios_p, speed) in cfsetispeed() argument
77 speed_t cfsetospeed(termios_p, speed) in cfsetospeed() argument
153 int tcgetattr(filedes, termios_p) in tcgetattr() argument
284 int tcsetattr(filedes, opt_actions, termios_p) in tcsetattr() argument
H A Dsh.misc.c670 xtcsetattr(int fildes, int optional_actions, const struct termios *termios_p) in xtcsetattr()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/
H A DPlatform.cpp50 int tcsetattr(int fd, int optional_actions, const struct termios *termios_p) { in tcsetattr()
54 int tcgetattr(int fildes, struct termios *termios_p) { in tcgetattr()