| /third_party/musl/src/termios/ |
| H A D | cfgetospeed.c | 5 speed_t cfgetospeed(const struct termios *tio) in cfgetospeed() argument 10 speed_t cfgetispeed(const struct termios *tio) in cfgetispeed() argument
|
| H A D | tcsetattr.c | 5 int tcsetattr(int fd, int act, const struct termios *tio) in tcsetattr() argument
|
| H A D | tcgetattr.c | 4 int tcgetattr(int fd, struct termios *tio) in tcgetattr() argument
|
| H A D | cfsetospeed.c | 7 int cfsetospeed(struct termios *tio, speed_t speed) in cfsetospeed() argument 19 int cfsetispeed(struct termios *tio, speed_t speed) in cfsetispeed() argument
|
| /third_party/musl/porting/liteos_a/user/src/termios/ |
| H A D | cfsetospeed.c | 7 int cfsetospeed(struct termios *tio, speed_t speed) in cfsetospeed() argument 19 int cfsetispeed(struct termios *tio, speed_t speed) in cfsetispeed() argument
|
| /third_party/musl/libc-test/src/functionalext/supplement/manual/termios/ |
| H A D | tcgetattr.c | 28 struct termios tio = {}; in tcgetattr_0100() local
|
| H A D | tcsetattr.c | 30 struct termios tio = {}; in tcsetattr_0100() local
|
| /third_party/musl/src/misc/ |
| H A D | openpty.c | 11 int openpty(int *pm, int *ps, char *name, const struct termios *tio, const struct winsize *ws) in openpty() argument
|
| H A D | forkpty.c | 9 int forkpty(int *pm, char *name, const struct termios *tio, const struct winsize *ws) in forkpty() argument
|
| /third_party/musl/porting/liteos_a/user/src/misc/ |
| H A D | openpty.c | 11 int openpty(int *pm, int *ps, char *name, const struct termios *tio, const struct winsize *ws) in openpty() argument
|
| /third_party/musl/libc-test/src/functionalext/supplement/misc/ |
| H A D | openpty.c | 49 struct termios tio; in openpty_0200() local
|
| /base/startup/init/services/begetctl/shell/ |
| H A D | shell_main.c | 57 struct termios tio; in main() local
|
| /third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/ |
| H A D | minimal-raw-file.c | 56 struct termios tio; in callback_raw_test() local [all...] |
| /third_party/toybox/lib/ |
| H A D | tty.c | 64 void xsetspeed(struct termios *tio, int speed) in xsetspeed() argument
|
| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
| H A D | termiosndk.cpp | 119 struct termios tio = {};
in Tcgetattr() local 183 struct termios tio = {};
in Tcsetattr() local
|
| /third_party/libuv/src/unix/ |
| H A D | tty.c | 244 static void uv__tty_make_raw(struct termios* tio) { in uv__tty_make_raw() argument [all...] |
| /third_party/node/deps/uv/src/unix/ |
| H A D | tty.c | 244 static void uv__tty_make_raw(struct termios* tio) { in uv__tty_make_raw() argument [all...] |