HomeSort by relevance Sort by last modified time
    Searched full:termios (Results 401 - 425 of 536) sorted by null

<<11121314151617181920>>

  /external/libppp/src/
cbcp.c 37 #include <termios.h>
chat.c 43 #include <termios.h>
ether.c 54 #include <termios.h>
filter.c 43 #include <termios.h>
hdlc.c 37 #include <termios.h>
iface.c 53 #include <termios.h>
ipv6cp.c 44 #include <termios.h>
lqr.c 39 #include <termios.h>
main.c 48 #include <termios.h>
mppe.c 40 #include <termios.h>
ncpaddr.c 45 #include <termios.h>
netgraph.c 50 #include <termios.h>
slcompress.c 53 #include <termios.h>
  /external/llvm/device/include/llvm/Config/
config.h 456 /* Define to 1 if you have the <termios.h> header file. */
  /external/llvm/host/include/llvm/Config/
config.h 472 /* Define to 1 if you have the <termios.h> header file. */
  /external/llvm/include/llvm/Config/
config.h.cmake 423 /* Define to 1 if you have the <termios.h> header file. */
config.h.in 458 /* Define to 1 if you have the <termios.h> header file. */
  /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/chromium_org/native_client_sdk/src/build_tools/
sdk_files.list 367 include/newlib/sys/termios.h
378 include/pnacl/sys/termios.h
    [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...]

Completed in 1352 milliseconds

<<11121314151617181920>>