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

  /bionic/tests/
termios_test.cpp 60 ASSERT_EQ(static_cast<speed_t>(B1200), cfgetospeed(&t));
74 ASSERT_EQ(static_cast<speed_t>(B1200), cfgetospeed(&t));
  /bionic/libc/include/
termios.h 41 speed_t cfgetospeed(const struct termios* __t) __INTRODUCED_IN(21);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
termios.h 49 extern speed_t cfgetospeed (__const struct termios *__termios_p) __THROW;
term.h 113 #ifndef cfgetospeed
114 #define cfgetospeed(t) ((t)->c_cflag & CBAUD) macro
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
TerminalFunctions.c 54 cfgetospeed ( function
  /bionic/libc/include/bits/
termios_inlines.h 56 __BIONIC_TERMIOS_INLINE speed_t cfgetospeed(const struct termios* s) { function
  /bionic/tests/headers/posix/
termios_h.c 157 FUNCTION(cfgetospeed, speed_t (*f)(const struct termios*));
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
termios.h 244 speed_t cfgetospeed (const struct termios *);
  /external/python/cpython2/Modules/
termios.c 87 ospeed = cfgetospeed(&mode);
326 /* cfgetospeed(), cfsetospeed() constants */
  /external/python/cpython3/Modules/
termios.c 80 ospeed = cfgetospeed(&mode);
319 /* cfgetospeed(), cfsetospeed() constants */
  /external/toybox/toys/pending/
stty.c 192 int ispeed = baud(cfgetispeed(t)), ospeed = baud(cfgetospeed(t));
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 169 #define cfgetospeed _cfgetospeed
  /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 151 milliseconds