Searched defs:tio (Results 1 – 13 of 13) sorted by relevance
/third_party/musl/src/termios/ |
D | cfgetospeed.c | 5 speed_t cfgetospeed(const struct termios *tio) in cfgetospeed() 10 speed_t cfgetispeed(const struct termios *tio) in cfgetispeed()
|
D | cfsetospeed.c | 6 int cfsetospeed(struct termios *tio, speed_t speed) in cfsetospeed() 17 int cfsetispeed(struct termios *tio, speed_t speed) in cfsetispeed()
|
D | tcgetattr.c | 4 int tcgetattr(int fd, struct termios *tio) in tcgetattr()
|
D | tcsetattr.c | 5 int tcsetattr(int fd, int act, const struct termios *tio) in tcsetattr()
|
/third_party/musl/porting/liteos_a/user/src/termios/ |
D | cfsetospeed.c | 7 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/ |
D | tcgetattr.c | 28 struct termios tio = {}; in tcgetattr_0100() local
|
D | tcsetattr.c | 30 struct termios tio = {}; in tcsetattr_0100() local
|
/third_party/musl/src/misc/ |
D | openpty.c | 10 int openpty(int *pm, int *ps, char *name, const struct termios *tio, const struct winsize *ws) in openpty()
|
D | forkpty.c | 9 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/ |
D | openpty.c | 11 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/ |
D | openpty.c | 49 struct termios tio; in openpty_0200() local
|
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/ |
D | minimal-raw-file.c | 56 struct termios tio; in callback_raw_test() local
|
/third_party/libuv/src/unix/ |
D | tty.c | 231 static void uv__tty_make_raw(struct termios* tio) { in uv__tty_make_raw()
|