Home
last modified time | relevance | path

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

/third_party/musl/src/termios/
H A Dcfgetospeed.c5 speed_t cfgetospeed(const struct termios *tio) in cfgetospeed() argument
10 speed_t cfgetispeed(const struct termios *tio) in cfgetispeed() argument
H A Dtcsetattr.c5 int tcsetattr(int fd, int act, const struct termios *tio) in tcsetattr() argument
H A Dtcgetattr.c4 int tcgetattr(int fd, struct termios *tio) in tcgetattr() argument
H A Dcfsetospeed.c7 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 Dcfsetospeed.c7 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 Dtcgetattr.c28 struct termios tio = {}; in tcgetattr_0100() local
H A Dtcsetattr.c30 struct termios tio = {}; in tcsetattr_0100() local
/third_party/musl/src/misc/
H A Dopenpty.c11 int openpty(int *pm, int *ps, char *name, const struct termios *tio, const struct winsize *ws) in openpty() argument
H A Dforkpty.c9 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 Dopenpty.c11 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 Dopenpty.c49 struct termios tio; in openpty_0200() local
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/
H A Dminimal-raw-file.c56 struct termios tio; in callback_raw_test() local
[all...]
/third_party/toybox/lib/
H A Dtty.c64 void xsetspeed(struct termios *tio, int speed) in xsetspeed() argument
/third_party/libuv/src/unix/
H A Dtty.c244 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 Dtty.c244 static void uv__tty_make_raw(struct termios* tio) { in uv__tty_make_raw() argument
[all...]

Completed in 8 milliseconds