Home
last modified time | relevance | path

Searched refs:cfgetispeed (Results 1 – 15 of 15) sorted by relevance

/third_party/musl/src/termios/
Dcfgetospeed.c10 speed_t cfgetispeed(const struct termios *tio) in cfgetispeed() function
/third_party/musl/libc-test/src/functionalext/supplement/termios/
Dcfgetispeed.c32 speed_t ret = cfgetispeed(&t); in cfgetispeed_0100()
Dcfsetispeed.c32 if (cfgetispeed(&t) != (speed_t)(B1200)) { in cfsetispeed_0100()
Dtest_src_functionalext_supplement_termios.gni15 "cfgetispeed",
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dtermios.h20 speed_t cfgetispeed (const struct termios *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dtermios.h23 speed_t cfgetispeed (const struct termios *);
/third_party/musl/include/
Dtermios.h23 speed_t cfgetispeed (const struct termios *);
/third_party/musl/ndk_musl_include/
Dtermios.h23 speed_t cfgetispeed (const struct termios *);
/third_party/musl/porting/liteos_a/kernel/include/
Dtermios.h23 speed_t cfgetispeed (const struct termios *);
/third_party/musl/porting/uniproton/kernel/include/
Dtermios.h23 speed_t cfgetispeed (const struct termios *);
/third_party/musl/porting/liteos_m/kernel/include/
Dtermios.h23 speed_t cfgetispeed (const struct termios *);
/third_party/musl/libc-test/src/api/
Dtermios.c120 {speed_t(*p)(const struct termios*) = cfgetispeed;} in f()
/third_party/python/Modules/
Dtermios.c89 speed_t ispeed = cfgetispeed(&mode); in termios_tcgetattr_impl()
/third_party/toybox/toys/pending/
Dstty.c192 int ispeed = baud(cfgetispeed(t)), ospeed = baud(cfgetospeed(t)); in show_speed()
/third_party/musl/
Dlibc.map.txt415 cfgetispeed;