Searched refs:tty (Results 1 – 2 of 2) sorted by relevance
58 int tty = fileno(stdin); in Java_java_io_Console_echo() local59 if (tcgetattr(tty, &tio) == -1) { in Java_java_io_Console_echo()69 if (tcsetattr(tty, TCSANOW, &tio) == -1) { in Java_java_io_Console_echo()
514 FILE *tty = fopen("/dev/tty", "w"); in debugPrint() local517 vfprintf(tty, format, ap); in debugPrint()519 fclose(tty); in debugPrint()