/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
kernel_proxy_mock.h | 63 MOCK_METHOD2(tcgetattr, int(int, struct termios*)); 64 MOCK_METHOD3(tcsetattr, int(int, int, const struct termios*));
|
/external/dropbear/ |
netbsd_getpass.c | 50 #include <termios.h> 63 struct termios term;
|
/external/libppp/src/ |
prompt.h | 61 struct termios oldtio; /* Original tty mode */ 62 struct termios comtio; /* Command level tty mode */
|
/external/openssh/ |
clientloop.h | 38 #include <termios.h> 45 void client_session2_setup(int, int, int, const char *, struct termios *,
|
packet.h | 19 #include <termios.h> 99 void tty_make_modes(int, struct termios *);
|
ttymodes.c | 52 #include <termios.h> 281 tty_make_modes(int fd, struct termios *tiop) 283 struct termios tio; 351 struct termios tio;
|
/hardware/qcom/bt/libbt-vendor/src/ |
userial_vendor.c | 28 #include <termios.h> 84 struct termios term;
|
/bionic/libc/bionic/ |
ptsname_r.c | 30 #include <termios.h>
|
/bionic/libc/include/sys/ |
ioctl.h | 37 #include <linux/termios.h>
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
mount_node_tty.cc | 24 #define CHECK_LFLAG(TERMIOS, FLAG) (TERMIOS .c_lflag & FLAG) 287 Error MountNodeTty::Tcgetattr(struct termios* termios_p) { 294 const struct termios *termios_p) {
|
/system/core/toolbox/ |
rotatefb.c | 7 #include <termios.h>
|
/external/strace/ |
term.c | 34 * The C library's definition of struct termios might differ from 37 #include <linux/termios.h> 44 #include <termios.h> 183 struct termios tios; 203 /* ioctls with termios or termio args */
|
/external/e2fsprogs/e2fsck/ |
util.c | 27 #include <termios.h> 142 struct termios termios, tmp; local 144 tcgetattr (0, &termios); 145 tmp = termios; 165 tcsetattr (0, TCSANOW, &termios); 191 tcsetattr (0, TCSANOW, &termios);
|
ehandler.c | 13 #include <termios.h>
|
iscan.c | 9 #include <termios.h>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
term.h | 67 * termios/termio/sgttyb interfaces. 77 #undef TERMIOS 78 #define TERMIOS 1 80 #include <termios.h> 81 #define TTY struct termios 88 #undef TERMIOS 89 #define TERMIOS 1 94 /* Add definitions to make termio look like termios. 131 #undef TERMIOS 140 #ifdef TERMIOS [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
term.h | 67 * termios/termio/sgttyb interfaces. 77 #undef TERMIOS 78 #define TERMIOS 1 80 #include <termios.h> 81 #define TTY struct termios 88 #undef TERMIOS 89 #define TERMIOS 1 94 /* Add definitions to make termio look like termios. 131 #undef TERMIOS 140 #ifdef TERMIOS [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
term.h | 67 * termios/termio/sgttyb interfaces. 77 #undef TERMIOS 78 #define TERMIOS 1 80 #include <termios.h> 81 #define TTY struct termios 88 #undef TERMIOS 89 #define TERMIOS 1 94 /* Add definitions to make termio look like termios. 131 #undef TERMIOS 140 #ifdef TERMIOS [all...] |
/external/chromium_org/third_party/openssl/openssl/patches/ |
progs.patch | 52 # undef TERMIOS
|
/external/e2fsprogs/misc/ |
e2label.c | 18 #include <termios.h>
|
/external/kernel-headers/original/linux/ |
vt.h | 14 /* 0x56 is 'V', to avoid collision with termios and kd */
|
/external/openssh/openbsd-compat/ |
sigact.h | 40 * and usually no sigaction() nor <termios.h>
|
/external/openssl/patches/ |
progs.patch | 52 # undef TERMIOS
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
ioctl-types.h | 1 /* Structure types for pre-termios terminal ioctls. Linux version.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
vt.h | 26 /* 0x56 is 'V', to avoid collision with termios and kd */
|