Searched refs:TIOCGWINSZ (Results 1 – 3 of 3) sorted by relevance
40 #define TIOCGWINSZ 0x5413 macro
51 #define TIOCGWINSZ _IOR('t', 104, struct winsize) macro
44 ASSERT_EQ(0, ioctl(slave, TIOCGWINSZ, &w_actual)); in TEST()