HomeSort by relevance Sort by last modified time
    Searched refs:termios (Results 1 - 25 of 128) sorted by null

1 2 3 4 5 6

  /bionic/libc/include/
termio.h 30 * that are already included by <termios.h>
32 #include <termios.h>
termios.h 34 #include <linux/termios.h>
38 speed_t cfgetispeed(const struct termios*);
39 speed_t cfgetospeed(const struct termios*);
40 void cfmakeraw(struct termios*);
41 int cfsetispeed(struct termios*, speed_t);
42 int cfsetospeed(struct termios*, speed_t);
43 int cfsetspeed(struct termios*, speed_t);
47 int tcgetattr(int, struct termios*);
50 int tcsetattr(int, int, const struct termios*);
  /development/ndk/platforms/android-3/include/
termio.h 30 * that are already included by <termios.h>
32 #include <termios.h>
  /development/ndk/platforms/android-L/include/
termio.h 30 * that are already included by <termios.h>
32 #include <termios.h>
termios.h 34 #include <linux/termios.h>
38 speed_t cfgetispeed(const struct termios*);
39 speed_t cfgetospeed(const struct termios*);
40 void cfmakeraw(struct termios*);
41 int cfsetispeed(struct termios*, speed_t);
42 int cfsetospeed(struct termios*, speed_t);
43 int cfsetspeed(struct termios*, speed_t);
47 int tcgetattr(int, struct termios*);
50 int tcsetattr(int, int, const struct termios*);
  /bionic/libc/kernel/uapi/asm-arm/asm/
termios.h 19 #include <asm-generic/termios.h>
  /bionic/libc/kernel/uapi/asm-arm64/asm/
termios.h 19 #include <asm-generic/termios.h>
  /bionic/libc/kernel/uapi/asm-x86/asm/
termios.h 19 #include <asm-generic/termios.h>
  /development/ndk/platforms/android-L/arch-arm/include/asm/
termios.h 19 #include <asm-generic/termios.h>
  /development/ndk/platforms/android-L/arch-arm64/include/asm/
termios.h 19 #include <asm-generic/termios.h>
  /development/ndk/platforms/android-L/arch-x86/include/asm/
termios.h 19 #include <asm-generic/termios.h>
  /development/ndk/platforms/android-L/arch-x86_64/include/asm/
termios.h 19 #include <asm-generic/termios.h>
  /external/kernel-headers/original/uapi/asm-arm/asm/
termios.h 1 #include <asm-generic/termios.h>
  /external/kernel-headers/original/uapi/asm-arm64/asm/
termios.h 1 #include <asm-generic/termios.h>
  /external/kernel-headers/original/uapi/asm-x86/asm/
termios.h 1 #include <asm-generic/termios.h>
  /bionic/libc/bionic/
isatty.c 30 #include <termios.h>
36 struct termios term;
  /development/ndk/platforms/android-3/include/linux/
termios.h 16 #include <asm/termios.h>
  /external/chromium_org/ui/ozone/platform/dri/
virtual_terminal_manager.h 8 #include <termios.h>
24 struct termios terminal_attributes_;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
ostermios.h 17 struct termios { struct
30 int tcgetattr(int fd, struct termios* termios_p);
31 int tcsetattr(int fd, int optional_actions, const struct termios* termios_p);
37 #include <termios.h>
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
cfgetispeed.c 16 speed_t cfgetispeed(const struct termios *termios_p) {
cfgetospeed.c 16 speed_t cfgetospeed(const struct termios *termios_p) {
cfsetispeed.c 15 int cfsetispeed(struct termios *termios_p, speed_t speed) {
cfsetospeed.c 16 int cfsetospeed(struct termios *termios_p, speed_t speed) {
tcgetattr.c 17 int tcgetattr(int fd, struct termios* termios_p) {
tcsetattr.c 16 int tcsetattr(int fd, int optional_actions, const struct termios* termios_p) {

Completed in 1164 milliseconds

1 2 3 4 5 6