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

1 2 3 4 5 6 7 8 91011

  /bionic/libc/include/
termio.h 1 #include <termios.h>
pty.h 34 #include <termios.h>
39 int openpty(int* __master_fd, int* __slave_fd, char* __slave_name, const struct termios* __termios_ptr, const struct winsize* __winsize_ptr) __INTRODUCED_IN(23);
40 int forkpty(int* __master_fd, char* __slave_name, const struct termios* __termios_ptr, const struct winsize* __winsize_ptr) __INTRODUCED_IN(23);
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);
  /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>
  /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>
pty.h 25 #include <termios.h>
35 const struct termios *__termp,
41 const struct termios *__termp,
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/bionic/
isatty.c 30 #include <termios.h>
36 struct termios term;
  /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...]
  /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...]
IIOechoCtrl.h 15 #include <sys/termios.h>
  /external/compiler-rt/test/msan/Linux/
tcgetattr.cc 7 #include <termios.h>
14 struct termios t;
  /bionic/libc/include/sys/
ioctl.h 38 #include <linux/termios.h>
  /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...]

Completed in 603 milliseconds

1 2 3 4 5 6 7 8 91011