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

1 2 3 4 5 6 7 8 91011>>

  /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>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
termios.h 1 #include <asm-generic/termios.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
termios.h 1 #include <asm-generic/termios.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
termios.h 1 #include <asm-generic/termios.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
termios.h 3 #include <termios.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
termios.h 3 #include <termios.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
termios.h 3 #include <termios.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
termio.h 2 This is obsolete; use the POSIX.1 `struct termios' interface
3 defined in <termios.h> instead. */
5 #include <termios.h>
termios.h 20 * POSIX Standard: 7.1-2 General Terminal Interface <termios.h>
38 /* Get the system-dependent definitions of `struct termios', `tcflag_t',
40 #include <bits/termios.h>
44 `struct termios'. If VAL is _POSIX_VDISABLE, no character can match it. */
49 extern speed_t cfgetospeed (__const struct termios *__termios_p) __THROW;
52 extern speed_t cfgetispeed (__const struct termios *__termios_p) __THROW;
55 extern int cfsetospeed (struct termios *__termios_p, speed_t __speed) __THROW;
58 extern int cfsetispeed (struct termios *__termios_p, speed_t __speed) __THROW;
62 extern int cfsetspeed (struct termios *__termios_p, speed_t __speed) __THROW;
67 extern int tcgetattr (int __fd, struct termios *__termios_p) __THROW
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
termio.h 2 This is obsolete; use the POSIX.1 `struct termios' interface
3 defined in <termios.h> instead. */
5 #include <termios.h>
termios.h 20 * POSIX Standard: 7.1-2 General Terminal Interface <termios.h>
38 /* Get the system-dependent definitions of `struct termios', `tcflag_t',
40 #include <bits/termios.h>
44 `struct termios'. If VAL is _POSIX_VDISABLE, no character can match it. */
49 extern speed_t cfgetospeed (__const struct termios *__termios_p) __THROW;
52 extern speed_t cfgetispeed (__const struct termios *__termios_p) __THROW;
55 extern int cfsetospeed (struct termios *__termios_p, speed_t __speed) __THROW;
58 extern int cfsetispeed (struct termios *__termios_p, speed_t __speed) __THROW;
62 extern int cfsetspeed (struct termios *__termios_p, speed_t __speed) __THROW;
67 extern int tcgetattr (int __fd, struct termios *__termios_p) __THROW
    [all...]
  /bionic/libc/include/
termios.h 34 #include <linux/termios.h>
39 speed_t cfgetispeed(const struct termios*);
40 speed_t cfgetospeed(const struct termios*);
41 void cfmakeraw(struct termios*);
42 int cfsetispeed(struct termios*, speed_t);
43 int cfsetospeed(struct termios*, speed_t);
44 int cfsetspeed(struct termios*, speed_t);
48 int tcgetattr(int, struct termios*);
51 int tcsetattr(int, int, const struct termios*);
  /development/ndk/platforms/android-21/include/
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*);
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
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*);
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
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*);
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
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*);
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
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*);
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
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*);
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
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*);
  /external/compiler-rt/test/msan/Linux/
tcgetattr.cc 7 #include <termios.h>
14 struct termios t;
  /bionic/libc/include/android/
legacy_termios_inlines.h 32 #include <linux/termios.h>
39 static __inline int tcgetattr(int fd, struct termios *s) {
43 static __inline int tcsetattr(int fd, int __opt, const struct termios *s) {
64 static __inline speed_t cfgetospeed(const struct termios *s) {
68 static __inline int cfsetospeed(struct termios *s, speed_t speed) {
73 static __inline speed_t cfgetispeed(const struct termios *s) {
77 static __inline int cfsetispeed(struct termios *s, speed_t speed) {
82 static __inline void cfmakeraw(struct termios *s) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ioctl.py 6 termios = import_module('termios') variable
7 get_attribute(termios, 'TIOCGPGRP') #Can't run tests without this feature
15 r = fcntl.ioctl(tty, termios.TIOCGPGRP, " ")
34 r = fcntl.ioctl(tty, termios.TIOCGPGRP, " ")
51 r = fcntl.ioctl(tty, termios.TIOCGPGRP, buf, 1)
73 if termios.TIOCSWINSZ < 0:
74 set_winsz_opcode_maybe_neg = termios.TIOCSWINSZ
75 set_winsz_opcode_pos = termios.TIOCSWINSZ & 0xffffffffL
77 set_winsz_opcode_pos = termios.TIOCSWINS
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ioctl.py 6 termios = import_module('termios') variable
7 get_attribute(termios, 'TIOCGPGRP') #Can't run tests without this feature
15 r = fcntl.ioctl(tty, termios.TIOCGPGRP, " ")
34 r = fcntl.ioctl(tty, termios.TIOCGPGRP, " ")
51 r = fcntl.ioctl(tty, termios.TIOCGPGRP, buf, 1)
73 if termios.TIOCSWINSZ < 0:
74 set_winsz_opcode_maybe_neg = termios.TIOCSWINSZ
75 set_winsz_opcode_pos = termios.TIOCSWINSZ & 0xffffffffL
77 set_winsz_opcode_pos = termios.TIOCSWINS
    [all...]

Completed in 2173 milliseconds

1 2 3 4 5 6 7 8 91011>>