Home
last modified time | relevance | path

Searched refs:wsz2 (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/pty/
H A Dptem01.c136 struct winsize wsz2 = { 60, 100, 11, 777 }; in test2() local
181 if (ioctl(slavefd, TIOCSWINSZ, &wsz2) != 0) { in test2()
189 if (wsz.ws_row != wsz2.ws_row || wsz.ws_col != wsz2.ws_col || in test2()
190 wsz.ws_xpixel != wsz2.ws_xpixel || in test2()
191 wsz.ws_ypixel != wsz2.ws_ypixel) { in test2()

Completed in 1 milliseconds