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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/include/
termio.h 1 #include <termios.h>
termios.h 34 #include <linux/termios.h>
40 speed_t cfgetispeed(const struct termios* __t) __INTRODUCED_IN(21);
41 speed_t cfgetospeed(const struct termios* __t) __INTRODUCED_IN(21);
42 void cfmakeraw(struct termios* __t) __INTRODUCED_IN(21);
43 int cfsetspeed(struct termios* __t, speed_t __speed) __INTRODUCED_IN(21);
44 int cfsetispeed(struct termios* __t, speed_t __speed) __INTRODUCED_IN(21);
45 int cfsetospeed(struct termios* __t, speed_t __speed) __INTRODUCED_IN(21);
49 int tcgetattr(int __fd, struct termios* __t) __INTRODUCED_IN(21);
52 int tcsetattr(int __fd, int __optional_actions, const struct termios* __t) __INTRODUCED_IN(21);
  /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.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.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.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/tests/
termios_test.cpp 29 #include <termios.h>
44 TEST(termios, cfgetispeed_cfsetispeed) {
45 termios t = {};
50 TEST(termios, cfsetispeed_EINVAL) {
51 termios t = {};
57 TEST(termios, cfgetospeed_cfsetospeed) {
58 termios t = {};
63 TEST(termios, cfsetospeed_EINVAL) {
64 termios t = {};
70 TEST(termios, cfsetspeed)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/dist/
test_linux.go 18 var termios syscall.Termios
19 _, _, err := syscall.Syscall6(syscall.SYS_IOCTL, fd, ioctlReadTermios, uintptr(unsafe.Pointer(&termios)), 0, 0, 0)
  /prebuilts/go/linux-x86/src/cmd/dist/
test_linux.go 18 var termios syscall.Termios
19 _, _, err := syscall.Syscall6(syscall.SYS_IOCTL, fd, ioctlReadTermios, uintptr(unsafe.Pointer(&termios)), 0, 0, 0)
  /external/chromium-trace/catapult/third_party/pyserial/serial/
serialposix.py 15 import sys, os, fcntl, termios, struct, select, errno, time
20 import TERMIOS
22 TERMIOS = termios
52 buf[2] &= ~TERMIOS.CBAUD
240 # try to use values from TERMIOS, use defaults from linux otherwise
241 TIOCMGET = hasattr(TERMIOS, 'TIOCMGET') and TERMIOS.TIOCMGET or 0x5415
242 TIOCMBIS = hasattr(TERMIOS, 'TIOCMBIS') and TERMIOS.TIOCMBIS or 0x541
    [all...]
  /external/compiler-rt/test/msan/Linux/
tcgetattr.cc 7 #include <termios.h>
14 struct termios t;
  /external/python/cpython3/Doc/library/
tty.rst 18 Because it requires the :mod:`termios` module, it will work only on Unix.
23 .. function:: setraw(fd, when=termios.TCSAFLUSH)
26 defaults to :const:`termios.TCSAFLUSH`, and is passed to
27 :func:`termios.tcsetattr`.
30 .. function:: setcbreak(fd, when=termios.TCSAFLUSH)
33 defaults to :const:`termios.TCSAFLUSH`, and is passed to
34 :func:`termios.tcsetattr`.
39 Module :mod:`termios`
  /external/python/cpython2/Doc/library/
tty.rst 15 Because it requires the :mod:`termios` module, it will work only on Unix.
23 defaults to :const:`termios.TCSAFLUSH`, and is passed to
24 :func:`termios.tcsetattr`.
30 defaults to :const:`termios.TCSAFLUSH`, and is passed to
31 :func:`termios.tcsetattr`.
36 Module :mod:`termios`
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
TerminalFunctions.c 19 #include <sys/termios.h>
25 Extracts the input baud rate from the termios structure pointed to by the
28 @param[in] pTermios A pointer to the termios structure from which to extract
32 in the termios structure, without interpretation.
36 const struct termios *pTermios
44 Extracts the output baud rate from the termios structure pointed to by the
47 @param[in] pTermios A pointer to the termios structure from which to extract
51 in the termios structure, without interpretation.
55 const struct termios *pTermios
63 Replaces the input baud rate, in the termios structure pointed to by the
    [all...]
  /bionic/tests/headers/posix/
termios_h.c 29 #include <termios.h>
38 TYPE(struct termios);
39 STRUCT_MEMBER(struct termios, tcflag_t, c_iflag);
40 STRUCT_MEMBER(struct termios, tcflag_t, c_oflag);
41 STRUCT_MEMBER(struct termios, tcflag_t, c_cflag);
42 STRUCT_MEMBER(struct termios, tcflag_t, c_lflag);
43 STRUCT_MEMBER_ARRAY(struct termios, cc_t/*[]*/, c_cc);
156 FUNCTION(cfgetispeed, speed_t (*f)(const struct termios*));
157 FUNCTION(cfgetospeed, speed_t (*f)(const struct termios*));
158 FUNCTION(cfsetispeed, int (*f)(struct termios*, speed_t))
    [all...]
  /bionic/libc/include/bits/
termios_inlines.h 37 #include <linux/termios.h>
46 // change for `struct termios`.
48 static __inline speed_t cfgetspeed(const struct termios* s) {
52 __BIONIC_TERMIOS_INLINE speed_t cfgetispeed(const struct termios* s) {
56 __BIONIC_TERMIOS_INLINE speed_t cfgetospeed(const struct termios* s) {
60 __BIONIC_TERMIOS_INLINE void cfmakeraw(struct termios* s) {
70 __BIONIC_TERMIOS_INLINE int cfsetspeed(struct termios* s, speed_t speed) {
80 __BIONIC_TERMIOS_INLINE int cfsetispeed(struct termios* s, speed_t speed) {
84 __BIONIC_TERMIOS_INLINE int cfsetospeed(struct termios* s, speed_t speed) {
102 __BIONIC_TERMIOS_INLINE int tcgetattr(int fd, struct termios* s)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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.TIOCSWINSZ
    [all...]
  /external/python/cpython2/Lib/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...]
  /external/python/cpython3/Lib/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 & 0xffffffff
77 set_winsz_opcode_pos = termios.TIOCSWINS
    [all...]
  /prebuilts/gdb/darwin-x86/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 1198 milliseconds

1 2 3 4 5 6 7 8 91011>>