Home
last modified time | relevance | path

Searched defs:tio (Results 1 – 13 of 13) sorted by relevance

/third_party/musl/src/termios/
Dcfgetospeed.c5 speed_t cfgetospeed(const struct termios *tio) in cfgetospeed()
10 speed_t cfgetispeed(const struct termios *tio) in cfgetispeed()
Dcfsetospeed.c6 int cfsetospeed(struct termios *tio, speed_t speed) in cfsetospeed()
17 int cfsetispeed(struct termios *tio, speed_t speed) in cfsetispeed()
Dtcgetattr.c4 int tcgetattr(int fd, struct termios *tio) in tcgetattr()
Dtcsetattr.c5 int tcsetattr(int fd, int act, const struct termios *tio) in tcsetattr()
/third_party/musl/porting/liteos_a/user/src/termios/
Dcfsetospeed.c7 int cfsetospeed(struct termios *tio, speed_t speed) in cfsetospeed()
19 int cfsetispeed(struct termios *tio, speed_t speed) in cfsetispeed()
/third_party/musl/libc-test/src/functionalext/supplement/manual/termios/
Dtcgetattr.c28 struct termios tio = {}; in tcgetattr_0100() local
Dtcsetattr.c30 struct termios tio = {}; in tcsetattr_0100() local
/third_party/musl/src/misc/
Dopenpty.c10 int openpty(int *pm, int *ps, char *name, const struct termios *tio, const struct winsize *ws) in openpty()
Dforkpty.c9 int forkpty(int *pm, char *name, const struct termios *tio, const struct winsize *ws) in forkpty()
/third_party/musl/porting/liteos_a/user/src/misc/
Dopenpty.c11 int openpty(int *pm, int *ps, char *name, const struct termios *tio, const struct winsize *ws) in openpty()
/third_party/musl/libc-test/src/functionalext/supplement/misc/
Dopenpty.c49 struct termios tio; in openpty_0200() local
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/
Dminimal-raw-file.c56 struct termios tio; in callback_raw_test() local
/third_party/libuv/src/unix/
Dtty.c231 static void uv__tty_make_raw(struct termios* tio) { in uv__tty_make_raw()