Home
last modified time | relevance | path

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

/bionic/tests/
Dpty_test.cpp120 termios tattr; in TEST() local
121 ASSERT_EQ(0, tcgetattr(tty, &tattr)); in TEST()
122 cfmakeraw(&tattr); in TEST()
123 ASSERT_EQ(0, tcsetattr(tty, TCSADRAIN, &tattr)); in TEST()