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

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

Completed in 52 milliseconds