HomeSort by relevance Sort by last modified time
    Searched refs:termios (Results 251 - 275 of 326) sorted by null

<<11121314

  /external/linux-tools-perf/
builtin-top.c 52 #include <termios.h>
505 struct termios tc, save;
627 struct termios tc, save;
  /system/core/adb/
commandline.c 32 #include <termios.h>
216 static struct termios tio_save;
220 struct termios tio;
    [all...]
  /external/qemu/
qemu-char.c 49 #include <termios.h>
793 static struct termios oldtty;
805 struct termios tty;
861 struct termios *termp, struct winsize *winp)
901 static void cfmakeraw (struct termios *termios_p)
1044 struct termios tty;
1087 struct termios tty;
    [all...]
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags.py 403 # Importing termios will fail on non-unix platforms.
404 import termios namespace
406 termios = None variable
534 if (not sys.stdout.isatty()) or (termios is None) or (fcntl is None):
537 data = fcntl.ioctl(sys.stdout, termios.TIOCGWINSZ, '1234')
    [all...]
  /external/libppp/src/
auth.c 42 #include <termios.h>
exec.c 42 #include <termios.h>
log.c 36 #include <termios.h>
main.c 48 #include <termios.h>
mbuf.c 38 #include <termios.h>
nat_cmd.c 44 #include <termios.h>
ncp.c 42 #include <termios.h>
server.c 40 #include <termios.h>
slcompress.c 53 #include <termios.h>
ether.c 54 #include <termios.h>
filter.c 43 #include <termios.h>
hdlc.c 37 #include <termios.h>
  /external/ppp/pppd/
sys-linux.c 93 #include <termios.h>
202 static struct termios inittermios; /* Initial TTY termios */
904 struct termios tios;
    [all...]
sys-solaris.c 99 #include <termios.h>
217 static struct termios inittermios;
1186 struct termios tios;
    [all...]
  /external/openssh/
serverloop.c 55 #include <termios.h>
467 struct termios tio;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbevents.c 157 struct termios keyboard_termios;
676 struct termios mouse_termios;
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsevents.c 150 struct termios keyboard_termios;
552 struct termios mouse_termios;
  /external/valgrind/main/include/vki/
vki-darwin.h 998 #include <sys/termios.h>
1000 #define vki_termios termios
  /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...]

Completed in 1860 milliseconds

<<11121314