Searched refs:termios (Results 1 - 23 of 23) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/include/sys/
H A Dtermios.h1 #warning redirecting incorrect #include <sys/termios.h> to <termios.h>
2 #include <termios.h>
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dtermios.h19 #include <bits/termios.h>
21 speed_t cfgetospeed(const struct termios*);
22 speed_t cfgetispeed(const struct termios*);
23 int cfsetospeed(struct termios*, speed_t);
24 int cfsetispeed(struct termios*, speed_t);
26 int tcgetattr(int, struct termios*);
27 int tcsetattr(int, int, const struct termios*);
37 void cfmakeraw(struct termios*);
38 int cfsetspeed(struct termios*, speed_t);
H A Dpty.h8 #include <termios.h>
10 int openpty(int*, int*, char*, const struct termios*, const struct winsize*);
/fuchsia/zircon/third_party/ulib/musl/src/termios/
H A Dcfgetospeed.c2 #include <termios.h>
4 speed_t cfgetospeed(const struct termios* tio) {
8 speed_t cfgetispeed(const struct termios* tio) {
H A Dtcgetattr.c2 #include <termios.h>
4 int tcgetattr(int fd, struct termios* tio) {
H A Dtcdrain.c1 #include <termios.h>
H A Dcfsetospeed.c4 #include <termios.h>
6 int cfsetospeed(struct termios* tio, speed_t speed) {
16 int cfsetispeed(struct termios* tio, speed_t speed) {
H A Dtcgetsid.c2 #include <termios.h>
H A Dtcflush.c2 #include <termios.h>
H A Dtcflow.c2 #include <termios.h>
H A Dtcsendbreak.c2 #include <termios.h>
H A Dtcsetattr.c3 #include <termios.h>
5 int tcsetattr(int fd, int act, const struct termios* tio) {
H A Dcfmakeraw.c2 #include <termios.h>
4 void cfmakeraw(struct termios* t) {
/fuchsia/zircon/third_party/ulib/musl/src/unistd/
H A Dtcgetpgrp.c2 #include <termios.h>
H A Dtcsetpgrp.c2 #include <termios.h>
/fuchsia/zircon/third_party/ulib/musl/src/legacy/
H A Dgetpass.c5 #include <termios.h>
10 struct termios s, t;
/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) {
/fuchsia/zircon/third_party/ulib/musl/include/bits/
H A Dtermios.h1 struct termios { struct
/fuchsia/zircon/third_party/lib/acpica/source/os_specific/service_layers/
H A Dosunixxf.c87 #include <termios.h>
89 struct termios OriginalTermAttributes;
137 struct termios LocalTermAttributes;
160 sizeof (struct termios));
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk772 $(LOCAL_DIR)/src/termios/cfgetospeed.c \
773 $(LOCAL_DIR)/src/termios/cfmakeraw.c \
774 $(LOCAL_DIR)/src/termios/cfsetospeed.c \
775 $(LOCAL_DIR)/src/termios/tcdrain.c \
776 $(LOCAL_DIR)/src/termios/tcflow.c \
777 $(LOCAL_DIR)/src/termios/tcflush.c \
778 $(LOCAL_DIR)/src/termios/tcgetattr.c \
779 $(LOCAL_DIR)/src/termios/tcgetsid.c \
780 $(LOCAL_DIR)/src/termios/tcsendbreak.c \
781 $(LOCAL_DIR)/src/termios/tcsetatt
[all...]
/fuchsia/zircon/third_party/uapp/kilo/
H A Dkilo.c42 #include <termios.h>
211 static struct termios orig_termios; /* In order to restore at exit.*/
231 struct termios raw;
/fuchsia/zircon/third_party/ulib/linenoise/
H A Dlinenoise.c107 #include <termios.h>
135 static struct termios orig_termios; /* In order to restore at exit.*/
244 struct termios raw;
874 /* We don't have support for termios in Fuchsia so "enableRawMode()"
/fuchsia/zircon/third_party/uapp/dash/src/
H A Djobs.c54 #include <termios.h>

Completed in 120 milliseconds