Lines Matching defs:tty
307 "Warning: could not change ownership of tty -- "
316 "Warning: could not change permissions of tty -- "
432 int tty = -1;
434 tty = open(line, O_RDWR
445 if (tty < 0)
463 rc = ioctl(tty, TIOCSCTTY, (char *) 0);
470 rc = ioctl(tty, I_PUSH, "ptem");
474 rc = ioctl(tty, I_PUSH, "ldterm");
478 rc = ioctl(tty, I_PUSH, "ttcompat");
483 return tty;
486 if (tty >= 0)
487 close(tty);