Searched
full:termios (Results
301 -
325 of
543) sorted by null
<<11121314151617181920>>
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
kernel_proxy.h | 143 virtual int tcgetattr(int fd, struct termios* termios_p); 145 const struct termios *termios_p);
|
kernel_intercept.cc | 318 int ki_tcgetattr(int fd, struct termios* termios_p) { 324 const struct termios *termios_p) {
|
mount_fuse.cc | 256 Error MountNodeFuse::Tcgetattr(struct termios* termios_p) { 262 const struct termios* termios_p) {
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
platforminfo.py | 115 import termios namespace 116 packed = fcntl.ioctl(sys.stderr.fileno(), termios.TIOCGWINSZ, '\0' * 8)
|
/external/dropbear/ |
cli-chansession.c | 110 struct termios tio; 166 struct termios tio;
|
/hardware/libhardware_legacy/qemu/ |
qemu.c | 27 #include <termios.h> 240 struct termios ios;
|
/external/libppp/src/ |
tty.c | 42 #include <termios.h> 101 struct termios ios; /* To be able to reset from raw mode */ 435 struct termios ios; 482 struct termios tio; 534 struct termios ios; 678 struct termios ios;
|
prompt.c | 42 #include <termios.h> 421 struct termios newtio; 453 struct termios newtio;
|
async.c | 36 #include <termios.h>
|
tcp.c | 41 #include <termios.h>
|
tcpmss.c | 39 #include <termios.h>
|
vjcomp.c | 40 #include <termios.h>
|
/system/core/liblinenoise/ |
linenoise.c | 72 #include <termios.h> 86 static struct termios orig_termios; /* in order to restore at exit */ 117 struct termios raw;
|
/external/kernel-headers/original/linux/ |
kd.h | 6 /* 0x4B is 'K', to avoid collision with termios and vt */
|
/external/libnfc-nxp/Linux_x86/ |
phDal4Nfc_uart.c | 35 #include <termios.h> 55 struct termios nIoConfigBackup; 56 struct termios nIoConfig; 194 memset((void *)&gComPortContext.nIoConfig, (int)0, (size_t)sizeof(struct termios));
|
/external/openssh/openbsd-compat/ |
openbsd-compat.h | 179 int openpty(int *, int *, char *, struct termios *, struct winsize *);
|
/external/openssh/ |
ttymodes.h | 68 /* termios macro */
|
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/ |
SDL_DirectFB_events.c | 30 #include <termios.h>
|
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/ |
SDL_ipodvideo.c | 30 #include <termios.h> 65 static struct termios old_termios, cur_termios; 227 if (dbgout) fprintf (dbgout, "Can't get termios\n"); 242 if (dbgout) fprintf (dbgout, "Can't set termios\n");
|
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/ |
SDL_ps3video.h | 40 #include <termios.h>
|
/external/strace/linux/mips/ |
ioctlent.sh | 87 echo '#include <linux/termios.h>'
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
posix_opt.h | 53 /* `c_cc' member of 'struct termios' structure can be disabled by
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
kd.h | 5 /* 0x4B is 'K', to avoid collision with termios and vt */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
posix_opt.h | 53 /* `c_cc' member of 'struct termios' structure can be disabled by
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
kd.h | 5 /* 0x4B is 'K', to avoid collision with termios and vt */
|
Completed in 973 milliseconds
<<11121314151617181920>>