Lines Matching defs:istr
154 struct strioctl istr;157 istr.ic_cmd = PTSSTTY;158 istr.ic_len = 0;159 istr.ic_timout = 0;160 istr.ic_dp = NULL;161 if (ioctl(fd, I_STR, &istr) != -1) {165 istr.ic_cmd = PTSSTTY;166 istr.ic_len = 0;167 istr.ic_timout = 0;168 istr.ic_dp = NULL;169 (void) ioctl(fd, I_STR, &istr);