HomeSort by relevance Sort by last modified time
    Searched full:termios (Results 426 - 450 of 543) sorted by null

<<11121314151617181920>>

  /external/openssl/crypto/des/
VERSION 112 supports termios, thanks to Sameer Parekh <sameer@c2.org>
  /external/strace/
strace.1 346 Print unabbreviated versions of environment, stat, termios, etc.
  /system/core/init/
init.c 47 #include <termios.h>
  /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/chromium_org/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/mksh/src/
sh.h 92 #include <termios.h>
407 #define mksh_ttyst struct termios
    [all...]
  /external/openssh/
clientloop.c 85 #include <termios.h>
    [all...]
  /external/e2fsprogs/
configure.in 732 AC_CHECK_HEADERS(dirent.h errno.h getopt.h malloc.h mntent.h paths.h semaphore.h setjmp.h signal.h stdarg.h stdint.h stdlib.h termios.h termio.h unistd.h utime.h linux/fd.h linux/major.h net/if_dl.h netinet/in.h sys/disklabel.h sys/file.h sys/ioctl.h sys/mkdev.h sys/mman.h sys/prctl.h sys/queue.h sys/resource.h sys/select.h sys/socket.h sys/sockio.h sys/stat.h sys/syscall.h sys/sysmacros.h sys/time.h sys/types.h sys/un.h sys/wait.h)
  /external/libppp/src/
ccp.c 42 #include <termios.h>
chap.c 51 #include <termios.h>
fsm.c 39 #include <termios.h>
ip.c 49 #include <termios.h>
route.c 49 #include <termios.h>
ipcp.c 49 #include <termios.h>
    [all...]
lcp.c 43 #include <termios.h>
    [all...]
mp.c 45 #include <termios.h>
    [all...]
physical.c 259 struct termios rstio;
radius.c 59 #include <termios.h>
    [all...]
  /external/ppp/pppd/
tty.c 552 * various termios flags appropriately. If we aren't dialling
    [all...]
  /external/qemu/
savevm.c 38 #include <termios.h>
    [all...]
  /external/valgrind/main/include/vki/
vki-amd64-linux.h 359 // From linux-2.6.9/include/asm-x86_64/termios.h
vki-ppc64-linux.h 505 // From linux-2.6.13/include/asm-ppc64/termios.h
vki-s390x-linux.h 485 // From linux-2.6.16.60/include/asm-s390/termios.h
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
unistd.h 160 `c_cc' member of `struct termios' is
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 160 `c_cc' member of `struct termios' is
    [all...]

Completed in 1301 milliseconds

<<11121314151617181920>>