HomeSort by relevance Sort by last modified time
    Searched refs:cfgetospeed (Results 76 - 83 of 83) sorted by null

1 2 34

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
termios.h 80 static __inline__ speed_t cfgetospeed(const struct termios *s) function
  /bionic/libc/bionic/
termios.cpp 41 speed_t cfgetospeed(const termios* s) { function
  /external/openssh/
ttymodes.c 313 baud = speed_to_baud(cfgetospeed(&tio));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
term.h 113 #ifndef cfgetospeed
114 #define cfgetospeed(t) ((t)->c_cflag & CBAUD) macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
term.h 113 #ifndef cfgetospeed
114 #define cfgetospeed(t) ((t)->c_cflag & CBAUD) macro
    [all...]
  /external/libedit/src/
tty.c 619 spd = cfgetospeed(td);
    [all...]
  /external/ppp/pppd/
sys-linux.c 991 speed = cfgetospeed(&tios);
    [all...]
sys-solaris.c 1251 speed = cfgetospeed(&tios);
    [all...]

Completed in 661 milliseconds

1 2 34