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

/fuchsia/zircon/third_party/ulib/musl/src/termios/
H A Dcfsetospeed.c6 int cfsetospeed(struct termios* tio, speed_t speed) { argument
16 int cfsetispeed(struct termios* tio, speed_t speed) { argument
H A Dtcgetattr.c4 int tcgetattr(int fd, struct termios* tio) { argument
H A Dcfgetospeed.c4 speed_t cfgetospeed(const struct termios* tio) { argument
8 speed_t cfgetispeed(const struct termios* tio) { argument
H A Dtcsetattr.c5 int tcsetattr(int fd, int act, const struct termios* tio) { argument
/fuchsia/zircon/third_party/ulib/musl/src/misc/
H A Dopenpty.c9 int openpty(int* pm, int* ps, char* name, const struct termios* tio, const struct winsize* ws) { argument

Completed in 30 milliseconds