Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/pty/
Dptem01.c139 struct winsize wsz2 = { 60, 100, 11, 777 }; in test2() local
184 if (ioctl(slavefd, TIOCSWINSZ, &wsz2) != 0) { in test2()
192 if (wsz.ws_row != wsz2.ws_row || wsz.ws_col != wsz2.ws_col || in test2()
193 wsz.ws_xpixel != wsz2.ws_xpixel || in test2()
194 wsz.ws_ypixel != wsz2.ws_ypixel) { in test2()