Home
last modified time | relevance | path

Searched refs:tty (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/native/
DConsole_md.c58 int tty = fileno(stdin); in Java_java_io_Console_echo() local
59 if (tcgetattr(tty, &tio) == -1) { in Java_java_io_Console_echo()
69 if (tcsetattr(tty, TCSANOW, &tio) == -1) { in Java_java_io_Console_echo()
DUNIXProcess_md.c514 FILE *tty = fopen("/dev/tty", "w"); in debugPrint() local
517 vfprintf(tty, format, ap); in debugPrint()
519 fclose(tty); in debugPrint()