Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/pty/
Dptem01.c138 struct winsize wsz1 = { 24, 80, 5, 10 }; in test2() local
160 if (ioctl(masterfd, TIOCSWINSZ, &wsz1) != 0) { in test2()
168 if (wsz.ws_row != wsz1.ws_row || wsz.ws_col != wsz1.ws_col || in test2()
169 wsz.ws_xpixel != wsz1.ws_xpixel || in test2()
170 wsz.ws_ypixel != wsz1.ws_ypixel) { in test2()
178 if (wsz.ws_row != wsz1.ws_row || wsz.ws_col != wsz1.ws_col || in test2()
179 wsz.ws_xpixel != wsz1.ws_xpixel || in test2()
180 wsz.ws_ypixel != wsz1.ws_ypixel) { in test2()