Searched refs:TIOCSCTTY (Results 1 – 6 of 6) sorted by relevance
68 #define TIOCSCTTY _IO('t', 132) /* get a ctty */ macro
391 #elif defined(TIOCSCTTY) && !defined(CIBAUD) in pty_open_slave()392 if(ioctl(fd, TIOCSCTTY, (char *) 0) < 0) { in pty_open_slave()
318 #ifdef TIOCSCTTY in pty_make_controlling_tty()320 if (ioctl(*ttyfd, TIOCSCTTY, NULL) < 0) in pty_make_controlling_tty()
439 #define TIOCSCTTY (tIOC|132) /* get a ctty */ macro
374 { (uint_t)TIOCSCTTY, "TIOCSCTTY", NULL },
5669 case TIOCSCTTY: in strioctl()