Lines Matching refs:termios
44 TEST(termios, cfgetispeed_cfsetispeed) { in TEST() argument
45 termios t = {}; in TEST()
50 TEST(termios, cfsetispeed_EINVAL) { in TEST() argument
51 termios t = {}; in TEST()
57 TEST(termios, cfgetospeed_cfsetospeed) { in TEST() argument
58 termios t = {}; in TEST()
63 TEST(termios, cfsetospeed_EINVAL) { in TEST() argument
64 termios t = {}; in TEST()
70 TEST(termios, cfsetspeed) { in TEST() argument
71 termios t = {}; in TEST()
77 TEST(termios, cfsetspeed_EINVAL) { in TEST() argument
78 termios t = {}; in TEST()
86 TEST(termios, cfmakeraw) { in TEST() argument
87 termios t; in TEST()