Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/pty/
H A Dptem01.c135 struct winsize wsz1 = { 24, 80, 5, 10 }; in test2() local
157 if (ioctl(masterfd, TIOCSWINSZ, &wsz1) != 0) { in test2()
165 if (wsz.ws_row != wsz1.ws_row || wsz.ws_col != wsz1.ws_col || in test2()
166 wsz.ws_xpixel != wsz1.ws_xpixel || in test2()
167 wsz.ws_ypixel != wsz1.ws_ypixel) { in test2()
175 if (wsz.ws_row != wsz1.ws_row || wsz.ws_col != wsz1.ws_col || in test2()
176 wsz.ws_xpixel != wsz1.ws_xpixel || in test2()
177 wsz.ws_ypixel != wsz1 in test2()
[all...]

Completed in 1 milliseconds