Home
last modified time | relevance | path

Searched refs:termios (Results 1 – 16 of 16) sorted by relevance

/third_party/ulib/musl/include/
A Dtermios.h21 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);
A Dpty.h10 int openpty(int*, int*, char*, const struct termios*, const struct winsize*);
/third_party/ulib/musl/src/termios/
A Dcfgetospeed.c4 speed_t cfgetospeed(const struct termios* tio) { in cfgetospeed()
8 speed_t cfgetispeed(const struct termios* tio) { in cfgetispeed()
A Dcfsetospeed.c6 int cfsetospeed(struct termios* tio, speed_t speed) { in cfsetospeed()
16 int cfsetispeed(struct termios* tio, speed_t speed) { in cfsetispeed()
A Dtcgetattr.c4 int tcgetattr(int fd, struct termios* tio) { in tcgetattr()
A Dtcsetattr.c5 int tcsetattr(int fd, int act, const struct termios* tio) { in tcsetattr()
A Dcfmakeraw.c4 void cfmakeraw(struct termios* t) { in cfmakeraw()
/third_party/ulib/musl/include/sys/
A Dtermios.h1 #warning redirecting incorrect #include <sys/termios.h> to <termios.h>
/third_party/ulib/musl/src/misc/
A Dopenpty.c9 int openpty(int* pm, int* ps, char* name, const struct termios* tio, const struct winsize* ws) { in openpty()
/third_party/ulib/musl/src/legacy/
A Dgetpass.c10 struct termios s, t; in getpass()
/third_party/lib/acpica/source/os_specific/service_layers/
A Dosunixxf.c89 struct termios OriginalTermAttributes;
137 struct termios LocalTermAttributes; in OsEnterLineEditMode()
160 sizeof (struct termios)); in OsEnterLineEditMode()
/third_party/ulib/musl/include/bits/
A Dtermios.h1 struct termios { struct
/third_party/ulib/musl/
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/tcsetattr.c \
/third_party/ulib/linenoise/
A Dlinenoise.c135 static struct termios orig_termios; /* In order to restore at exit.*/
244 struct termios raw; in enableRawMode()
/third_party/uapp/kilo/
A Dkilo.c211 static struct termios orig_termios; /* In order to restore at exit.*/
231 struct termios raw; in enableRawMode()
/third_party/lib/acpica/
A Dchanges.txt1802 AcpiExec/Unix-OSL: Use <termios.h> instead of <termio.h>. This is the

Completed in 52 milliseconds