Searched refs:termios (Results 1 – 16 of 16) sorted by relevance
| /third_party/ulib/musl/include/ |
| A D | 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);
|
| A D | pty.h | 10 int openpty(int*, int*, char*, const struct termios*, const struct winsize*);
|
| /third_party/ulib/musl/src/termios/ |
| A D | cfgetospeed.c | 4 speed_t cfgetospeed(const struct termios* tio) { in cfgetospeed() 8 speed_t cfgetispeed(const struct termios* tio) { in cfgetispeed()
|
| A D | cfsetospeed.c | 6 int cfsetospeed(struct termios* tio, speed_t speed) { in cfsetospeed() 16 int cfsetispeed(struct termios* tio, speed_t speed) { in cfsetispeed()
|
| A D | tcgetattr.c | 4 int tcgetattr(int fd, struct termios* tio) { in tcgetattr()
|
| A D | tcsetattr.c | 5 int tcsetattr(int fd, int act, const struct termios* tio) { in tcsetattr()
|
| A D | cfmakeraw.c | 4 void cfmakeraw(struct termios* t) { in cfmakeraw()
|
| /third_party/ulib/musl/include/sys/ |
| A D | termios.h | 1 #warning redirecting incorrect #include <sys/termios.h> to <termios.h>
|
| /third_party/ulib/musl/src/misc/ |
| A D | openpty.c | 9 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 D | getpass.c | 10 struct termios s, t; in getpass()
|
| /third_party/lib/acpica/source/os_specific/service_layers/ |
| A D | osunixxf.c | 89 struct termios OriginalTermAttributes; 137 struct termios LocalTermAttributes; in OsEnterLineEditMode() 160 sizeof (struct termios)); in OsEnterLineEditMode()
|
| /third_party/ulib/musl/include/bits/ |
| A D | termios.h | 1 struct termios { struct
|
| /third_party/ulib/musl/ |
| A D | musl-rules.mk | 772 $(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 D | linenoise.c | 135 static struct termios orig_termios; /* In order to restore at exit.*/ 244 struct termios raw; in enableRawMode()
|
| /third_party/uapp/kilo/ |
| A D | kilo.c | 211 static struct termios orig_termios; /* In order to restore at exit.*/ 231 struct termios raw; in enableRawMode()
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 1802 AcpiExec/Unix-OSL: Use <termios.h> instead of <termio.h>. This is the
|
Completed in 52 milliseconds