Searched refs:TCSADRAIN (Results 1 - 2 of 2) sorted by relevance
/systemd/src/shared/ |
H A D | ask-password-api.c | 266 if (tcsetattr(ttyfd, TCSADRAIN, &new_termios) < 0) { 410 tcsetattr(ttyfd, TCSADRAIN, &old_termios);
|
/systemd/src/basic/ |
H A D | terminal-util.c | 99 if (tcsetattr(fileno(f), TCSADRAIN, &new_termios) >= 0) { 104 tcsetattr(fileno(f), TCSADRAIN, &old_termios); local 111 tcsetattr(fileno(f), TCSADRAIN, &old_termios); local
|
Completed in 2108 milliseconds